Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca_kstat.c177 if (dca->dca_flags & DCA_FAILED) { in dca_ksupdate()
H A Ddca.c2112 if (wlp->dwl_drain || (dca->dca_flags & DCA_FAILED)) { in dca_schedule()
2444 dca->dca_flags |= DCA_FAILED; in dca_failure()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Ddca.h501 #define DCA_FAILED 0x1 macro