Searched refs:ctx_idx (Results 1 – 5 of 5) sorted by relevance
125 u8 ctx_idx = 0; /* index in the MG context */ in irdma_create_mg_ctx() local133 ctx_idx * sizeof(u64), in irdma_create_mg_ctx()137 ctx_idx++; in irdma_create_mg_ctx()
2921 if (ctx->ctx_idx != sc->aifq_idx || ctx->ctx_wrap) { in aac_poll()3370 if (next == ctx->ctx_idx) in aac_handle_aif()3372 else if (current == ctx->ctx_idx && ctx->ctx_wrap) in aac_handle_aif()3373 ctx->ctx_idx = next; in aac_handle_aif()3564 current = ctx->ctx_idx; in aac_return_aif()3577 ctx->ctx_idx = (current + 1) % AAC_AIFQ_LENGTH; in aac_return_aif()
302 int ctx_idx; member
2725 if (ctx->ctx_idx != sc->aifq_idx || ctx->ctx_wrap) { in aac_poll()3270 if (next == ctx->ctx_idx) in aac_handle_aif()3272 else if (current == ctx->ctx_idx && ctx->ctx_wrap) in aac_handle_aif()3273 ctx->ctx_idx = next; in aac_handle_aif()3470 current = ctx->ctx_idx; in aac_return_aif()3482 ctx->ctx_idx = (current + 1) % AAC_AIFQ_LENGTH; in aac_return_aif()
310 int ctx_idx; member