Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/softmac/
H A Dsoftmac_fp.c1091 softmac_switch_req_t *req; in softmac_datapath_switch()
1122 list_create(&reqlist, sizeof (softmac_switch_req_t), in softmac_datapath_switch()
1123 offsetof(softmac_switch_req_t, ssq_req_list_node)); in softmac_datapath_switch()
1133 req = kmem_alloc(sizeof (softmac_switch_req_t), KM_NOSLEEP); in softmac_datapath_switch()
1146 kmem_free(req, sizeof (softmac_switch_req_t)); in softmac_datapath_switch()
1214 kmem_free(req, sizeof (softmac_switch_req_t)); in softmac_datapath_switch()
1238 softmac_switch_req_t *req; in softmac_upperstream_close()
1255 kmem_free(req, sizeof (softmac_switch_req_t)); in softmac_upperstream_close()
1268 softmac_switch_req_t *req; in softmac_datapath_switch_done()
1275 kmem_free(req, sizeof (softmac_switch_req_t)); in softmac_datapath_switch_done()
H A Dsoftmac_dev.c164 list_create(&sup->su_req_list, sizeof (softmac_switch_req_t), in softmac_upper_constructor()
165 offsetof(softmac_switch_req_t, ssq_req_list_node)); in softmac_upper_constructor()
/titanic_41/usr/src/uts/common/sys/
H A Dsoftmac_impl.h237 } softmac_switch_req_t; typedef