Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/atheros/atl1e/
Datl1e.h377 struct atl1e_tx_buffer { struct
416 struct atl1e_tx_buffer *tx_buffer;
Datl1e_main.c665 struct atl1e_tx_buffer *tx_buffer = NULL; in atl1e_clean_tx_ring()
697 memset(tx_ring->tx_buffer, 0, sizeof(struct atl1e_tx_buffer) * in atl1e_clean_tx_ring()
848 size = sizeof(struct atl1e_tx_buffer) * (tx_ring->count); in atl1e_setup_ring_resources()
1249 struct atl1e_tx_buffer *tx_buffer = NULL; in atl1e_clean_tx_irq()
1601 static struct atl1e_tx_buffer *
1714 struct atl1e_tx_buffer *tx_buffer = NULL; in atl1e_tx_map()