Home
last modified time | relevance | path

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

/freebsd/sys/dev/aac/
H A Daac.c1058 if (sc->flags & AAC_FLAGS_NEW_COMM) in aac_command_thread()
1618 if (sc->flags & AAC_FLAGS_NEW_COMM) { in aac_map_command_sg()
1766 sc->flags |= AAC_FLAGS_NEW_COMM; in aac_check_firmware()
1775 if ((sc->flags & AAC_FLAGS_NEW_COMM) && in aac_check_firmware()
1790 sc->flags &= ~AAC_FLAGS_NEW_COMM; in aac_check_firmware()
1885 if (sc->flags & AAC_FLAGS_NEW_COMM) { in aac_init()
2001 if (sc->flags & AAC_FLAGS_NEW_COMM) { in aac_setup_intr()
2387 return(AAC_MEM0_GETREG4(sc, sc->flags & AAC_FLAGS_NEW_COMM ? in aac_rx_get_fwstatus()
2396 return(AAC_MEM0_GETREG4(sc, sc->flags & AAC_FLAGS_NEW_COMM ? in aac_rkt_get_fwstatus()
2572 if (sc->flags & AAC_FLAGS_NEW_COMM) in aac_rx_set_interrupts()
[all …]
H A Daacvar.h411 #define AAC_FLAGS_NEW_COMM (1 << 11) /* New comm. interface supported */ macro
/freebsd/sys/dev/aacraid/
H A Daacraid_var.h431 #define AAC_FLAGS_NEW_COMM (1 << 11) /* New comm. interface supported */ macro
H A Daacraid.c1631 sc->flags |= AAC_FLAGS_NEW_COMM | AAC_FLAGS_NEW_COMM_TYPE2; in aac_check_firmware()
1633 sc->flags |= AAC_FLAGS_NEW_COMM | AAC_FLAGS_NEW_COMM_TYPE1; in aac_check_firmware()
1636 sc->flags |= AAC_FLAGS_NEW_COMM | AAC_FLAGS_NEW_COMM_TYPE34; in aac_check_firmware()
1642 if (!(sc->flags & AAC_FLAGS_NEW_COMM)) { in aac_check_firmware()