Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Ddld_impl.h50 DLD_RAW enumerator
/titanic_50/usr/src/uts/common/io/dld/
H A Ddld_str.c407 (mode != DLD_FASTPATH && mode != DLD_RAW)) { in dld_wput()
2123 dsp->ds_mode = DLD_RAW; in ioc_raw()
2135 if (dsp->ds_mode != DLD_RAW && dsp->ds_dlstate == DL_IDLE) { in ioc_raw()
2145 dsp->ds_mode = DLD_RAW; in ioc_raw()
H A Ddld_proto.c444 dls_rx_set(dsp, (dsp->ds_mode == DLD_RAW) ? in proto_bind_req()
1406 if ((dld_opt & DLD_OPT_NO_POLL) != 0 || dsp->ds_mode == DLD_RAW) in dld_capab_poll_enable()