Home
last modified time | relevance | path

Searched defs:uath_softc (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/dev/usb/
H A Dif_uathvar.h99 struct uath_softc { struct
100 struct device sc_dev;
101 struct ieee80211com sc_ic;
102 int (*sc_newstate)(struct ieee80211com *,
105 struct uath_tx_data tx_data[UATH_TX_DATA_LIST_COUNT];
106 struct uath_rx_data rx_data[UATH_RX_DATA_LIST_COUNT];
108 struct uath_tx_cmd tx_cmd[UATH_TX_CMD_LIST_COUNT];
109 struct uath_rx_cmd rx_cmd[UATH_RX_CMD_LIST_COUNT];
111 int sc_flags;
113 int data_idx;
[all …]