Home
last modified time | relevance | path

Searched refs:sge_eth_txq (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/cxgbe/base/
H A Dadapter.h255 struct sge_eth_txq { /* state for an SGE Ethernet Tx queue */ struct
275 struct sge_eth_txq *ethtxq; argument
800 int t4_eth_xmit(struct sge_eth_txq *txq, struct rte_mbuf *mbuf,
805 int t4_sge_alloc_eth_txq(struct adapter *adap, struct sge_eth_txq *txq,
816 int t4_sge_eth_txq_start(struct sge_eth_txq *txq);
817 int t4_sge_eth_txq_stop(struct sge_eth_txq *txq);
818 void t4_sge_eth_txq_release(struct adapter *adap, struct sge_eth_txq *txq);
/dpdk/drivers/net/cxgbe/
H A Dcxgbe_ethdev.c64 struct sge_eth_txq *txq = (struct sge_eth_txq *)tx_queue; in cxgbe_xmit_pkts()
469 struct sge_eth_txq *txq = (struct sge_eth_txq *) in cxgbe_dev_tx_queue_start()
484 struct sge_eth_txq *txq = (struct sge_eth_txq *) in cxgbe_dev_tx_queue_stop()
505 struct sge_eth_txq *txq; in cxgbe_dev_tx_queue_setup()
550 struct sge_eth_txq *txq = eth_dev->data->tx_queues[qid]; in cxgbe_dev_tx_queue_release()
748 struct sge_eth_txq *txq = &s->ethtxq[pi->first_txqset + i]; in cxgbe_dev_stats_reset()
934 struct sge_eth_txq *txq = &s->ethtxq[pi->first_txqset + qid]; in cxgbe_dev_xstats()
H A Dsge.c41 struct sge_eth_txq *txq);
735 struct sge_eth_txq *txq = &adap->sge.ethtxq[0]; in tx_timer_cb()
766 struct sge_eth_txq *txq) in ship_tx_pkt_coalesce_wr()
825 static inline int should_tx_packet_coalesce(struct sge_eth_txq *txq, in should_tx_packet_coalesce()
934 static inline int tx_do_packet_coalesce(struct sge_eth_txq *txq, in tx_do_packet_coalesce()
1038 int t4_eth_xmit(struct sge_eth_txq *txq, struct rte_mbuf *mbuf, in t4_eth_xmit()
1998 int t4_sge_eth_txq_start(struct sge_eth_txq *txq) in t4_sge_eth_txq_start()
2013 int t4_sge_eth_txq_stop(struct sge_eth_txq *txq) in t4_sge_eth_txq_stop()
2020 int t4_sge_alloc_eth_txq(struct adapter *adap, struct sge_eth_txq *txq, in t4_sge_alloc_eth_txq()
2180 struct sge_eth_txq *txq; in t4_sge_eth_clear_queues()
[all …]
H A Dcxgbe_main.c613 sizeof(struct sge_eth_txq), 0, in cxgbe_cfg_queues()
623 struct sge_eth_txq *t = &s->ethtxq[i]; in cxgbe_cfg_queues()