Home
last modified time | relevance | path

Searched refs:ctx_idx (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.h356 int ctx_idx; member
H A Daac_ioctl.c344 fibctx_p->ctx_idx = softs->aifq_idx; in aac_open_getadapter_fib()
H A Daac.c6382 if (next == ctx_p->ctx_idx) { in aac_save_aif()
6384 } else if (current == ctx_p->ctx_idx && in aac_save_aif()
6386 ctx_p->ctx_idx = next; in aac_save_aif()
6407 current = ctx->ctx_idx; in aac_return_aif_common()
6415 ctx->ctx_idx = (current + 1) % AAC_AIFQ_LENGTH; in aac_return_aif_common()