Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_str.c645 dsp->ds_wq = WR(rq); in dld_str_create()
674 wq = dsp->ds_wq; in dld_str_destroy()
1438 qreply(dsp->ds_wq, mp); in str_notify_sdu_size()
1561 qreply(dsp->ds_wq, mp); in str_notify_promisc_on_phys()
1585 qreply(dsp->ds_wq, mp); in str_notify_promisc_off_phys()
1621 qreply(dsp->ds_wq, mp); in str_notify_phys_addr()
1645 qreply(dsp->ds_wq, mp); in str_notify_link_up()
1669 qreply(dsp->ds_wq, mp); in str_notify_link_down()
1694 qreply(dsp->ds_wq, mp); in str_notify_speed()
1718 qreply(dsp->ds_wq, mp); in str_notify_capab_reneg()
[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()
408 queue_t *q = dsp->ds_wq; in proto_bind_req()
511 queue_t *q = dsp->ds_wq; in proto_unbind_req()
579 queue_t *q = dsp->ds_wq; in proto_promiscon_req()
658 queue_t *q = dsp->ds_wq; in proto_promiscoff_req()
746 queue_t *q = dsp->ds_wq; in proto_enabmulti_req()
809 queue_t *q = dsp->ds_wq; in proto_disabmulti_req()
862 queue_t *q = dsp->ds_wq; in proto_physaddr_req()
[all …]
/illumos-gate/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; \