Searched refs:fibs (Results 1 – 5 of 5) sorted by relevance
145 - non-DASD support, PAE fibs and 64 bit, added new adaptec controllers147 increased the number of fibs and outstanding commands to a container149 where fibs that go to the hardware are consistently called hw_fibs and150 not just fibs like the name of the driver tracking structure
708 fib = &aac->fibs[count]; in aac_eh_abort()781 struct fib *fib = &aac->fibs[count]; in aac_eh_abort()803 struct fib *fib = &aac->fibs[count]; in aac_eh_abort()1045 struct fib *fib = &aac->fibs[count]; in aac_eh_bus_reset()1526 struct fib *fib = &aac->fibs[i]; in __aac_shutdown()1664 aac->fibs = kzalloc_objs(struct fib, 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()1919 kfree(aac->fibs); in aac_remove_one()
100 for (i = 0, fibptr = &dev->fibs[i]; in aac_fib_vector_assign()159 for (i = 0, fibptr = &dev->fibs[i]; in aac_fib_setup()198 dev->fibs[dev->scsi_host_ptr->can_queue + AAC_NUM_MGT_FIB - 1].next = NULL; in aac_fib_setup()202 dev->free_fib = &dev->fibs[dev->scsi_host_ptr->can_queue]; in aac_fib_setup()219 fibptr = &dev->fibs[scsi_cmd_to_rq(scmd)->tag]; in aac_fib_alloc_tag()520 cpu_to_le32(((u32)(fibptr - dev->fibs)) << 2); in aac_fib_send()526 cpu_to_le32((((u32)(fibptr - dev->fibs)) << 2) + 1); in aac_fib_send()723 cpu_to_le32((((u32)(fibptr - dev->fibs)) << 2) + 1); in aac_hba_send()1513 struct fib *fib = &aac->fibs[index]; in _aac_reset_adapter()
60 fib = &dev->fibs[index >> 2]; in aac_response_normal()333 struct fib *fib = &dev->fibs[index]; in aac_intr_normal()
1548 struct fib *fibs; member