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

/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_vfpf.h149 u8 vf_qid; member in struct:vfpf_q_op_tlv
290 u8 vf_qid; /* index in hw_qid[] */ member in struct:vfpf_setup_q_tlv
316 u8 vf_qid; /* index in hw_qid[] */ member in struct:vfpf_set_q_filters_tlv
H A Dbnx2x_vfpf.c632 req->vf_qid = fp_idx;
696 req->vf_qid = qidx;
727 int bnx2x_vfpf_config_mac(struct bnx2x *bp, const u8 *addr, u8 vf_qid, bool set) argument
739 req->vf_qid = vf_qid;
906 req->vf_qid = 0;
932 int bnx2x_vfpf_update_vlan(struct bnx2x *bp, u16 vid, u8 vf_qid, bool add) argument
948 req->vf_qid = vf_qid;
1023 req->vf_qid
[all...]
H A Dbnx2x_sriov.h511 int bnx2x_vfpf_config_mac(struct bnx2x *bp, const u8 *addr, u8 vf_qid,
556 int bnx2x_vfpf_update_vlan(struct bnx2x *bp, u16 vid, u8 vf_qid, bool add);
590 u8 vf_qid, bool set) {return 0; }
630 static inline int bnx2x_vfpf_update_vlan(struct bnx2x *bp, u16 vid, u8 vf_qid, bool add) {return 0; } argument
589 bnx2x_vfpf_config_mac(struct bnx2x *bp, const u8 *addr, u8 vf_qid, bool set) argument
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_l2.h335 u8 vf_qid; member in struct:qed_queue_cid_vf_params
366 u8 vf_qid; member in struct:qed_queue_cid
H A Dqed_l2.c219 p_cid->vf_qid = p_vf_params->vf_qid;
300 * use the vf_qid for this purpose as well.
307 cid = p_vf_params->vf_qid;
887 p_ramrod->vf_rx_prod_index = p_cid->vf_qid;
890 b_legacy_vf ? " [legacy]" : "", p_cid->vf_qid);
H A Dqed_sriov.c2131 vf_params.vf_qid = (u8)req->rx_qid;
2467 vf_params.vf_qid = (u8)req->tx_qid;

Completed in 187 milliseconds