Searched refs:AAC_FLAGS_NEW_COMM_TYPE1 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid_var.h464 #define AAC_FLAGS_NEW_COMM_TYPE1 (1 << 16) /* New comm. type1 supported */ macro
H A Daacraid.c617 if (sc->flags & AAC_FLAGS_NEW_COMM_TYPE1)
1220 if (sc->flags & AAC_FLAGS_NEW_COMM_TYPE1)
1237 if (sc->flags & AAC_FLAGS_NEW_COMM_TYPE1) {
1644 sc->flags |= AAC_FLAGS_NEW_COMM | AAC_FLAGS_NEW_COMM_TYPE1;
1723 if (sc->flags & AAC_FLAGS_NEW_COMM_TYPE1)
1796 if (sc->flags & AAC_FLAGS_NEW_COMM_TYPE1) {

Completed in 179 milliseconds