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

/opensolaris-onvv-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_dev.c164 list_create(&sup->su_req_list, sizeof (softmac_switch_req_t),
188 ASSERT(list_is_empty(&sup->su_req_list));
190 list_destroy(&sup->su_req_list);
533 ASSERT(list_is_empty(&sup->su_req_list));
H A Dsoftmac_fp.c1195 list_insert_tail(&sup->su_req_list, req);
1253 while ((req = list_head(&sup->su_req_list)) != NULL) {
1254 list_remove(&sup->su_req_list, req);
1272 req = list_head(&sup->su_req_list);
1273 list_remove(&sup->su_req_list, req);
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dsoftmac_impl.h280 list_t su_req_list; /* smac_fp_mutex */ member in struct:softmac_upper_s

Completed in 106 milliseconds