Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/softmac/
H A Dsoftmac_fp.c305 queue_t *q = sup->su_wq; in softmac_capability_advertise()
470 queue_t *q = sup->su_wq; in softmac_capability_req()
563 dlerrorack(sup->su_wq, mp, DL_BIND_REQ, DL_SYSERR, ENOMEM); in softmac_bind_req()
601 qreply(sup->su_wq, ackmp); in softmac_bind_req()
605 dlerrorack(sup->su_wq, ackmp, DL_BIND_REQ, DL_SYSERR, err); in softmac_bind_req()
624 dlerrorack(sup->su_wq, mp, DL_UNBIND_REQ, DL_OUTSTATE, 0); in softmac_unbind_req()
632 dlerrorack(sup->su_wq, mp, DL_UNBIND_REQ, DL_SYSERR, ENOMEM); in softmac_unbind_req()
647 dlerrorack(sup->su_wq, ackmp, DL_UNBIND_REQ, DL_SYSERR, err); in softmac_unbind_req()
662 qreply(sup->su_wq, ackmp); in softmac_unbind_req()
692 miocnak(sup->su_wq, mp, 0, EINVAL); in softmac_wput_single_nondata()
[all …]
H A Dsoftmac_dev.c449 qenable(slp->sl_sup->su_wq); in softmac_mod_wsrv()
541 sup->su_wq = WR(rq); in softmac_drv_open()
/titanic_41/usr/src/uts/common/sys/
H A Dsoftmac_impl.h254 queue_t *su_wq; /* WO */ member