Lines Matching refs:vf_qid
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()
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()
1537 struct bnx2x_vf_queue *q = vfq_get(vf, setup_q->vf_qid); in bnx2x_vf_mbx_setup_q()
1752 msg->vf_qid, in bnx2x_vf_mbx_qfilters()
1769 msg->vf_qid, in bnx2x_vf_mbx_qfilters()
1786 msg->vf_qid, in bnx2x_vf_mbx_qfilters()
1818 rc = bnx2x_vf_rxmode(bp, vf, msg->vf_qid, accept); in bnx2x_vf_mbx_qfilters()
1833 vf->abs_vfid, msg->vf_qid, rc); in bnx2x_vf_mbx_qfilters()
1908 if (filters->vf_qid > vf_rxq_count(vf)) { in bnx2x_filters_validate_vlan()
1934 filters->vf_qid); in bnx2x_vf_mbx_set_q_filters()
1947 int qid = mbx->msg->req.q_op.vf_qid; in bnx2x_vf_mbx_teardown_q()