Lines Matching refs:efx_tx_queue
23 int ef100_tx_probe(struct efx_tx_queue *tx_queue) in ef100_tx_probe()
32 void ef100_tx_init(struct efx_tx_queue *tx_queue) in ef100_tx_init()
52 static bool ef100_tx_can_tso(struct efx_tx_queue *tx_queue, struct sk_buff *skb) in ef100_tx_can_tso()
118 static efx_oword_t *ef100_tx_desc(struct efx_tx_queue *tx_queue, unsigned int index) in ef100_tx_desc()
126 static void ef100_notify_tx_desc(struct efx_tx_queue *tx_queue) in ef100_notify_tx_desc()
144 static void ef100_tx_push_buffers(struct efx_tx_queue *tx_queue) in ef100_tx_push_buffers()
239 static void ef100_tx_make_descriptors(struct efx_tx_queue *tx_queue, in ef100_tx_make_descriptors()
309 void ef100_tx_write(struct efx_tx_queue *tx_queue) in ef100_tx_write()
321 struct efx_tx_queue *tx_queue = in ef100_ev_tx()
336 int ef100_enqueue_skb(struct efx_tx_queue *tx_queue, struct sk_buff *skb) in ef100_enqueue_skb()
371 struct efx_tx_queue *txq2; in ef100_enqueue_skb()