Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/scsi/aacraid/
A Dcommctrl.c188 fibctx->unique = (u32)((ulong)fibctx & 0xFFFFFFFF); in open_getadapter_fib()
231 u32 fibctx; member
259 f.fibctx = cf.fibctx; in next_getadapter_fib()
274 fibctx = NULL; in next_getadapter_fib()
281 if (fibctx->unique == f.fibctx) { /* We found a winner */ in next_getadapter_fib()
285 fibctx = NULL; in next_getadapter_fib()
287 if (!fibctx) { in next_getadapter_fib()
388 kfree(fibctx); in aac_close_fib_context()
415 fibctx = NULL; in close_getadapter_fib()
425 fibctx = NULL; in close_getadapter_fib()
[all …]
A Ddpcsup.c173 struct fib fibctx; in aac_command_normal() local
176 struct fib *fib = &fibctx; in aac_command_normal()
188 fib = &fibctx; in aac_command_normal()
230 struct fib *fibctx; in aac_aif_callback() local
248 aac_fib_init(fibctx); in aac_aif_callback()
253 fibctx, in aac_aif_callback()
315 struct fib *fibctx; in aac_intr_normal() local
318 fibctx = aac_fib_alloc(dev); in aac_intr_normal()
319 if (!fibctx) in aac_intr_normal()
321 aac_fib_init(fibctx); in aac_intr_normal()
[all …]
A Dcomminit.c315 struct fib * fibctx; in aac_send_shutdown() local
330 fibctx = aac_fib_alloc(dev); in aac_send_shutdown()
331 if (!fibctx) in aac_send_shutdown()
333 aac_fib_init(fibctx); in aac_send_shutdown()
335 cmd = (struct aac_close *) fib_data(fibctx); in aac_send_shutdown()
340 fibctx, in aac_send_shutdown()
347 aac_fib_complete(fibctx); in aac_send_shutdown()
350 aac_fib_free(fibctx); in aac_send_shutdown()
A Dcommsup.c1667 if (fibctx) { in aac_reset_adapter()
1671 aac_fib_init(fibctx); in aac_reset_adapter()
1683 fibctx, in aac_reset_adapter()
1690 aac_fib_complete(fibctx); in aac_reset_adapter()
1694 aac_fib_free(fibctx); in aac_reset_adapter()
1747 if (fibctx->count > 20) { in aac_check_health()
1793 fibctx->count++; in aac_check_health()
2073 struct aac_fib_context *fibctx; in wakeup_fibctx_threads() local
2097 if (fibctx->count > 20) { in wakeup_fibctx_threads()
2103 time_last = fibctx->jiffies; in wakeup_fibctx_threads()
[all …]
A Daacraid.h1226 typedef void (*fib_callback)(void *ctxt, struct fib *fibctx);
2337 u32 fibctx; member
2717 #define fib_data(fibctx) ((void *)(fibctx)->hw_fib_va->data) argument
2746 int aac_close_fib_context(struct aac_dev * dev, struct aac_fib_context *fibctx);

Completed in 23 milliseconds