Searched refs:pri_entry (Results 1 - 2 of 2) sorted by relevance

/drivers/scsi/qla2xxx/
H A Dqla_init.c5410 struct qla_fcp_prio_entry *pri_entry; local
5418 pri_entry = &ha->fcp_prio_cfg->entry[0];
5423 if (!(pri_entry->flags & FCP_PRIO_ENTRY_VALID)) {
5424 pri_entry++;
5429 if (pri_entry->flags & FCP_PRIO_ENTRY_SPID_VALID) {
5430 pid1 = pri_entry->src_pid & INVALID_PORT_ID;
5439 if (pri_entry->flags & FCP_PRIO_ENTRY_DPID_VALID) {
5440 pid1 = pri_entry->dst_pid & INVALID_PORT_ID;
5449 if (pri_entry->flags & FCP_PRIO_ENTRY_SWWN_VALID) {
5451 wwn2 = wwn_to_u64(pri_entry
[all...]
H A Dqla_bsg.c52 struct qla_fcp_prio_entry *pri_entry; local
79 pri_entry = &pri_cfg->entry[0];
81 if (pri_entry->flags & FCP_PRIO_ENTRY_TAG_VALID)
83 pri_entry++;

Completed in 35 milliseconds