Home
last modified time | relevance | path

Searched refs:VP_CONFIG_OK (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_mid.c318 if (test_bit(VP_CONFIG_OK, &base_vha->vp_flags)) { in qla2x00_do_dpc_vp()
Dqla_isr.c784 clear_bit(VP_CONFIG_OK, &vha->vp_flags); in qla2x00_async_event()
989 set_bit(VP_CONFIG_OK, &vha->vp_flags); in qla2x00_async_event()
Dqla_def.h3610 #define VP_CONFIG_OK 5 /* Flag to cfg VP, if FW is ready */ macro