Searched refs:AAC_FLAGS_NEW_COMM_TYPE2 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid_var.h465 #define AAC_FLAGS_NEW_COMM_TYPE2 (1 << 17) /* New comm. type2 supported */ macro
H A Daacraid.c1642 sc->flags |= AAC_FLAGS_NEW_COMM | AAC_FLAGS_NEW_COMM_TYPE2;
1719 sc->aac_max_msix =(sc->flags & AAC_FLAGS_NEW_COMM_TYPE2) ? options : 0;
1801 } else if (sc->flags & AAC_FLAGS_NEW_COMM_TYPE2) {
2418 if (sc->flags & AAC_FLAGS_NEW_COMM_TYPE2) {
H A Daacraid_cam.c435 if (sc->flags & AAC_FLAGS_NEW_COMM_TYPE2) {

Completed in 158 milliseconds