Searched defs:uath_softc (Results 1 – 1 of 1) sorted by relevance
177 struct uath_softc { struct178 struct ieee80211com sc_ic;179 dev_info_t *sc_dev;181 usb_client_dev_data_t *sc_udev; /* usb dev */182 int dev_flags;183 uint32_t sc_flags;185 usb_pipe_handle_t rx_cmd_pipe;186 usb_pipe_handle_t rx_data_pipe;187 usb_pipe_handle_t tx_cmd_pipe;188 usb_pipe_handle_t tx_data_pipe;[all …]