Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/qlogic/qed/
Dqed_sriov.h170 VF_FREE = 0, /* VF ready to be acquired holds no resc */ enumerator
Dqed_sriov.c841 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()
/Linux-v4.19/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sriov.c857 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()
Dbnx2x_sriov.h138 #define VF_FREE 0 /* VF ready to be acquired holds no resc */ macro