Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.h334 #define AAC_FLAGS_RAW_IO (1 << 5) /* Raw I/O interface */ macro
H A Daac.c2417 softs->flags |= AAC_FLAGS_RAW_IO; in aac_check_firmware()
2440 if ((softs->flags & AAC_FLAGS_RAW_IO) && in aac_check_firmware()
2461 if (softs->flags & AAC_FLAGS_RAW_IO) in aac_check_firmware()
3696 if (softs->flags & AAC_FLAGS_RAW_IO) { in aac_setup_comm_space()
4833 if (softs->flags & AAC_FLAGS_RAW_IO) { in aac_tran_start_ld()