Home
last modified time | relevance | path

Searched refs:ctx_wrap (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/aac/
H A Daacvar.h303 int ctx_wrap; member
H A Daac.c2921 if (ctx->ctx_idx != sc->aifq_idx || ctx->ctx_wrap) { in aac_poll()
3371 ctx->ctx_wrap = 1; in aac_handle_aif()
3372 else if (current == ctx->ctx_idx && ctx->ctx_wrap) in aac_handle_aif()
3565 if (current == sc->aifq_idx && !ctx->ctx_wrap) { in aac_return_aif()
3576 ctx->ctx_wrap = 0; in aac_return_aif()
/freebsd/sys/dev/aacraid/
H A Daacraid_var.h311 int ctx_wrap; member
H A Daacraid.c2725 if (ctx->ctx_idx != sc->aifq_idx || ctx->ctx_wrap) { in aac_poll()
3271 ctx->ctx_wrap = 1; in aac_handle_aif()
3272 else if (current == ctx->ctx_idx && ctx->ctx_wrap) in aac_handle_aif()
3471 if (current == sc->aifq_idx && !ctx->ctx_wrap) { in aac_return_aif()
3481 ctx->ctx_wrap = 0; in aac_return_aif()