Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.h88 #define AAC_AIFQ_LENGTH 64 macro
478 union aac_fib_align aifq[AAC_AIFQ_LENGTH];
H A Daac.c6376 next = (current + 1) % AAC_AIFQ_LENGTH; in aac_save_aif()
6415 ctx->ctx_idx = (current + 1) % AAC_AIFQ_LENGTH; in aac_return_aif_common()