Searched refs:VF_FREE (Results 1 – 4 of 4) sorted by relevance
170 VF_FREE = 0, /* VF ready to be acquired holds no resc */ enumerator
841 vf->state = VF_FREE; in qed_iov_enable_vf_access()1572 if (vf->state != VF_FREE && vf->state != VF_STOPPED) { in qed_iov_vf_mbx_acquire()3402 if (p_vf->state != VF_STOPPED && p_vf->state != VF_FREE) { in qed_iov_vf_mbx_release()
857 vf->state = VF_FREE; in bnx2x_vf_free_resc()1269 bnx2x_vf(bp, i, state) = VF_FREE; in bnx2x_iov_init_one()2046 if (vf->state != VF_FREE && vf->state != VF_RESET) { in bnx2x_vf_acquire()2217 vf->state == VF_FREE ? "Free" : in bnx2x_vf_free()2234 case VF_FREE: in bnx2x_vf_free()
138 #define VF_FREE 0 /* VF ready to be acquired holds no resc */ macro