Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_str.c420 mode = dsp->ds_mode; in dld_wput()
699 dsp->ds_mode = DLD_UNITDATA; in dld_str_destroy()
2140 dsp->ds_mode = DLD_RAW; in ioc_raw()
2152 if (dsp->ds_mode != DLD_RAW && dsp->ds_dlstate == DL_IDLE) { in ioc_raw()
2162 dsp->ds_mode = DLD_RAW; in ioc_raw()
2242 if (dsp->ds_mode != DLD_FASTPATH) { in ioc_fast()
2252 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()
1379 dls_rx_set(dsp, (dsp->ds_mode == DLD_FASTPATH) ? in dld_capab_direct()
1413 if ((dld_opt & DLD_OPT_NO_POLL) != 0 || dsp->ds_mode == DLD_RAW) in dld_capab_poll_enable()
/illumos-gate/usr/src/uts/common/sys/
H A Ddld_impl.h159 dld_str_mode_t ds_mode; /* SL */ member