Searched refs:aac_fib_context (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/scsi/aacraid/ |
D | commctrl.c | 171 struct aac_fib_context * fibctx; in open_getadapter_fib() 174 fibctx = kmalloc(sizeof(struct aac_fib_context), GFP_KERNEL); in open_getadapter_fib() 180 struct aac_fib_context * context; in open_getadapter_fib() 183 fibctx->size = sizeof(struct aac_fib_context); in open_getadapter_fib() 211 context = list_entry(entry, struct aac_fib_context, next); in open_getadapter_fib() 245 struct aac_fib_context *fibctx; in next_getadapter_fib() 263 fibctx = list_entry(entry, struct aac_fib_context, next); in next_getadapter_fib() 280 (fibctx->size != sizeof(struct aac_fib_context))) { in next_getadapter_fib() 340 int aac_close_fib_context(struct aac_dev * dev, struct aac_fib_context * fibctx) in aac_close_fib_context() 387 struct aac_fib_context *fibctx; in close_getadapter_fib() [all …]
|
D | commsup.c | 1489 struct aac_fib_context *fibctx = list_entry(entry, struct aac_fib_context, next); in aac_check_health() 1598 struct aac_fib_context *fibctx; in aac_command_thread() 1729 fibctx = list_entry(entry, struct aac_fib_context, next); in aac_command_thread()
|
D | aacraid.h | 775 struct aac_fib_context { struct 1982 int aac_close_fib_context(struct aac_dev * dev, struct aac_fib_context *fibctx);
|