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

/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A 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)
H A Dbnx2x_vfpf.c1283 resc->num_rxqs = vf_rxq_count(vf) ? :
1330 for (i = 0; i < vf_rxq_count(vf); i++)
1528 if (setup_q->vf_qid >= vf_rxq_count(vf)) {
1530 setup_q->vf_qid, vf_rxq_count(vf));
1910 if (filters->vf_qid > vf_rxq_count(vf)) {
H A Dbnx2x_sriov.c882 for (i = 0; i < vf_rxq_count(vf); i++) {
1996 u8 rxq_cnt = vf_rxq_count(vf) ? : bnx2x_vf_max_queue_cnt(bp, vf);
2055 vf_rxq_count(vf) = resc->num_rxqs ? : bnx2x_vf_max_queue_cnt(bp, vf);
2060 vf_sb_count(vf), vf_rxq_count(vf),
2162 for (i = 0; i < vf_rxq_count(vf); i++) {
2260 for (qid = 0; qid < vf_rxq_count(vf); qid++) {

Completed in 276 milliseconds