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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_init.c5395 struct qla_fcp_prio_entry *pri_entry; local
5403 pri_entry = &ha->fcp_prio_cfg->entry[0];
5408 if (!(pri_entry->flags & FCP_PRIO_ENTRY_VALID)) {
5409 pri_entry++;
5414 if (pri_entry->flags & FCP_PRIO_ENTRY_SPID_VALID) {
5415 pid1 = pri_entry->src_pid & INVALID_PORT_ID;
5424 if (pri_entry->flags & FCP_PRIO_ENTRY_DPID_VALID) {
5425 pid1 = pri_entry->dst_pid & INVALID_PORT_ID;
5434 if (pri_entry->flags & FCP_PRIO_ENTRY_SWWN_VALID) {
5436 wwn2 = wwn_to_u64(pri_entry
[all...]
H A Dqla_bsg.c43 struct qla_fcp_prio_entry *pri_entry; local
71 pri_entry = &pri_cfg->entry[0];
73 if (pri_entry->flags & FCP_PRIO_ENTRY_TAG_VALID)
75 pri_entry++;

Completed in 40 milliseconds