|
Linux Kernel
3.7.1
|
Data Fields | |
| struct TDRE * | tx_ring [TX_RING_SIZE] |
| struct RDRE * | rx_ring [RX_RING_SIZE] |
| volatile u_short * | tx_buff [TX_RING_SIZE] |
| volatile u_short * | rx_buff [RX_RING_SIZE] |
| int | cur_tx |
| int | cur_rx |
| int | dirty_tx |
| char | tx_full |
| volatile u_short* rx_buff[RX_RING_SIZE] |
| volatile u_short* tx_buff[TX_RING_SIZE] |
1.8.2