Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/atheros/atl1e/
H A Datl1e.h364 struct atl1e_tx_buffer { struct
403 struct atl1e_tx_buffer *tx_buffer;
H A Datl1e_main.c643 struct atl1e_tx_buffer *tx_buffer = NULL; in atl1e_clean_tx_ring()
677 memset(tx_ring->tx_buffer, 0, sizeof(struct atl1e_tx_buffer) * in atl1e_clean_tx_ring()
829 size = sizeof(struct atl1e_tx_buffer) * (tx_ring->count); in atl1e_setup_ring_resources()
1233 struct atl1e_tx_buffer *tx_buffer = NULL; in atl1e_clean_tx_irq()
1591 static struct atl1e_tx_buffer *
1706 struct atl1e_tx_buffer *tx_buffer = NULL; in atl1e_tx_map()