Home
last modified time | relevance | path

Searched refs:NPIV_CONFIG_NEEDED (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/scsi/qla2xxx/
Dqla_os.c1878 set_bit(NPIV_CONFIG_NEEDED, &vha->dpc_flags); in qla2xxx_scan_start()
3442 if (test_bit(NPIV_CONFIG_NEEDED, &base_vha->dpc_flags) && in qla2x00_do_dpc()
3444 clear_bit(NPIV_CONFIG_NEEDED, &base_vha->dpc_flags); in qla2x00_do_dpc()
Dqla_def.h2868 #define NPIV_CONFIG_NEEDED 16 macro