Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/aac/
H A Daac.c3452 if (fibctx == NULL) in aac_open_aif()
3457 if (sc->fibctx == NULL) in aac_open_aif()
3458 sc->fibctx = fibctx; in aac_open_aif()
3462 ctx->next = fibctx; in aac_open_aif()
3463 fibctx->prev = ctx; in aac_open_aif()
3467 fibctx->unique = (*(u_int32_t *)&fibctx & 0xffffffff); in aac_open_aif()
3468 ctx = sc->fibctx; in aac_open_aif()
3469 while (ctx != fibctx) { in aac_open_aif()
3471 fibctx->unique++; in aac_open_aif()
3472 ctx = sc->fibctx; in aac_open_aif()
[all …]
H A Daacvar.h390 struct aac_fib_context *fibctx; member