Searched refs:fibs (Results 1 - 4 of 4) sorted by relevance

/drivers/scsi/aacraid/
H A Ddpcsup.c75 fib = &dev->fibs[index >> 2];
345 struct fib *fib = &dev->fibs[index];
H A Dlinit.c267 struct fib * fib = &dev->fibs[count];
573 struct fib * fib = &aac->fibs[count];
587 struct fib * fib = &aac->fibs[count];
618 struct fib * fib = &aac->fibs[count];
1160 aac->fibs = kmalloc(sizeof(struct fib) * (shost->can_queue + AAC_NUM_MGT_FIB), GFP_KERNEL);
1161 if (!aac->fibs)
1286 kfree(aac->fibs);
1318 kfree(aac->fibs);
H A Dcommsup.c64 "allocate hardware fibs pci_alloc_consistent(%p, %d * (%d + %d), %p)\n",
94 * aac_fib_setup - setup the fibs
97 * Allocate the PCI space for the fibs, map it and then initialise the
133 * Initialise the fibs
135 for (i = 0, fibptr = &dev->fibs[i];
142 fibptr->next = fibptr+1; /* Forward chain the fibs */
156 dev->fibs[dev->scsi_host_ptr->can_queue + AAC_NUM_MGT_FIB - 1].next = NULL;
160 dev->free_fib = &dev->fibs[0];
452 hw_fib->header.SenderFibAddress = cpu_to_le32(((u32)(fibptr - dev->fibs)) << 2);
453 hw_fib->header.SenderData = (u32)(fibptr - dev->fibs);
[all...]
H A Daacraid.h792 struct list_head fib_list; // this holds fibs and their attachd hw_fibs
1037 struct fib *fibs; member in struct:aac_dev
1048 * with the adapter fibs.

Completed in 110 milliseconds