Searched refs:AAC_FLAGS_NEW_COMM (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/aac/
H A Daac.c1063 if (sc->flags & AAC_FLAGS_NEW_COMM)
1624 if (sc->flags & AAC_FLAGS_NEW_COMM) {
1772 sc->flags |= AAC_FLAGS_NEW_COMM;
1781 if ((sc->flags & AAC_FLAGS_NEW_COMM) &&
1796 sc->flags &= ~AAC_FLAGS_NEW_COMM;
1891 if (sc->flags & AAC_FLAGS_NEW_COMM) {
2007 if (sc->flags & AAC_FLAGS_NEW_COMM) {
2393 return(AAC_MEM0_GETREG4(sc, sc->flags & AAC_FLAGS_NEW_COMM ?
2402 return(AAC_MEM0_GETREG4(sc, sc->flags & AAC_FLAGS_NEW_COMM ?
2578 if (sc->flags & AAC_FLAGS_NEW_COMM)
[all...]
H A Daacvar.h411 #define AAC_FLAGS_NEW_COMM (1 << 11) /* New comm. interface supported */ macro
/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid_var.h458 #define AAC_FLAGS_NEW_COMM (1 << 11) /* New comm. interface supported */ macro
H A Daacraid.c1642 sc->flags |= AAC_FLAGS_NEW_COMM | AAC_FLAGS_NEW_COMM_TYPE2;
1644 sc->flags |= AAC_FLAGS_NEW_COMM | AAC_FLAGS_NEW_COMM_TYPE1;
1647 sc->flags |= AAC_FLAGS_NEW_COMM | AAC_FLAGS_NEW_COMM_TYPE34;
1653 if (!(sc->flags & AAC_FLAGS_NEW_COMM)) {

Completed in 195 milliseconds