Searched refs:vf_rxq_count (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_sriov.h | 166 #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)
|
H A D | bnx2x_sriov.c | 882 for (i = 0; i < vf_rxq_count(vf); i++) { in bnx2x_vf_flr() 2003 u8 rxq_cnt = vf_rxq_count(vf) ? : bnx2x_vf_max_queue_cnt(bp, vf); in bnx2x_vf_chk_avail_resc() 2062 vf_rxq_count(vf) = resc->num_rxqs ? : bnx2x_vf_max_queue_cnt(bp, vf); in bnx2x_vf_acquire() 2067 vf_sb_count(vf), vf_rxq_count(vf), in bnx2x_vf_acquire() 2169 for (i = 0; i < vf_rxq_count(vf); i++) { in bnx2x_vf_close() 2267 for (qid = 0; qid < vf_rxq_count(vf); qid++) { in bnx2x_vf_tpa_update()
|
H A D | bnx2x_vfpf.c | 1281 resc->num_rxqs = vf_rxq_count(vf) ? : in bnx2x_vf_mbx_acquire_resp() 1328 for (i = 0; i < vf_rxq_count(vf); i++) in bnx2x_vf_mbx_acquire_resp() 1526 if (setup_q->vf_qid >= vf_rxq_count(vf)) { in bnx2x_vf_mbx_setup_q() 1528 setup_q->vf_qid, vf_rxq_count(vf)); in bnx2x_vf_mbx_setup_q() 1908 if (filters->vf_qid > vf_rxq_count(vf)) { in bnx2x_filters_validate_vlan()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_sriov.h | 166 #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)
|
H A D | bnx2x_sriov.c | 882 for (i = 0; i < vf_rxq_count(vf); i++) { in bnx2x_vf_flr() 1996 u8 rxq_cnt = vf_rxq_count(vf) ? : bnx2x_vf_max_queue_cnt(bp, vf); in bnx2x_vf_chk_avail_resc() 2055 vf_rxq_count(vf) = resc->num_rxqs ? : bnx2x_vf_max_queue_cnt(bp, vf); in bnx2x_vf_acquire() 2060 vf_sb_count(vf), vf_rxq_count(vf), in bnx2x_vf_acquire() 2162 for (i = 0; i < vf_rxq_count(vf); i++) { in bnx2x_vf_close() 2260 for (qid = 0; qid < vf_rxq_count(vf); qid++) { in bnx2x_vf_tpa_update()
|
H A D | bnx2x_vfpf.c | 1283 resc->num_rxqs = vf_rxq_count(vf) ? : in bnx2x_vf_mbx_acquire_resp() 1330 for (i = 0; i < vf_rxq_count(vf); i++) in bnx2x_vf_mbx_acquire_resp() 1528 if (setup_q->vf_qid >= vf_rxq_count(vf)) { in bnx2x_vf_mbx_setup_q() 1530 setup_q->vf_qid, vf_rxq_count(vf)); in bnx2x_vf_mbx_setup_q() 1910 if (filters->vf_qid > vf_rxq_count(vf)) { in bnx2x_filters_validate_vlan()
|
Completed in 16 milliseconds