Home
last modified time | relevance | path

Searched refs:aac_fib_context (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/scsi/aacraid/
Dcommctrl.c168 struct aac_fib_context * fibctx; in open_getadapter_fib()
171 fibctx = kmalloc(sizeof(struct aac_fib_context), GFP_KERNEL); in open_getadapter_fib()
177 struct aac_fib_context * context; in open_getadapter_fib()
180 fibctx->size = sizeof(struct aac_fib_context); in open_getadapter_fib()
208 context = list_entry(entry, struct aac_fib_context, next); in open_getadapter_fib()
242 struct aac_fib_context *fibctx; in next_getadapter_fib()
260 fibctx = list_entry(entry, struct aac_fib_context, next); in next_getadapter_fib()
277 (fibctx->size != sizeof(struct aac_fib_context))) { in next_getadapter_fib()
338 int aac_close_fib_context(struct aac_dev * dev, struct aac_fib_context * fibctx) in aac_close_fib_context()
385 struct aac_fib_context *fibctx; in close_getadapter_fib()
[all …]
Dcommsup.c1760 struct aac_fib_context *fibctx = list_entry(entry, struct aac_fib_context, next); in aac_check_health()
2083 struct aac_fib_context *fibctx; in wakeup_fibctx_threads()
2101 fibctx = list_entry(entry, struct aac_fib_context, in wakeup_fibctx_threads()
Daacraid.h1225 struct aac_fib_context { struct
2722 int aac_close_fib_context(struct aac_dev * dev, struct aac_fib_context *fibctx);