Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_proto.c451 dsp->ds_nonip = !check_mod_above(dsp->ds_rq, "ip") && in proto_bind_req()
452 !check_mod_above(dsp->ds_rq, "arp"); in proto_bind_req()
1100 dlcapabsetqid(&(hcksum.hcksum_mid), dsp->ds_rq); in proto_capability_req()
1114 dlcapabsetqid(&(dld.dld_mid), dsp->ds_rq); in proto_capability_req()
1538 !check_mod_above(dsp->ds_rq, "ip"))) { in dld_capab()
1631 check_mod_above(dsp->ds_rq, "ip")) { in proto_capability_advertise()
1678 dlcapabsetqid(&(hcksum.hcksum_mid), dsp->ds_rq); in proto_capability_advertise()
1697 dlcapabsetqid(&(zcopy.zerocopy_mid), dsp->ds_rq); in proto_capability_advertise()
1732 dlcapabsetqid(&(dld.dld_mid), dsp->ds_rq); in proto_capability_advertise()
H A Ddld_str.c644 dsp->ds_rq = rq; in dld_str_create()
673 rq = dsp->ds_rq; in dld_str_destroy()
677 dsp->ds_rq = dsp->ds_wq = NULL; in dld_str_destroy()
1261 if (canputnext(dsp->ds_rq)) in dld_str_rx_raw()
1262 putnext(dsp->ds_rq, mp); in dld_str_rx_raw()
1326 if (canputnext(dsp->ds_rq)) in dld_str_rx_fastpath()
1327 putnext(dsp->ds_rq, mp); in dld_str_rx_fastpath()
1398 if (canputnext(dsp->ds_rq)) in dld_str_rx_unitdata()
1399 putnext(dsp->ds_rq, ud_mp); in dld_str_rx_unitdata()
/illumos-gate/usr/src/uts/common/sys/
H A Ddld_impl.h95 queue_t *ds_rq; /* WO */ member