Home
last modified time | relevance | path

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

/drivers/net/ethernet/atheros/alx/
Dalx.h72 struct alx_tx_queue { struct
97 struct alx_tx_queue *txq; argument
Dmain.c54 static void alx_free_txbuf(struct alx_tx_queue *txq, int entry) in alx_free_txbuf()
142 static struct alx_tx_queue *alx_tx_queue_mapping(struct alx_priv *alx, in alx_tx_queue_mapping()
153 static struct netdev_queue *alx_get_tx_queue(const struct alx_tx_queue *txq) in alx_get_tx_queue()
158 static inline int alx_tpd_avail(struct alx_tx_queue *txq) in alx_tpd_avail()
165 static bool alx_clean_tx_irq(struct alx_tx_queue *txq) in alx_clean_tx_irq()
489 static void alx_free_txring_buf(struct alx_tx_queue *txq) in alx_free_txring_buf()
617 static int alx_alloc_tx_ring(struct alx_priv *alx, struct alx_tx_queue *txq, in alx_alloc_tx_ring()
743 struct alx_tx_queue *txq; in alx_alloc_napis()
1436 static int alx_map_tx_skb(struct alx_tx_queue *txq, struct sk_buff *skb) in alx_map_tx_skb()
1508 struct alx_tx_queue *txq) in alx_start_xmit_ring()