Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/dld/
H A Ddld_str.c628 dsp->ds_wq = WR(rq); in dld_str_create()
657 wq = dsp->ds_wq; in dld_str_destroy()
660 dsp->ds_rq = dsp->ds_wq = NULL; in dld_str_destroy()
1022 if (qassociate(dsp->ds_wq, DLS_PPA2INST(ppa)) != 0) in dld_str_attach()
1064 (void) qassociate(dsp->ds_wq, -1); in dld_str_attach()
1128 (void) qassociate(dsp->ds_wq, -1); in dld_str_detach()
1405 if ((mp = mexchange(dsp->ds_wq, NULL, sizeof (dl_notify_ind_t), in str_notify_sdu_size()
1421 qreply(dsp->ds_wq, mp); in str_notify_sdu_size()
1467 if ((nmp = mexchange(dsp->ds_wq, NULL, in str_unitdata_ind()
1535 if ((mp = mexchange(dsp->ds_wq, NULL, sizeof (dl_notify_ind_t), in str_notify_promisc_on_phys()
[all …]
H A Ddld_proto.c156 queue_t *q = dsp->ds_wq; in proto_info_req()
324 queue_t *q = dsp->ds_wq; in proto_attach_req()
367 queue_t *q = dsp->ds_wq; in proto_detach_req()
389 dlokack(dsp->ds_wq, mp, DL_DETACH_REQ); in proto_detach_req()
408 queue_t *q = dsp->ds_wq; in proto_bind_req()
511 queue_t *q = dsp->ds_wq; in proto_unbind_req()
563 dlokack(dsp->ds_wq, mp, DL_UNBIND_REQ); in proto_unbind_req()
579 queue_t *q = dsp->ds_wq; in proto_promiscon_req()
654 queue_t *q = dsp->ds_wq; in proto_promiscoff_req()
734 queue_t *q = dsp->ds_wq; in proto_enabmulti_req()
[all …]
/titanic_50/usr/src/uts/common/sys/
H A Ddld_impl.h96 queue_t *ds_wq; /* WO */ member
310 queue_t *q = (dsp)->ds_wq; \
316 qenable((dsp)->ds_wq); \
327 queue_t *q = (dsp)->ds_wq; \