[go: nahoru, domu]

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);
191 struct fib *fib = &fibctx; local
292 struct fib * fib; local
346 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;
155 * Add the fib chain to the free list
166 * aac_fib_alloc - allocate a fib
167 * @dev: Adapter to allocate the fib for
169 * Allocate a fib from the adapter fib poo
1289 struct fib *fib = &aac->fibs[index]; local
1527 struct fib * fib; local
1633 struct fib *fib, *newfib; local
[all...]
H A Daacraid.h486 struct fib;
503 int (*adapter_deliver)(struct fib * fib);
505 int (*adapter_read)(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count);
506 int (*adapter_write)(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count, int fua);
507 int (*adapter_scsi)(struct fib * fib, struct scsi_cmnd * cmd);
528 * dma mask such that fib memor
862 struct fib { struct
1792 char __user *fib; member in struct:fib_ioctl
[all...]
H A Dlinit.c169 * In the future we should add a fib that reports the number of channels
261 struct fib * fib = &dev->fibs[count]; local
263 if (fib->hw_fib_va->header.XferState &&
264 ((command = fib->callback_data)) &&
567 struct fib * fib = &aac->fibs[count]; local
568 if (fib->hw_fib_va->header.XferState &&
569 (fib->flags & FIB_CONTEXT_FLAG) &&
570 (fib
581 struct fib * fib = &aac->fibs[count]; local
612 struct fib * fib = &aac->fibs[count]; local
1093 struct fib *fib = &aac->fibs[i]; local
[all...]
H A Daachba.c243 struct fib *fibptr) {
272 struct fib * fibptr;
366 struct fib * fibptr;
423 static void get_container_name_callback(void *context, struct fib * fibptr)
473 struct fib * cmd_fibcontext;
523 static void _aac_probe_container2(void * context, struct fib * fibptr)
566 static void _aac_probe_container1(void * context, struct fib * fibptr)
614 struct fib * fibptr;
824 static void get_container_serial_callback(void *context, struct fib * fibptr)
862 struct fib * cmd_fibcontex
972 aac_read_raw_io(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count) argument
1026 aac_read_block64(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count) argument
1061 aac_read_block(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count) argument
1094 aac_write_raw_io(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count, int fua) argument
1154 aac_write_block64(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count, int fua) argument
1189 aac_write_block(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count, int fua) argument
1224 aac_scsi_common(struct fib * fib, struct scsi_cmnd * cmd) argument
1264 aac_scsi_64(struct fib * fib, struct scsi_cmnd * cmd) argument
1295 aac_scsi_32(struct fib * fib, struct scsi_cmnd * cmd) argument
1324 aac_scsi_32_64(struct fib * fib, struct scsi_cmnd * cmd) argument
[all...]
H A Dsrc.c119 dev->sync_fib = list_entry(entry, struct fib, fiblink);
385 * @fib: fib to issue
387 * Will send a fib, returning 0 if successful.
389 static int aac_src_deliver_message(struct fib *fib) argument
391 struct aac_dev *dev = fib->dev;
397 u16 hdr_size = le16_to_cpu(fib->hw_fib_va->header.Size);
409 address = fib->hw_fib_pa;
410 fib
[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
343 struct fib *fib; 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 Dcomminit.c205 struct fib * fibctx;

Completed in 252 milliseconds