Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/atlantic/
H A Datl_rxtx.c196 union hw_atl_txc_s *txc; in atl_reset_tx_queue()
209 txc = (union hw_atl_txc_s *)&txq->hw_ring[i]; in atl_reset_tx_queue()
1177 atl_tso_setup(struct rte_mbuf *tx_pkt, union hw_atl_txc_s *txc) in atl_tso_setup()
1232 union hw_atl_txc_s *txc = NULL; in atl_xmit_pkt()
1239 txc = (union hw_atl_txc_s *)&txq->hw_ring[tail]; in atl_xmit_pkt()
/f-stack/dpdk/drivers/net/atlantic/hw_atl/
H A Dhw_atl_utils.h36 union hw_atl_txc_s { union