Searched refs:su_req_list (Results 1 – 3 of 3) sorted by relevance
164 list_create(&sup->su_req_list, sizeof (softmac_switch_req_t), in softmac_upper_constructor()188 ASSERT(list_is_empty(&sup->su_req_list)); in softmac_upper_destructor()190 list_destroy(&sup->su_req_list); in softmac_upper_destructor()533 ASSERT(list_is_empty(&sup->su_req_list)); in softmac_drv_open()
1195 list_insert_tail(&sup->su_req_list, req); in softmac_datapath_switch()1253 while ((req = list_head(&sup->su_req_list)) != NULL) { in softmac_upperstream_close()1254 list_remove(&sup->su_req_list, req); in softmac_upperstream_close()1272 req = list_head(&sup->su_req_list); in softmac_datapath_switch_done()1273 list_remove(&sup->su_req_list, req); in softmac_datapath_switch_done()
275 list_t su_req_list; /* smac_fp_mutex */ member