Lines Matching refs:txq
654 req->txq.txq_addr = fp->txdata_ptr[FIRST_TX_COS_INDEX]->tx_desc_mapping; in bnx2x_vfpf_setup_q()
655 req->txq.vf_sb = fp_idx; in bnx2x_vfpf_setup_q()
656 req->txq.sb_index = HC_INDEX_ETH_TX_CQ_CONS_COS0; in bnx2x_vfpf_setup_q()
657 req->txq.hc_rate = bp->tx_ticks ? 1000000/bp->tx_ticks : 0; in bnx2x_vfpf_setup_q()
658 req->txq.flags = flags; in bnx2x_vfpf_setup_q()
659 req->txq.traffic_type = LLFC_TRAFFIC_TYPE_NW; in bnx2x_vfpf_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()
1570 bnx2x_vf_mbx_set_q_flags(bp, setup_q->txq.flags, in bnx2x_vf_mbx_setup_q()
1574 bnx2x_vf_mbx_set_q_flags(bp, setup_q->txq.flags, in bnx2x_vf_mbx_setup_q()
1580 txq_params->dscr_map = setup_q->txq.txq_addr; in bnx2x_vf_mbx_setup_q()
1581 txq_params->sb_cq_index = setup_q->txq.sb_index; in bnx2x_vf_mbx_setup_q()
1582 txq_params->traffic_type = setup_q->txq.traffic_type; in bnx2x_vf_mbx_setup_q()