Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/atheros/atl1e/
Datl1e.h364 struct atl1e_tx_buffer { struct
403 struct atl1e_tx_buffer *tx_buffer;
Datl1e_main.c648 struct atl1e_tx_buffer *tx_buffer = NULL; in atl1e_clean_tx_ring()
680 memset(tx_ring->tx_buffer, 0, sizeof(struct atl1e_tx_buffer) * in atl1e_clean_tx_ring()
831 size = sizeof(struct atl1e_tx_buffer) * (tx_ring->count); in atl1e_setup_ring_resources()
1232 struct atl1e_tx_buffer *tx_buffer = NULL; in atl1e_clean_tx_irq()
1584 static struct atl1e_tx_buffer *
1697 struct atl1e_tx_buffer *tx_buffer = NULL; in atl1e_tx_map()