Searched refs:aac_fib_context (Results 1 – 3 of 3) sorted by relevance
/drivers/scsi/aacraid/ |
D | commctrl.c | 180 struct aac_fib_context * fibctx; in open_getadapter_fib() 183 fibctx = kmalloc(sizeof(struct aac_fib_context), GFP_KERNEL); in open_getadapter_fib() 189 struct aac_fib_context * context; in open_getadapter_fib() 192 fibctx->size = sizeof(struct aac_fib_context); in open_getadapter_fib() 220 context = list_entry(entry, struct aac_fib_context, next); in open_getadapter_fib() 254 struct aac_fib_context *fibctx; in next_getadapter_fib() 272 fibctx = list_entry(entry, struct aac_fib_context, next); in next_getadapter_fib() 289 (fibctx->size != sizeof(struct aac_fib_context))) { in next_getadapter_fib() 350 int aac_close_fib_context(struct aac_dev * dev, struct aac_fib_context * fibctx) in aac_close_fib_context() 397 struct aac_fib_context *fibctx; in close_getadapter_fib() [all …]
|
D | commsup.c | 1630 struct aac_fib_context *fibctx = list_entry(entry, struct aac_fib_context, next); in aac_check_health() 1739 struct aac_fib_context *fibctx; in aac_command_thread() 1870 fibctx = list_entry(entry, struct aac_fib_context, next); in aac_command_thread()
|
D | aacraid.h | 870 struct aac_fib_context { struct 2176 int aac_close_fib_context(struct aac_dev * dev, struct aac_fib_context *fibctx);
|