Searched refs:vf_qid (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_vfpf.h | 140 u8 vf_qid; member 279 u8 vf_qid; /* index in hw_qid[] */ member 305 u8 vf_qid; /* index in hw_qid[] */ member
|
D | bnx2x_vfpf.c | 614 req->vf_qid = fp_idx; in bnx2x_vfpf_setup_q() 678 req->vf_qid = qidx; in bnx2x_vfpf_teardown_queue() 709 int bnx2x_vfpf_config_mac(struct bnx2x *bp, u8 *addr, u8 vf_qid, bool set) in bnx2x_vfpf_config_mac() argument 721 req->vf_qid = vf_qid; in bnx2x_vfpf_config_mac() 889 req->vf_qid = 0; in bnx2x_vfpf_set_mcast() 940 req->vf_qid = 0; in bnx2x_vfpf_storm_rx_mode() 1438 if (setup_q->vf_qid >= vf_rxq_count(vf)) { in bnx2x_vf_mbx_setup_q() 1440 setup_q->vf_qid, vf_rxq_count(vf)); in bnx2x_vf_mbx_setup_q() 1449 struct bnx2x_vf_queue *q = vfq_get(vf, setup_q->vf_qid); in bnx2x_vf_mbx_setup_q() 1654 msg->vf_qid, in bnx2x_vf_mbx_qfilters() [all …]
|
D | bnx2x_sriov.h | 495 int bnx2x_vfpf_config_mac(struct bnx2x *bp, u8 *addr, u8 vf_qid, bool set); 567 u8 vf_qid, bool set) {return 0; } in bnx2x_vfpf_config_mac() argument
|