Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/esp/
H A Dncr53c9xvar.h352 uint16_t sc_msgify; /* IDENTIFY message associated with nexus */ member
H A Dncr53c9x.c571 sc->sc_msgify = 0; in ncr53c9x_clear()
2081 (sc->sc_msgify == 0)) { in ncr53c9x_msgin()
2087 (void)ncr53c9x_reselect(sc, sc->sc_msgify, in ncr53c9x_msgin()
2093 sc->sc_msgify = sc->sc_imess[1]; in ncr53c9x_msgin()
2099 (void)ncr53c9x_reselect(sc, sc->sc_msgify, 0, 0); in ncr53c9x_msgin()
2513 sc->sc_msgify = 0; in ncr53c9x_intr1()