Home
last modified time | relevance | path

Searched defs:ariadne_private (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/amd/
H A Dariadne.c87 struct ariadne_private { struct
88 volatile struct TDRE *tx_ring[TX_RING_SIZE];
89 volatile struct RDRE *rx_ring[RX_RING_SIZE];
90 volatile u_short *tx_buff[TX_RING_SIZE];
91 volatile u_short *rx_buff[RX_RING_SIZE];
92 int cur_tx, cur_rx; /* The next free ring entry */
93 int dirty_tx; /* The ring entries to be free()ed */
94 char tx_full;