Searched refs:VP_CONFIG_OK (Results 1 – 3 of 3) sorted by relevance
364 if (test_bit(VP_CONFIG_OK, &base_vha->vp_flags)) { in qla2x00_do_dpc_vp()
1368 clear_bit(VP_CONFIG_OK, &vha->vp_flags); in qla2x00_async_event()1586 set_bit(VP_CONFIG_OK, &vha->vp_flags); in qla2x00_async_event()
4937 #define VP_CONFIG_OK 5 /* Flag to cfg VP, if FW is ready */ macro