Changeset View
Changeset View
Standalone View
Standalone View
sys/dev/rge/if_rgevar.h
| Show First 20 Lines • Show All 194 Lines • ▼ Show 20 Lines | |||||
| #define RGE_FLAG_PCIE 0x00000002 | #define RGE_FLAG_PCIE 0x00000002 | ||||
| uint32_t rge_intrs; | uint32_t rge_intrs; | ||||
| int rge_timerintr; | int rge_timerintr; | ||||
| #define RGE_IMTYPE_NONE 0 | #define RGE_IMTYPE_NONE 0 | ||||
| #define RGE_IMTYPE_SIM 1 | #define RGE_IMTYPE_SIM 1 | ||||
| int sc_watchdog; | int sc_watchdog; | ||||
| int rge_if_flags; | |||||
| uint32_t sc_debug; | uint32_t sc_debug; | ||||
| struct rge_drv_stats sc_drv_stats; | struct rge_drv_stats sc_drv_stats; | ||||
| struct rge_mac_stats sc_mac_stats; | struct rge_mac_stats sc_mac_stats; | ||||
| }; | }; | ||||
| /* | /* | ||||
| ▲ Show 20 Lines • Show All 57 Lines • Show Last 20 Lines | |||||