Searched refs:ds_rq (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/io/dld/ |
H A D | dld_proto.c | 450 dsp->ds_nonip = !check_mod_above(dsp->ds_rq, "ip") && in proto_bind_req() 451 !check_mod_above(dsp->ds_rq, "arp"); in proto_bind_req() 1087 dlcapabsetqid(&(hcksum.hcksum_mid), dsp->ds_rq); in proto_capability_req() 1101 dlcapabsetqid(&(dld.dld_mid), dsp->ds_rq); in proto_capability_req() 1520 !check_mod_above(dsp->ds_rq, "ip"))) { in dld_capab() 1604 if (dsp->ds_sap == ETHERTYPE_IP && check_mod_above(dsp->ds_rq, "ip")) { in proto_capability_advertise() 1651 dlcapabsetqid(&(hcksum.hcksum_mid), dsp->ds_rq); in proto_capability_advertise() 1670 dlcapabsetqid(&(zcopy.zerocopy_mid), dsp->ds_rq); in proto_capability_advertise() 1705 dlcapabsetqid(&(dld.dld_mid), dsp->ds_rq); in proto_capability_advertise()
|
H A D | dld_str.c | 627 dsp->ds_rq = rq; in dld_str_create() 656 rq = dsp->ds_rq; in dld_str_destroy() 660 dsp->ds_rq = dsp->ds_wq = NULL; in dld_str_destroy() 1244 if (canputnext(dsp->ds_rq)) in dld_str_rx_raw() 1245 putnext(dsp->ds_rq, mp); in dld_str_rx_raw() 1309 if (canputnext(dsp->ds_rq)) in dld_str_rx_fastpath() 1310 putnext(dsp->ds_rq, mp); in dld_str_rx_fastpath() 1381 if (canputnext(dsp->ds_rq)) in dld_str_rx_unitdata() 1382 putnext(dsp->ds_rq, ud_mp); in dld_str_rx_unitdata()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | dld_impl.h | 95 queue_t *ds_rq; /* WO */ member
|