Home
last modified time | relevance | path

Searched refs:ionic_tx_qcq (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/ionic/
H A Dionic_lif.h90 struct ionic_tx_qcq { struct
134 struct ionic_tx_qcq **txqcqs;
205 struct ionic_tx_qcq **qcq_out);
214 int ionic_lif_txq_init(struct ionic_tx_qcq *txq);
215 void ionic_lif_txq_deinit(struct ionic_tx_qcq *txq);
H A Dionic_rxtx.c60 struct ionic_tx_qcq *txq = dev->data->tx_queues[queue_id]; in ionic_txq_info_get()
69 ionic_tx_flush(struct ionic_tx_qcq *txq) in ionic_tx_flush()
123 struct ionic_tx_qcq *txq = dev->data->tx_queues[qid]; in ionic_dev_tx_queue_release()
139 struct ionic_tx_qcq *txq; in ionic_dev_tx_queue_stop()
166 struct ionic_tx_qcq *txq; in ionic_dev_tx_queue_setup()
225 struct ionic_tx_qcq *txq; in ionic_dev_tx_queue_start()
325 ionic_tx_tso_next(struct ionic_tx_qcq *txq, struct ionic_txq_sg_elem **elem) in ionic_tx_tso_next()
338 ionic_tx_tso(struct ionic_tx_qcq *txq, struct rte_mbuf *txm) in ionic_tx_tso()
461 ionic_tx(struct ionic_tx_qcq *txq, struct rte_mbuf *txm) in ionic_tx()
533 struct ionic_tx_qcq *txq = tx_queue; in ionic_xmit_pkts()
[all …]
H A Dionic_lif.c85 struct ionic_tx_qcq *txq = lif->txqcqs[i]; in ionic_lif_stop()
760 uint16_t ntxq_descs, struct ionic_tx_qcq **txq_out) in ionic_tx_qcq_alloc()
762 struct ionic_tx_qcq *txq; in ionic_tx_qcq_alloc()
772 sizeof(struct ionic_tx_qcq), in ionic_tx_qcq_alloc()
1164 ionic_lif_txq_deinit(struct ionic_tx_qcq *txq) in ionic_lif_txq_deinit()
1472 ionic_lif_txq_init(struct ionic_tx_qcq *txq) in ionic_lif_txq_init()
1828 struct ionic_tx_qcq *txq = lif->txqcqs[i]; in ionic_lif_start()