Searched refs:vf_qid (Results 1 – 3 of 3) sorted by relevance
| /linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
| D | bnx2x_vfpf.c | 630 req->vf_qid = fp_idx; in bnx2x_vfpf_setup_q() 694 req->vf_qid = qidx; in bnx2x_vfpf_teardown_queue() 725 int bnx2x_vfpf_config_mac(struct bnx2x *bp, u8 *addr, u8 vf_qid, bool set) in bnx2x_vfpf_config_mac() argument 737 req->vf_qid = vf_qid; in bnx2x_vfpf_config_mac() 905 req->vf_qid = 0; in bnx2x_vfpf_set_mcast() 931 int bnx2x_vfpf_update_vlan(struct bnx2x *bp, u16 vid, u8 vf_qid, bool add) in bnx2x_vfpf_update_vlan() argument 947 req->vf_qid = vf_qid; in bnx2x_vfpf_update_vlan() 1022 req->vf_qid = 0; in bnx2x_vfpf_storm_rx_mode() 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() [all …]
|
| D | bnx2x_vfpf.h | 149 u8 vf_qid; member 290 u8 vf_qid; /* index in hw_qid[] */ member 316 u8 vf_qid; /* index in hw_qid[] */ member
|
| D | bnx2x_sriov.h | 507 int bnx2x_vfpf_config_mac(struct bnx2x *bp, u8 *addr, u8 vf_qid, bool set); 551 int bnx2x_vfpf_update_vlan(struct bnx2x *bp, u16 vid, u8 vf_qid, bool add); 585 u8 vf_qid, bool set) {return 0; } in bnx2x_vfpf_config_mac() argument 625 static inline int bnx2x_vfpf_update_vlan(struct bnx2x *bp, u16 vid, u8 vf_qid, bool add) {return 0;… in bnx2x_vfpf_update_vlan() argument
|