Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.h333 #define AAC_FLAGS_NEW_COMM (1 << 4) /* New comm. interface supported */ macro
H A Daac.c190 if (softs->flags & AAC_FLAGS_NEW_COMM) \
1678 aac_intr = ((softs->flags & AAC_FLAGS_NEW_COMM) ? in aac_add_intrs()
2404 softs->flags |= AAC_FLAGS_NEW_COMM; in aac_check_firmware()
2411 if (softs->flags & AAC_FLAGS_NEW_COMM) { in aac_check_firmware()
3699 if (softs->flags & AAC_FLAGS_NEW_COMM) in aac_setup_comm_space()
4638 intr_handler = (softs->flags & AAC_FLAGS_NEW_COMM) ? in aac_do_reset()
5960 if (softs->flags & AAC_FLAGS_NEW_COMM) { in aac_start_io()
6280 intr_handler = (softs->flags & AAC_FLAGS_NEW_COMM) ? in aac_do_poll_io()