Searched refs:vfq_get (Results 1 – 3 of 3) sorted by relevance
/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sriov.c | 592 struct bnx2x_vf_queue *vfq = vfq_get(vf, qid); in bnx2x_vf_prep_rx_mode() 621 vfq_get(vf, qid)->accept_flags = ramrod.rx_accept_flags; in bnx2x_vf_rxmode() 1802 vfq_get(vf, qidx)->sp_obj.complete_cmd(bp, in bnx2x_iov_eq_sp_event() 1803 &vfq_get(vf, in bnx2x_iov_eq_sp_event() 1810 bnx2x_vf_handle_classification_eqe(bp, vfq_get(vf, qidx), elem); in bnx2x_iov_eq_sp_event() 1918 struct bnx2x_vf_queue *rxq = vfq_get(vf, j); in bnx2x_iov_adjust_stats_req() 1970 vfq_qzone_id(vf, vfq_get(vf, i)), false); in bnx2x_vf_clr_qtbl() 2071 struct bnx2x_vf_queue *q = vfq_get(vf, i); in bnx2x_vf_acquire() 2133 vfq_qzone_id(vf, vfq_get(vf, i)), true); in bnx2x_vf_init()
|
D | bnx2x_sriov.h | 369 static inline struct bnx2x_vf_queue *vfq_get(struct bnx2x_virtf *vf, u8 index) in vfq_get() function
|
D | bnx2x_vfpf.c | 1296 vfq_qzone_id(vf, vfq_get(vf, i)); in bnx2x_vf_mbx_acquire_resp() 1536 struct bnx2x_vf_queue *q = vfq_get(vf, setup_q->vf_qid); in bnx2x_vf_mbx_setup_q()
|