Home
last modified time | relevance | path

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

/freebsd/sys/cam/scsi/
H A Dscsi_da.c110 DA_FLAG_RETRY_UA = 0x000080, enumerator
2267 softc->flags |= DA_FLAG_RETRY_UA; in daasync()
3522 if ((softc->flags & DA_FLAG_RETRY_UA) != 0) { in dastart()
3524 softc->flags &= ~DA_FLAG_RETRY_UA; in dastart()