Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Ddld_impl.h169 boolean_t ds_polling; /* SL */ member
/titanic_41/usr/src/uts/common/io/dld/
H A Ddld_proto.c1402 if (dsp->ds_polling) in dld_capab_poll_enable()
1433 dsp->ds_polling = B_TRUE; in dld_capab_poll_enable()
1441 if (!dsp->ds_polling) in dld_capab_poll_disable()
1447 dsp->ds_polling = B_FALSE; in dld_capab_poll_disable()
1720 if (dsp->ds_polling) in dld_capabilities_disable()
H A Ddld_str.c671 ASSERT(dsp->ds_polling == B_FALSE); in dld_str_destroy()
2129 if (dsp->ds_polling || dsp->ds_direct) { in ioc_raw()
2229 if (!dsp->ds_polling && !dsp->ds_direct) in ioc_fast()