Home
last modified time | relevance | path

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

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