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

/opensolaris-onvv-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_fp.c1091 softmac_switch_req_t *req;
1122 list_create(&reqlist, sizeof (softmac_switch_req_t),
1123 offsetof(softmac_switch_req_t, ssq_req_list_node));
1133 req = kmem_alloc(sizeof (softmac_switch_req_t), KM_NOSLEEP);
1146 kmem_free(req, sizeof (softmac_switch_req_t));
1214 kmem_free(req, sizeof (softmac_switch_req_t));
1238 softmac_switch_req_t *req;
1255 kmem_free(req, sizeof (softmac_switch_req_t));
1268 softmac_switch_req_t *req;
1275 kmem_free(req, sizeof (softmac_switch_req_t));
[all...]
H A Dsoftmac_dev.c164 list_create(&sup->su_req_list, sizeof (softmac_switch_req_t),
165 offsetof(softmac_switch_req_t, ssq_req_list_node));
/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dsoftmac_impl.h242 } softmac_switch_req_t; typedef in typeref:struct:softmac_switch_req_s

Completed in 109 milliseconds