#include <r8169.h>
Data Fields | |
| volatile uint32_t | opts1 |
| volatile uint32_t | opts2 |
| volatile uint32_t | addr_lo |
| volatile uint32_t | addr_hi |
| volatile u32 | PSize |
| volatile u32 | status |
| volatile u32 | addr |
| volatile u32 | size |
Definition at line 416 of file r8169.h.
| volatile uint32_t RxDesc::opts1 |
Definition at line 417 of file r8169.h.
Referenced by rtl8169_populate_rx_descriptor(), rtl8169_process_rx_packets(), and rtl8169_refill_rx_ring().
| volatile uint32_t RxDesc::opts2 |
| volatile uint32_t RxDesc::addr_lo |
| volatile uint32_t RxDesc::addr_hi |
| volatile u32 RxDesc::PSize |
Definition at line 161 of file sis190.h.
Referenced by sis190_give_to_asic(), sis190_make_unusable_by_asic(), and sis190_process_rx().
| volatile u32 RxDesc::status |
Definition at line 162 of file sis190.h.
Referenced by sis190_give_to_asic(), sis190_make_unusable_by_asic(), and sis190_process_rx().
| volatile u32 RxDesc::addr |
Definition at line 163 of file sis190.h.
Referenced by sis190_make_unusable_by_asic(), and sis190_map_to_asic().
| volatile u32 RxDesc::size |
Definition at line 164 of file sis190.h.
Referenced by sis190_give_to_asic(), sis190_make_unusable_by_asic(), and sis190_mark_as_last_descriptor().
1.5.7.1