Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh_var.h113 typedef struct iwh_softc { struct
114 struct ieee80211com sc_ic;
115 dev_info_t *sc_dip;
116 int (*sc_newstate)(struct ieee80211com *,
118 void (*sc_recv_action)(ieee80211_node_t *,
120 int (*sc_send_action)(ieee80211_node_t *,
122 volatile uint32_t sc_cmd_flag;
123 volatile uint32_t sc_cmd_accum;
125 enum ieee80211_state sc_ostate;
126 kmutex_t sc_glock;
[all …]