Home
last modified time | relevance | path

Searched refs:smac_sup_list (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_fp.c679 list_insert_head(&softmac->smac_sup_list, sup); in softmac_wput_single_nondata()
1104 for (sup = list_head(&softmac->smac_sup_list); sup != NULL; in softmac_datapath_switch()
1105 sup = list_next(&softmac->smac_sup_list, sup)) { in softmac_datapath_switch()
1156 for (sup = list_head(&softmac->smac_sup_list); sup != NULL; in softmac_datapath_switch()
1157 sup = list_next(&softmac->smac_sup_list, sup)) { in softmac_datapath_switch()
1221 list_remove(&softmac->smac_sup_list, sup); in softmac_upperstream_close()
H A Dsoftmac_main.c126 list_create(&softmac->smac_sup_list, sizeof (softmac_upper_t), in softmac_constructor()
149 ASSERT(list_is_empty(&softmac->smac_sup_list)); in softmac_destructor()
151 list_destroy(&softmac->smac_sup_list); in softmac_destructor()
/illumos-gate/usr/src/uts/common/sys/
H A Dsoftmac_impl.h216 list_t smac_sup_list; /* smac_fp_mutex */ member