Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/atheros/alx/
H A Dalx.h72 struct alx_tx_queue { struct
97 struct alx_tx_queue *txq; argument
H A Dmain.c53 static void alx_free_txbuf(struct alx_tx_queue *txq, int entry) in alx_free_txbuf()
141 static struct alx_tx_queue *alx_tx_queue_mapping(struct alx_priv *alx, in alx_tx_queue_mapping()
152 static struct netdev_queue *alx_get_tx_queue(const struct alx_tx_queue *txq) in alx_get_tx_queue()
157 static inline int alx_tpd_avail(struct alx_tx_queue *txq) in alx_tpd_avail()
164 static bool alx_clean_tx_irq(struct alx_tx_queue *txq) in alx_clean_tx_irq()
488 static void alx_free_txring_buf(struct alx_tx_queue *txq) in alx_free_txring_buf()
616 static int alx_alloc_tx_ring(struct alx_priv *alx, struct alx_tx_queue *txq, in alx_alloc_tx_ring()
742 struct alx_tx_queue *txq; in alx_alloc_napis()
1460 static int alx_map_tx_skb(struct alx_tx_queue *txq, struct sk_buff *skb) in alx_map_tx_skb()
1532 struct alx_tx_queue *txq) in alx_start_xmit_ring()