Home
last modified time | relevance | path

Searched refs:VP_DPC_NEEDED (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_mid.c383 clear_bit(VP_DPC_NEEDED, &vha->dpc_flags); in qla2x00_do_dpc_all_vps()
Dqla_os.c5266 test_bit(VP_DPC_NEEDED, &vha->dpc_flags) || in qla2x00_timer()
5284 test_bit(VP_DPC_NEEDED, &vha->dpc_flags), in qla2x00_timer()
Dqla_def.h3533 #define VP_DPC_NEEDED 14 /* wake up for VP dpc handling */ macro
Dqla_mbx.c3434 set_bit(VP_DPC_NEEDED, &vha->dpc_flags); in qla24xx_report_id_acquisition()