Searched defs:ralink_eth_softc (Results 1 – 1 of 1) sorted by relevance
163 typedef struct ralink_eth_softc { struct164 device_t sc_dev; /* generic device information */165 bus_space_tag_t sc_memt; /* bus space tag */166 bus_space_handle_t sc_sy_memh; /* handle at SYSCTL_BASE */167 bus_space_handle_t sc_fe_memh; /* handle at FRAME_ENGINE_BASE */168 bus_space_handle_t sc_sw_memh; /* handle at ETH_SW_BASE */169 int sc_sy_size; /* size of Sysctl regs space */170 int sc_fe_size; /* size of Frame Engine regs space */171 int sc_sw_size; /* size of Ether Switch regs space */172 bus_dma_tag_t sc_dmat; /* bus DMA tag */[all …]