Searched refs:aac_fib_alloc (Results 1 - 6 of 6) sorted by relevance

/drivers/scsi/aacraid/
H A Ddpcsup.c331 fibctx = aac_fib_alloc(dev);
H A Daachba.c274 if (!(fibptr = aac_fib_alloc(dev)))
371 if (!(fibptr = aac_fib_alloc(dev)))
478 if (!(cmd_fibcontext = aac_fib_alloc(dev)))
617 if ((fibptr = aac_fib_alloc((struct aac_dev *)scsicmd->device->host->hostdata))) {
867 if (!(cmd_fibcontext = aac_fib_alloc(dev)))
1341 if (!(fibptr = aac_fib_alloc(dev)))
1387 fibptr = aac_fib_alloc(dev);
1773 if (!(cmd_fibcontext = aac_fib_alloc(dev))) {
1870 if (!(cmd_fibcontext = aac_fib_alloc(dev))) {
2028 if (!(cmd_fibcontext = aac_fib_alloc(aa
[all...]
H A Dcomminit.c209 fibctx = aac_fib_alloc(dev);
H A Dcommctrl.c72 fibptr = aac_fib_alloc(dev);
498 if (!(srbfib = aac_fib_alloc(dev))) {
H A Dcommsup.c166 * aac_fib_alloc - allocate a fib
173 struct fib *aac_fib_alloc(struct aac_dev *dev) function
1450 struct fib * fibctx = aac_fib_alloc(aac);
1881 if ((fibptr = aac_fib_alloc(dev))) {
H A Daacraid.h2016 struct fib *aac_fib_alloc(struct aac_dev *dev);

Completed in 83 milliseconds