Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_dev.c168 list_create(&sup->su_req_list, sizeof (softmac_switch_req_t), in softmac_upper_constructor()
192 ASSERT(list_is_empty(&sup->su_req_list)); in softmac_upper_destructor()
194 list_destroy(&sup->su_req_list); in softmac_upper_destructor()
541 ASSERT(list_is_empty(&sup->su_req_list)); in softmac_drv_open()
H A Dsoftmac_fp.c1170 list_insert_tail(&sup->su_req_list, req); in softmac_datapath_switch()
1228 while ((req = list_head(&sup->su_req_list)) != NULL) { in softmac_upperstream_close()
1229 list_remove(&sup->su_req_list, req); in softmac_upperstream_close()
1247 req = list_head(&sup->su_req_list); in softmac_datapath_switch_done()
1248 list_remove(&sup->su_req_list, req); in softmac_datapath_switch_done()
/illumos-gate/usr/src/uts/common/sys/
H A Dsoftmac_impl.h275 list_t su_req_list; /* smac_fp_mutex */ member