Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/aacraid/
H A Dlinit.c705 fib = &aac->fibs[count]; in aac_eh_abort()
778 struct fib *fib = &aac->fibs[count]; in aac_eh_abort()
800 struct fib *fib = &aac->fibs[count]; in aac_eh_abort()
1042 struct fib *fib = &aac->fibs[count]; in aac_eh_bus_reset()
1520 struct fib *fib = &aac->fibs[i]; in __aac_shutdown()
1658 aac->fibs = kcalloc(shost->can_queue + AAC_NUM_MGT_FIB, in aac_probe_one()
1661 if (!aac->fibs) { in aac_probe_one()
1795 kfree(aac->fibs); in aac_probe_one()
1838 * Re-assign vectors to fibs in aac_acquire_resources()
1935 kfree(aac->fibs); in aac_remove_one()
[all...]
H A Dcommsup.c62 "allocate hardware fibs dma_alloc_coherent(%p, %d * (%d + %d), %p)\n", in fib_map_alloc()
108 for (i = 0, fibptr = &dev->fibs[i]; in aac_fib_vector_assign()
125 * aac_fib_setup - setup the fibs
128 * Allocate the PCI space for the fibs, map it and then initialise the
165 * Initialise the fibs in aac_fib_setup()
167 for (i = 0, fibptr = &dev->fibs[i]; in aac_fib_setup()
176 fibptr->next = fibptr+1; /* Forward chain the fibs */ in aac_fib_setup()
199 *Assign vector numbers to fibs in aac_fib_setup()
206 dev->fibs[dev->scsi_host_ptr->can_queue + AAC_NUM_MGT_FIB - 1].next = NULL; in aac_fib_setup()
208 * Set 8 fibs asid in aac_fib_setup()
[all...]
H A Ddpcsup.c60 fib = &dev->fibs[index >> 2]; in aac_response_normal()
333 struct fib *fib = &dev->fibs[index]; in aac_intr_normal()
H A Daacraid.h1236 struct list_head fib_list; // this holds fibs and their attachd hw_fibs
1553 struct fib *fibs; member
1566 * with the adapter fibs.
/kernel/linux/linux-6.6/drivers/scsi/aacraid/
H A Dlinit.c706 fib = &aac->fibs[count]; in aac_eh_abort()
779 struct fib *fib = &aac->fibs[count]; in aac_eh_abort()
801 struct fib *fib = &aac->fibs[count]; in aac_eh_abort()
1043 struct fib *fib = &aac->fibs[count]; in aac_eh_bus_reset()
1524 struct fib *fib = &aac->fibs[i]; in __aac_shutdown()
1662 aac->fibs = kcalloc(shost->can_queue + AAC_NUM_MGT_FIB, in aac_probe_one()
1665 if (!aac->fibs) { in aac_probe_one()
1798 kfree(aac->fibs); in aac_probe_one()
1841 * Re-assign vectors to fibs in aac_acquire_resources()
1919 kfree(aac->fibs); in aac_remove_one()
[all...]
H A Dcommsup.c62 "allocate hardware fibs dma_alloc_coherent(%p, %d * (%d + %d), %p)\n", in fib_map_alloc()
108 for (i = 0, fibptr = &dev->fibs[i]; in aac_fib_vector_assign()
125 * aac_fib_setup - setup the fibs
128 * Allocate the PCI space for the fibs, map it and then initialise the
165 * Initialise the fibs in aac_fib_setup()
167 for (i = 0, fibptr = &dev->fibs[i]; in aac_fib_setup()
176 fibptr->next = fibptr+1; /* Forward chain the fibs */ in aac_fib_setup()
199 *Assign vector numbers to fibs in aac_fib_setup()
206 dev->fibs[dev->scsi_host_ptr->can_queue + AAC_NUM_MGT_FIB - 1].next = NULL; in aac_fib_setup()
208 * Set 8 fibs asid in aac_fib_setup()
[all...]
H A Ddpcsup.c60 fib = &dev->fibs[index >> 2]; in aac_response_normal()
333 struct fib *fib = &dev->fibs[index]; in aac_intr_normal()
H A Daacraid.h1237 struct list_head fib_list; // this holds fibs and their attachd hw_fibs
1554 struct fib *fibs; member
1567 * with the adapter fibs.

Completed in 22 milliseconds