Home
last modified time | relevance | path

Searched refs:npiv_supported (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/drivers/scsi/qla2xxx/
Dqla_mid.c382 if (!ha->flags.npiv_supported) in qla24xx_vport_create_req_sanity_check()
Dqla_init.c1497 ha->flags.npiv_supported = 0; in qla2x00_setup_chip()
1500 ha->flags.npiv_supported = 1; in qla2x00_setup_chip()
1847 if (ha->flags.npiv_supported) { in qla2x00_init_rings()
Dqla_def.h2416 uint32_t npiv_supported :1; member
Dqla_mbx.c1149 if (ha->flags.npiv_supported) in qla2x00_init_firmware()
2133 if (vha->hw->flags.npiv_supported && max_npiv_vports) in qla2x00_get_resource_cnts()
Dqla_isr.c707 if (ha->flags.npiv_supported && vha->vp_idx != (mb[3] & 0xff)) in qla2x00_async_event()