Searched refs:VF_FREE (Results 1 – 4 of 4) sorted by relevance
145 VF_FREE = 0, /* VF ready to be acquired holds no resc */ enumerator
823 vf->state = VF_FREE; in qed_iov_enable_vf_access()1556 if (vf->state != VF_FREE && vf->state != VF_STOPPED) { in qed_iov_vf_mbx_acquire()3397 if (p_vf->state != VF_STOPPED && p_vf->state != VF_FREE) { in qed_iov_vf_mbx_release()
850 vf->state = VF_FREE; in bnx2x_vf_free_resc()1263 bnx2x_vf(bp, i, state) = VF_FREE; in bnx2x_iov_init_one()2036 if (vf->state != VF_FREE && vf->state != VF_RESET) { in bnx2x_vf_acquire()2207 vf->state == VF_FREE ? "Free" : in bnx2x_vf_free()2224 case VF_FREE: in bnx2x_vf_free()
138 #define VF_FREE 0 /* VF ready to be acquired holds no resc */ macro