Searched defs:rt2560_softc (Results 1 – 1 of 1) sorted by relevance
106 struct rt2560_softc { struct107 struct ieee80211com sc_ic;109 struct lock sc_mtx;111 struct mtx sc_mtx;113 struct mbufq sc_snd;114 device_t sc_dev;115 bus_space_tag_t sc_st;116 bus_space_handle_t sc_sh;118 struct callout watchdog_ch;120 int sc_tx_timer;[all …]