Home
last modified time | relevance | path

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

/freebsd/sys/dev/aac/
H A Daac.c2920 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() local
3441 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 …]
H A Daacvar.h387 struct aac_fib_context *fibctx; member
/freebsd/sys/dev/aacraid/
H A Daacraid.c2724 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() local
3342 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 …]
H A Daacraid_var.h406 struct aac_fib_context *fibctx; member