Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dadapter.h262 struct sge_eth_txq { /* state for an SGE Ethernet Tx queue */ struct
282 struct sge_eth_txq *ethtxq; argument
810 int t4_eth_xmit(struct sge_eth_txq *txq, struct rte_mbuf *mbuf,
815 int t4_sge_alloc_eth_txq(struct adapter *adap, struct sge_eth_txq *txq,
826 int t4_sge_eth_txq_start(struct sge_eth_txq *txq);
827 int t4_sge_eth_txq_stop(struct sge_eth_txq *txq);
828 void t4_sge_eth_txq_release(struct adapter *adap, struct sge_eth_txq *txq);
/f-stack/dpdk/drivers/net/cxgbe/
H A Dcxgbe_ethdev.c65 struct sge_eth_txq *txq = (struct sge_eth_txq *)tx_queue; in cxgbe_xmit_pkts()
475 struct sge_eth_txq *txq = (struct sge_eth_txq *) in cxgbe_dev_tx_queue_start()
490 struct sge_eth_txq *txq = (struct sge_eth_txq *) in cxgbe_dev_tx_queue_stop()
511 struct sge_eth_txq *txq; in cxgbe_dev_tx_queue_setup()
556 struct sge_eth_txq *txq = (struct sge_eth_txq *)q; in cxgbe_dev_tx_queue_release()
746 struct sge_eth_txq *txq = in cxgbe_dev_stats_get()
774 struct sge_eth_txq *txq = in cxgbe_dev_stats_reset()
H A Dsge.c42 struct sge_eth_txq *txq);
804 struct sge_eth_txq *txq = &adap->sge.ethtxq[0]; in tx_timer_cb()
835 struct sge_eth_txq *txq) in ship_tx_pkt_coalesce_wr()
892 static inline int should_tx_packet_coalesce(struct sge_eth_txq *txq, in should_tx_packet_coalesce()
994 static inline int tx_do_packet_coalesce(struct sge_eth_txq *txq, in tx_do_packet_coalesce()
1098 int t4_eth_xmit(struct sge_eth_txq *txq, struct rte_mbuf *mbuf, in t4_eth_xmit()
2022 int t4_sge_eth_txq_start(struct sge_eth_txq *txq) in t4_sge_eth_txq_start()
2037 int t4_sge_eth_txq_stop(struct sge_eth_txq *txq) in t4_sge_eth_txq_stop()
2044 int t4_sge_alloc_eth_txq(struct adapter *adap, struct sge_eth_txq *txq, in t4_sge_alloc_eth_txq()
2204 struct sge_eth_txq *txq; in t4_sge_eth_clear_queues()
[all …]
H A Dcxgbevf_ethdev.c67 struct sge_eth_txq *txq = in cxgbevf_dev_stats_get()
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()