Searched refs:smac_sup_list (Results 1 – 3 of 3) sorted by relevance
705 list_insert_head(&softmac->smac_sup_list, sup); in softmac_wput_single_nondata()1129 for (sup = list_head(&softmac->smac_sup_list); sup != NULL; in softmac_datapath_switch()1130 sup = list_next(&softmac->smac_sup_list, sup)) { in softmac_datapath_switch()1181 for (sup = list_head(&softmac->smac_sup_list); sup != NULL; in softmac_datapath_switch()1182 sup = list_next(&softmac->smac_sup_list, sup)) { in softmac_datapath_switch()1246 list_remove(&softmac->smac_sup_list, sup); in softmac_upperstream_close()
126 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()
216 list_t smac_sup_list; /* smac_fp_mutex */ member