Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/aac/
HDaac.c1061 if (sc->flags & AAC_FLAGS_NEW_COMM) in aac_command_thread()
1621 if (sc->flags & AAC_FLAGS_NEW_COMM) { in aac_map_command_sg()
1769 sc->flags |= AAC_FLAGS_NEW_COMM; in aac_check_firmware()
1778 if ((sc->flags & AAC_FLAGS_NEW_COMM) && in aac_check_firmware()
1793 sc->flags &= ~AAC_FLAGS_NEW_COMM; in aac_check_firmware()
1888 if (sc->flags & AAC_FLAGS_NEW_COMM) { in aac_init()
2004 if (sc->flags & AAC_FLAGS_NEW_COMM) { in aac_setup_intr()
2390 return(AAC_MEM0_GETREG4(sc, sc->flags & AAC_FLAGS_NEW_COMM ? in aac_rx_get_fwstatus()
2399 return(AAC_MEM0_GETREG4(sc, sc->flags & AAC_FLAGS_NEW_COMM ? in aac_rkt_get_fwstatus()
2575 if (sc->flags & AAC_FLAGS_NEW_COMM) in aac_rx_set_interrupts()
[all …]
HDaacvar.h411 #define AAC_FLAGS_NEW_COMM (1 << 11) /* New comm. interface supported */ macro
/freebsd-14-stable/sys/dev/aacraid/
HDaacraid_var.h431 #define AAC_FLAGS_NEW_COMM (1 << 11) /* New comm. interface supported */ macro
HDaacraid.c1630 sc->flags |= AAC_FLAGS_NEW_COMM | AAC_FLAGS_NEW_COMM_TYPE2; in aac_check_firmware()
1632 sc->flags |= AAC_FLAGS_NEW_COMM | AAC_FLAGS_NEW_COMM_TYPE1; in aac_check_firmware()
1635 sc->flags |= AAC_FLAGS_NEW_COMM | AAC_FLAGS_NEW_COMM_TYPE34; in aac_check_firmware()
1641 if (!(sc->flags & AAC_FLAGS_NEW_COMM)) { in aac_check_firmware()