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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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++;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 80 milliseconds