Home
last modified time | relevance | path

Searched refs:vf_qid (Results 1 – 6 of 6) sorted by relevance

/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_vfpf.c630 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()
904 req->vf_qid = 0; in bnx2x_vfpf_set_mcast()
930 int bnx2x_vfpf_update_vlan(struct bnx2x *bp, u16 vid, u8 vf_qid, bool add) in bnx2x_vfpf_update_vlan() argument
946 req->vf_qid = vf_qid; in bnx2x_vfpf_update_vlan()
1021 req->vf_qid = 0; in bnx2x_vfpf_storm_rx_mode()
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()
[all …]
Dbnx2x_vfpf.h149 u8 vf_qid; member
290 u8 vf_qid; /* index in hw_qid[] */ member
316 u8 vf_qid; /* index in hw_qid[] */ member
Dbnx2x_sriov.h512 int bnx2x_vfpf_config_mac(struct bnx2x *bp, u8 *addr, u8 vf_qid, bool set);
556 int bnx2x_vfpf_update_vlan(struct bnx2x *bp, u16 vid, u8 vf_qid, bool add);
590 u8 vf_qid, bool set) {return 0; } in bnx2x_vfpf_config_mac() argument
630 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
/drivers/net/ethernet/qlogic/qed/
Dqed_l2.h312 u8 vf_qid; member
343 u8 vf_qid; member
Dqed_l2.c219 p_cid->vf_qid = p_vf_params->vf_qid; in _qed_eth_queue_to_cid()
307 cid = p_vf_params->vf_qid; in qed_eth_queue_to_cid()
886 p_ramrod->vf_rx_prod_index = p_cid->vf_qid; in qed_eth_rxq_start_ramrod()
889 b_legacy_vf ? " [legacy]" : "", p_cid->vf_qid); in qed_eth_rxq_start_ramrod()
Dqed_sriov.c2129 vf_params.vf_qid = (u8)req->rx_qid; in qed_iov_vf_mbx_start_rxq()
2465 vf_params.vf_qid = (u8)req->tx_qid; in qed_iov_vf_mbx_start_txq()