Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/cam/scsi/
HDscsi_da.c107 DA_FLAG_RETRY_UA = 0x000080, enumerator
1986 softc->flags |= DA_FLAG_RETRY_UA; in daasync()
3143 if ((softc->flags & DA_FLAG_RETRY_UA) != 0) { in dastart()
3145 softc->flags &= ~DA_FLAG_RETRY_UA; in dastart()