Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_proto.c1410 if (dsp->ds_polling) in dld_capab_poll_enable()
1441 dsp->ds_polling = B_TRUE; in dld_capab_poll_enable()
1449 if (!dsp->ds_polling) in dld_capab_poll_disable()
1455 dsp->ds_polling = B_FALSE; in dld_capab_poll_disable()
1747 if (dsp->ds_polling) in dld_capabilities_disable()
H A Ddld_str.c688 ASSERT(dsp->ds_polling == B_FALSE); in dld_str_destroy()
2146 if (dsp->ds_polling || dsp->ds_direct) { in ioc_raw()
2246 if (!dsp->ds_polling && !dsp->ds_direct) in ioc_fast()
/illumos-gate/usr/src/uts/common/sys/
H A Ddld_impl.h169 boolean_t ds_polling; /* SL */ member