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

/drivers/scsi/aacraid/
H A Dcommctrl.c171 struct aac_fib_context * fibctx;
174 fibctx = kmalloc(sizeof(struct aac_fib_context), GFP_KERNEL);
180 struct aac_fib_context * context;
183 fibctx->size = sizeof(struct aac_fib_context);
211 context = list_entry(entry, struct aac_fib_context, next);
245 struct aac_fib_context *fibctx;
263 fibctx = list_entry(entry, struct aac_fib_context, next);
280 (fibctx->size != sizeof(struct aac_fib_context))) {
340 int aac_close_fib_context(struct aac_dev * dev, struct aac_fib_context * fibctx)
387 struct aac_fib_context *fibct
[all...]
H A Dcommsup.c1517 struct aac_fib_context *fibctx = list_entry(entry, struct aac_fib_context, next);
1626 struct aac_fib_context *fibctx;
1757 fibctx = list_entry(entry, struct aac_fib_context, next);
H A Daacraid.h783 struct aac_fib_context { struct
2001 int aac_close_fib_context(struct aac_dev * dev, struct aac_fib_context *fibctx);

Completed in 69 milliseconds