Searched refs:fib (Results 1 - 9 of 9) sorted by relevance

/drivers/scsi/aacraid/
H A Ddpcsup.c59 struct fib * fib; local
75 fib = &dev->fibs[index >> 2];
76 hwfib = fib->hw_fib_va;
80 * Remove this fib from the Outstanding I/O queue.
83 * If the fib has been timed out already, then just
85 * the fib timed out.
89 if (unlikely(fib->flags & FIB_CONTEXT_FLAG_TIMED_OUT)) {
91 aac_fib_complete(fib);
92 aac_fib_free(fib);
190 struct fib *fib = &fibctx; local
291 struct fib * fib; local
345 struct fib *fib = &dev->fibs[index]; local
[all...]
H A Dcommsup.c54 * fib_map_alloc - allocate the fib objects
77 * aac_fib_map_free - free the fib objects
98 * fib area, the unmapped fib data and also the free list
103 struct fib *fibptr;
154 * Add the fib chain to the free list
165 * aac_fib_alloc - allocate a fib
166 * @dev: Adapter to allocate the fib for
168 * Allocate a fib from the adapter fib poo
1282 struct fib *fib = &aac->fibs[index]; local
1519 struct fib * fib; local
1625 struct fib *fib, *newfib; local
[all...]
H A Daachba.c235 struct fib *fibptr) {
264 struct fib * fibptr;
358 struct fib * fibptr;
415 static void get_container_name_callback(void *context, struct fib * fibptr)
465 struct fib * cmd_fibcontext;
515 static void _aac_probe_container2(void * context, struct fib * fibptr)
558 static void _aac_probe_container1(void * context, struct fib * fibptr)
606 struct fib * fibptr;
816 static void get_container_serial_callback(void *context, struct fib * fibptr)
854 struct fib * cmd_fibcontex
964 aac_read_raw_io(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count) argument
993 aac_read_block64(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count) argument
1024 aac_read_block(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count) argument
1053 aac_write_raw_io(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count, int fua) argument
1085 aac_write_block64(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count, int fua) argument
1116 aac_write_block(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count, int fua) argument
1147 aac_scsi_common(struct fib * fib, struct scsi_cmnd * cmd) argument
1187 aac_scsi_64(struct fib * fib, struct scsi_cmnd * cmd) argument
1215 aac_scsi_32(struct fib * fib, struct scsi_cmnd * cmd) argument
1241 aac_scsi_32_64(struct fib * fib, struct scsi_cmnd * cmd) argument
[all...]
H A Daacraid.h310 receipt of fib */
312 completion of fib */
471 struct fib;
488 int (*adapter_deliver)(struct fib * fib);
490 int (*adapter_read)(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count);
491 int (*adapter_write)(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count, int fua);
492 int (*adapter_scsi)(struct fib * fi
847 struct fib { struct
1745 char __user *fib; member in struct:fib_ioctl
[all...]
H A Dcommctrl.c54 * This routine sends a fib to the adapter on behalf of a user level
63 struct fib *fibptr;
86 * Since we copy based on the fib header size, make sure that we
124 * Since we didn't really send a fib, zero out the state to allow
142 * the header) is less than or equal to the size of a fib, so we
163 * open_getadapter_fib - Get the next fib
233 * next_getadapter_fib - get the next fib
244 struct fib *fib; local
293 * Pull the next fib fro
342 struct fib *fib; local
[all...]
H A Dlinit.c175 * In the future we should add a fib that reports the number of channels
267 struct fib * fib = &dev->fibs[count]; local
269 if (fib->hw_fib_va->header.XferState &&
270 ((command = fib->callback_data)) &&
573 struct fib * fib = &aac->fibs[count]; local
574 if (fib->hw_fib_va->header.XferState &&
575 (fib->flags & FIB_CONTEXT_FLAG) &&
576 (fib
587 struct fib * fib = &aac->fibs[count]; local
618 struct fib * fib = &aac->fibs[count]; local
[all...]
H A Drx.c395 * @fib: fib to issue
397 * Will send a fib, returning 0 if successful.
399 int aac_rx_deliver_producer(struct fib * fib) argument
401 struct aac_dev *dev = fib->dev;
408 aac_queue_get( dev, &Index, AdapNormCmdQueue, fib->hw_fib_va, 1, fib, &nointr);
421 * @fib: fib t
425 aac_rx_deliver_message(struct fib * fib) argument
[all...]
H A Dsrc.c118 dev->sync_fib = list_entry(entry, struct fib, fiblink);
382 * @fib: fib to issue
384 * Will send a fib, returning 0 if successful.
386 static int aac_src_deliver_message(struct fib *fib) argument
388 struct aac_dev *dev = fib->dev;
401 fib->hw_fib_va->header.Size + 127) / 128 - 1;
407 ((unsigned char *)fib->hw_fib_va -
409 pFibX->Handle = fib
[all...]
H A Dcomminit.c197 struct fib * fibctx;

Completed in 119 milliseconds