Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/dld/
H A Ddld_str.c405 mode = dsp->ds_mode; in dld_wput()
682 dsp->ds_mode = DLD_UNITDATA; in dld_str_destroy()
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()
2225 if (dsp->ds_mode != DLD_FASTPATH) { in ioc_fast()
2235 dsp->ds_mode = DLD_FASTPATH; in ioc_fast()
H A Ddld_proto.c444 dls_rx_set(dsp, (dsp->ds_mode == DLD_RAW) ? in proto_bind_req()
558 dsp->ds_mode = DLD_UNITDATA; in proto_unbind_req()
1370 dls_rx_set(dsp, (dsp->ds_mode == DLD_FASTPATH) ? in dld_capab_direct()
1406 if ((dld_opt & DLD_OPT_NO_POLL) != 0 || dsp->ds_mode == DLD_RAW) in dld_capab_poll_enable()
/titanic_50/usr/src/uts/common/sys/
H A Ddld_impl.h159 dld_str_mode_t ds_mode; /* SL */ member