Home
last modified time | relevance | path

Searched refs:vf_sb_count (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sriov.c325 if (!vf_sb_count(vf)) in bnx2x_vf_set_igu_info()
328 ++vf_sb_count(vf); in bnx2x_vf_set_igu_info()
743 for (i = 0; i < vf_sb_count(vf); i++) { in bnx2x_vf_igu_reset()
1569 vf->abs_vfid, vf_sb_count(vf), base_vf_cid, in bnx2x_iov_nic_init()
1995 return min_t(u8, min_t(u8, vf_sb_count(vf), BNX2X_CIDS_PER_VF), in bnx2x_vf_max_queue_cnt()
2008 (req_resc->num_sbs <= vf_sb_count(vf)) && in bnx2x_vf_chk_avail_resc()
2061 vf_sb_count(vf) = resc->num_sbs; in bnx2x_vf_acquire()
2067 vf_sb_count(vf), vf_rxq_count(vf), in bnx2x_vf_acquire()
2474 vf_sb_count(BP_VF(bp, vf_idx)) = 0; in bnx2x_enable_sriov()
2506 qcount += vf_sb_count(v in bnx2x_enable_sriov()
[all...]
H A Dbnx2x_sriov.h168 #define vf_sb_count(vf) ((vf)->alloc_resc.num_sbs) macro
228 for ((var) = 0; (var) < vf_sb_count(vf); (var)++)
H A Dbnx2x_vfpf.c1285 resc->num_sbs = vf_sb_count(vf); in bnx2x_vf_mbx_acquire_resp()
1331 for (i = 0; i < vf_sb_count(vf); i++) in bnx2x_vf_mbx_acquire_resp()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sriov.c325 if (!vf_sb_count(vf)) in bnx2x_vf_set_igu_info()
328 ++vf_sb_count(vf); in bnx2x_vf_set_igu_info()
743 for (i = 0; i < vf_sb_count(vf); i++) { in bnx2x_vf_igu_reset()
1568 vf->abs_vfid, vf_sb_count(vf), base_vf_cid, in bnx2x_iov_nic_init()
1988 return min_t(u8, min_t(u8, vf_sb_count(vf), BNX2X_CIDS_PER_VF), in bnx2x_vf_max_queue_cnt()
2001 (req_resc->num_sbs <= vf_sb_count(vf)) && in bnx2x_vf_chk_avail_resc()
2054 vf_sb_count(vf) = resc->num_sbs; in bnx2x_vf_acquire()
2060 vf_sb_count(vf), vf_rxq_count(vf), in bnx2x_vf_acquire()
2467 vf_sb_count(BP_VF(bp, vf_idx)) = 0; in bnx2x_enable_sriov()
2499 qcount += vf_sb_count(v in bnx2x_enable_sriov()
[all...]
H A Dbnx2x_sriov.h168 #define vf_sb_count(vf) ((vf)->alloc_resc.num_sbs) macro
228 for ((var) = 0; (var) < vf_sb_count(vf); (var)++)
H A Dbnx2x_vfpf.c1287 resc->num_sbs = vf_sb_count(vf); in bnx2x_vf_mbx_acquire_resp()
1333 for (i = 0; i < vf_sb_count(vf); i++) in bnx2x_vf_mbx_acquire_resp()

Completed in 16 milliseconds