Searched refs:softmac_switch_req_t (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/io/softmac/ |
H A D | softmac_fp.c | 1091 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 D | softmac_dev.c | 164 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 D | softmac_impl.h | 237 } softmac_switch_req_t; typedef
|