Home
last modified time | relevance | path

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

/linux/drivers/scsi/qla2xxx/
H A Dqla_os.c2830 set_bit(NPIV_CONFIG_NEEDED, &vha->dpc_flags); in qla2xxx_scan_start()
7176 if (test_bit(NPIV_CONFIG_NEEDED, &base_vha->dpc_flags) && in qla2x00_do_dpc()
7178 clear_bit(NPIV_CONFIG_NEEDED, &base_vha->dpc_flags); in qla2x00_do_dpc()
H A Dqla_def.h4968 #define NPIV_CONFIG_NEEDED 16 macro