Home
last modified time | relevance | path

Searched refs:ptxq (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_reps.c110 struct bnxt_tx_queue *ptxq; in bnxt_rep_tx_burst() local
124 ptxq = parent->tx_queues[qid]; in bnxt_rep_tx_burst()
126 ptxq->vfr_tx_cfa_action = vf_rep_bp->vfr_tx_cfa_action; in bnxt_rep_tx_burst()
133 rc = bnxt_xmit_pkts(ptxq, tx_pkts, nb_pkts); in bnxt_rep_tx_burst()
134 ptxq->vfr_tx_cfa_action = 0; in bnxt_rep_tx_burst()
/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_rxtx.c1472 hn_xmit_pkts(void *ptxq, struct rte_mbuf **tx_pkts, uint16_t nb_pkts) in hn_xmit_pkts() argument
1474 struct hn_tx_queue *txq = ptxq; in hn_xmit_pkts()