Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_fp.c1066 softmac_switch_req_t *req; in softmac_datapath_switch()
1097 list_create(&reqlist, sizeof (softmac_switch_req_t), in softmac_datapath_switch()
1098 offsetof(softmac_switch_req_t, ssq_req_list_node)); in softmac_datapath_switch()
1108 req = kmem_alloc(sizeof (softmac_switch_req_t), KM_NOSLEEP); in softmac_datapath_switch()
1121 kmem_free(req, sizeof (softmac_switch_req_t)); in softmac_datapath_switch()
1189 kmem_free(req, sizeof (softmac_switch_req_t)); in softmac_datapath_switch()
1213 softmac_switch_req_t *req; in softmac_upperstream_close()
1230 kmem_free(req, sizeof (softmac_switch_req_t)); in softmac_upperstream_close()
1243 softmac_switch_req_t *req; in softmac_datapath_switch_done()
1250 kmem_free(req, sizeof (softmac_switch_req_t)); in softmac_datapath_switch_done()
H A Dsoftmac_dev.c168 list_create(&sup->su_req_list, sizeof (softmac_switch_req_t), in softmac_upper_constructor()
169 offsetof(softmac_switch_req_t, ssq_req_list_node)); in softmac_upper_constructor()
/illumos-gate/usr/src/uts/common/sys/
H A Dsoftmac_impl.h237 } softmac_switch_req_t; typedef