Searched refs:fibctx (Results 1 – 4 of 4) sorted by relevance
2920 for (ctx = sc->fibctx; ctx; ctx = ctx->next) { in aac_poll()3369 for (ctx = sc->fibctx; ctx; ctx = ctx->next) { in aac_handle_aif()3436 struct aac_fib_context *fibctx, *ctx; in aac_open_aif() local3441 fibctx = malloc(sizeof(struct aac_fib_context), M_AACBUF, M_NOWAIT|M_ZERO); in aac_open_aif()3442 if (fibctx == NULL) in aac_open_aif()3447 if (sc->fibctx == NULL) in aac_open_aif()3448 sc->fibctx = fibctx; in aac_open_aif()3450 for (ctx = sc->fibctx; ctx->next; ctx = ctx->next) in aac_open_aif()3452 ctx->next = fibctx; in aac_open_aif()3453 fibctx->prev = ctx; in aac_open_aif()[all …]
387 struct aac_fib_context *fibctx; member
2724 for (ctx = sc->fibctx; ctx; ctx = ctx->next) { in aac_poll()3269 for (ctx = sc->fibctx; ctx; ctx = ctx->next) { in aac_handle_aif()3337 struct aac_fib_context *fibctx, *ctx; in aac_open_aif() local3342 fibctx = malloc(sizeof(struct aac_fib_context), M_AACRAIDBUF, M_NOWAIT|M_ZERO); in aac_open_aif()3343 if (fibctx == NULL) in aac_open_aif()3348 if (sc->fibctx == NULL) in aac_open_aif()3349 sc->fibctx = fibctx; in aac_open_aif()3351 for (ctx = sc->fibctx; ctx->next; ctx = ctx->next) in aac_open_aif()3353 ctx->next = fibctx; in aac_open_aif()3354 fibctx->prev = ctx; in aac_open_aif()[all …]
406 struct aac_fib_context *fibctx; member