Home
last modified time | relevance | path

Searched refs:fibs (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/Documentation/scsi/
Daacraid.txt127 Deanna Bonds (non-DASD support, PAE fibs and 64 bit, added new adaptec c…
129 increased the number of fibs and outstanding commands to a container)
132 where fibs that go to the hardware are consistently called hw_fibs and
133 not just fibs like the name of the driver tracking structure)
/linux-4.1.27/drivers/scsi/aacraid/
Dlinit.c551 struct fib * fib = &aac->fibs[count]; in aac_eh_abort()
565 struct fib * fib = &aac->fibs[count]; in aac_eh_abort()
596 struct fib * fib = &aac->fibs[count]; in aac_eh_reset()
1082 struct fib *fib = &aac->fibs[i]; in __aac_shutdown()
1183 aac->fibs = kzalloc(sizeof(struct fib) * (shost->can_queue + AAC_NUM_MGT_FIB), GFP_KERNEL); in aac_probe_one()
1184 if (!aac->fibs) in aac_probe_one()
1310 kfree(aac->fibs); in aac_probe_one()
1342 kfree(aac->fibs); in aac_remove_one()
Ddpcsup.c75 fib = &dev->fibs[index >> 2]; in aac_response_normal()
346 struct fib *fib = &dev->fibs[index]; in aac_intr_normal()
Dcommsup.c102 for (i = 0, fibptr = &dev->fibs[i]; in aac_fib_vector_assign()
160 for (i = 0, fibptr = &dev->fibs[i]; in aac_fib_setup()
188 dev->fibs[dev->scsi_host_ptr->can_queue + AAC_NUM_MGT_FIB - 1].next = NULL; in aac_fib_setup()
192 dev->free_fib = &dev->fibs[0]; in aac_fib_setup()
478 hw_fib->header.SenderFibAddress = cpu_to_le32(((u32)(fibptr - dev->fibs)) << 2); in aac_fib_send()
479 hw_fib->header.Handle = (u32)(fibptr - dev->fibs) + 1; in aac_fib_send()
1344 struct fib *fib = &aac->fibs[index]; in _aac_reset_adapter()
Daacraid.h1118 struct fib *fibs; member