Lines Matching refs:vf_qid
632 req->vf_qid = fp_idx; in bnx2x_vfpf_setup_q()
696 req->vf_qid = qidx; in bnx2x_vfpf_teardown_queue()
727 int bnx2x_vfpf_config_mac(struct bnx2x *bp, const u8 *addr, u8 vf_qid, bool set) in bnx2x_vfpf_config_mac() argument
739 req->vf_qid = vf_qid; in bnx2x_vfpf_config_mac()
906 req->vf_qid = 0; in bnx2x_vfpf_set_mcast()
932 int bnx2x_vfpf_update_vlan(struct bnx2x *bp, u16 vid, u8 vf_qid, bool add) in bnx2x_vfpf_update_vlan() argument
948 req->vf_qid = vf_qid; in bnx2x_vfpf_update_vlan()
1023 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()
1539 struct bnx2x_vf_queue *q = vfq_get(vf, setup_q->vf_qid); in bnx2x_vf_mbx_setup_q()
1754 msg->vf_qid, in bnx2x_vf_mbx_qfilters()
1771 msg->vf_qid, in bnx2x_vf_mbx_qfilters()
1788 msg->vf_qid, in bnx2x_vf_mbx_qfilters()
1820 rc = bnx2x_vf_rxmode(bp, vf, msg->vf_qid, accept); in bnx2x_vf_mbx_qfilters()
1835 vf->abs_vfid, msg->vf_qid, rc); in bnx2x_vf_mbx_qfilters()
1910 if (filters->vf_qid > vf_rxq_count(vf)) { in bnx2x_filters_validate_vlan()
1936 filters->vf_qid); in bnx2x_vf_mbx_set_q_filters()
1949 int qid = mbx->msg->req.q_op.vf_qid; in bnx2x_vf_mbx_teardown_q()