Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dsoftmac_impl.h253 typedef struct softmac_upper_s { struct
254 softmac_t *su_softmac; /* WO */
255 queue_t *su_rq; /* WO */
256 queue_t *su_wq; /* WO */
261 list_node_t su_taskq_list_node; /* softmac_taskq_lock */
266 softmac_lower_t *su_slp; /* SL & su_mutex */
272 list_node_t su_list_node; /* smac_fp_mutex */
277 list_t su_req_list; /* smac_fp_mutex */
285 softmac_lower_rxinfo_t su_rxinfo; /* WO */
286 softmac_lower_rxinfo_t su_direct_rxinfo; /* WO */
[all …]