Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/qlogic/qed/
Dqed_sriov.h170 VF_FREE = 0, /* VF ready to be acquired holds no resc */ enumerator
Dqed_sriov.c842 vf->state = VF_FREE; in qed_iov_enable_vf_access()
1574 if (vf->state != VF_FREE && vf->state != VF_STOPPED) { in qed_iov_vf_mbx_acquire()
3406 if (p_vf->state != VF_STOPPED && p_vf->state != VF_FREE) { in qed_iov_vf_mbx_release()
/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sriov.c858 vf->state = VF_FREE; in bnx2x_vf_free_resc()
1270 bnx2x_vf(bp, i, state) = VF_FREE; in bnx2x_iov_init_one()
2049 if (vf->state != VF_FREE && vf->state != VF_RESET) { in bnx2x_vf_acquire()
2220 vf->state == VF_FREE ? "Free" : in bnx2x_vf_free()
2237 case VF_FREE: in bnx2x_vf_free()
Dbnx2x_sriov.h138 #define VF_FREE 0 /* VF ready to be acquired holds no resc */ macro