Home
last modified time | relevance | path

Searched refs:vf_rxq_count (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sriov.h166 #define vf_rxq_count(vf) ((vf)->alloc_resc.num_rxqs) macro
225 for ((var) = 0; (var) < vf_rxq_count(vf); (var)++)
230 #define is_vf_multi(vf) (vf_rxq_count(vf) > 1)
Dbnx2x_vfpf.c1280 resc->num_rxqs = vf_rxq_count(vf) ? : in bnx2x_vf_mbx_acquire_resp()
1327 for (i = 0; i < vf_rxq_count(vf); i++) in bnx2x_vf_mbx_acquire_resp()
1525 if (setup_q->vf_qid >= vf_rxq_count(vf)) { in bnx2x_vf_mbx_setup_q()
1527 setup_q->vf_qid, vf_rxq_count(vf)); in bnx2x_vf_mbx_setup_q()
1907 if (filters->vf_qid > vf_rxq_count(vf)) { in bnx2x_filters_validate_vlan()
Dbnx2x_sriov.c878 for (i = 0; i < vf_rxq_count(vf); i++) { in bnx2x_vf_flr()
1992 u8 rxq_cnt = vf_rxq_count(vf) ? : bnx2x_vf_max_queue_cnt(bp, vf); in bnx2x_vf_chk_avail_resc()
2051 vf_rxq_count(vf) = resc->num_rxqs ? : bnx2x_vf_max_queue_cnt(bp, vf); in bnx2x_vf_acquire()
2056 vf_sb_count(vf), vf_rxq_count(vf), in bnx2x_vf_acquire()
2158 for (i = 0; i < vf_rxq_count(vf); i++) { in bnx2x_vf_close()
2256 for (qid = 0; qid < vf_rxq_count(vf); qid++) { in bnx2x_vf_tpa_update()