Searched refs:setup_q (Results 1 – 2 of 2) sorted by relevance
605 struct vfpf_setup_q_tlv *req = &bp->vf2pf_mbox->req.setup_q; in bnx2x_vfpf_setup_q()1523 struct vfpf_setup_q_tlv *setup_q = &mbx->msg->req.setup_q; in bnx2x_vf_mbx_setup_q() local1528 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()1538 if (setup_q->param_valid & (VFPF_RXQ_VALID|VFPF_TXQ_VALID)) { 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()1557 if (setup_q->param_valid & VFPF_TXQ_VALID) { in bnx2x_vf_mbx_setup_q()1564 q->sb_idx = setup_q->txq.vf_sb; in bnx2x_vf_mbx_setup_q()1567 init_p->tx.hc_rate = setup_q->txq.hc_rate; in bnx2x_vf_mbx_setup_q()1568 init_p->tx.sb_cq_index = setup_q->txq.sb_index; in bnx2x_vf_mbx_setup_q()[all …]
376 struct vfpf_setup_q_tlv setup_q; member