Home
last modified time | relevance | path

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

/titanic_50/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.c188 if (softs->flags & AAC_FLAGS_NEW_COMM) \
1676 aac_intr = (ddi_intr_handler_t *)((softs->flags & AAC_FLAGS_NEW_COMM) ? in aac_add_intrs()
2398 softs->flags |= AAC_FLAGS_NEW_COMM; in aac_check_firmware()
2405 if (softs->flags & AAC_FLAGS_NEW_COMM) { in aac_check_firmware()
3693 if (softs->flags & AAC_FLAGS_NEW_COMM) in aac_setup_comm_space()
4632 intr_handler = (softs->flags & AAC_FLAGS_NEW_COMM) ? in aac_do_reset()
5954 if (softs->flags & AAC_FLAGS_NEW_COMM) { in aac_start_io()
6274 intr_handler = (softs->flags & AAC_FLAGS_NEW_COMM) ? in aac_do_poll_io()