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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/aacraid/
H A Ddpcsup.c58 struct fib * fib; local
74 fib = &dev->fibs[index >> 2];
75 hwfib = fib->hw_fib_va;
79 * Remove this fib from the Outstanding I/O queue.
82 * If the fib has been timed out already, then just
84 * the fib timed out.
88 if (unlikely(fib->flags & FIB_CONTEXT_FLAG_TIMED_OUT)) {
90 aac_fib_complete(fib);
91 aac_fib_free(fib);
179 struct fib *fib = &fibctx; local
239 struct fib * fib; local
273 struct fib * fib = &dev->fibs[index >> 2]; local
[all...]
H A Dcommsup.c53 * fib_map_alloc - allocate the fib objects
74 * aac_fib_map_free - free the fib objects
91 * fib area, the unmapped fib data and also the free list
96 struct fib *fibptr;
130 * Add the fib chain to the free list
141 * aac_fib_alloc - allocate a fib
142 * @dev: Adapter to allocate the fib for
144 * Allocate a fib from the adapter fib poo
1059 struct fib *fib = &aac->fibs[index]; local
1199 struct fib * fib; local
1299 struct fib *fib, *newfib; local
[all...]
H A Daacraid.h298 receipt of fib */
300 completion of fib */
452 struct fib;
469 int (*adapter_deliver)(struct fib * fib);
471 int (*adapter_read)(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count);
472 int (*adapter_write)(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count);
473 int (*adapter_scsi)(struct fib * fi
776 struct fib { struct
1584 char __user *fib; member in struct:fib_ioctl
[all...]
H A Daachba.c181 struct fib *fibptr) {
211 struct fib * fibptr;
287 struct fib * fibptr;
365 static void get_container_name_callback(void *context, struct fib * fibptr)
412 struct fib * cmd_fibcontext;
462 static int _aac_probe_container2(void * context, struct fib * fibptr)
499 static int _aac_probe_container1(void * context, struct fib * fibptr)
549 struct fib * fibptr;
816 static void io_callback(void *context, struct fib * fibptr);
818 static int aac_read_raw_io(struct fib * fi argument
847 aac_read_block64(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count) argument
878 aac_read_block(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count) argument
907 aac_write_raw_io(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count) argument
936 aac_write_block64(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count) argument
967 aac_write_block(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count) argument
998 aac_scsi_common(struct fib * fib, struct scsi_cmnd * cmd) argument
1038 aac_scsi_64(struct fib * fib, struct scsi_cmnd * cmd) argument
1066 aac_scsi_32(struct fib * fib, struct scsi_cmnd * cmd) argument
[all...]
H A Dcommctrl.c52 * This routine sends a fib to the adapter on behalf of a user level
61 struct fib *fibptr;
84 * Since we copy based on the fib header size, make sure that we
112 * Since we didn't really send a fib, zero out the state to allow
130 * the header) is less than or equal to the size of a fib, so we
151 * open_getadapter_fib - Get the next fib
221 * next_getadapter_fib - get the next fib
232 struct fib *fib; local
280 * Pull the next fib fro
329 struct fib *fib; local
[all...]
H A Drx.c377 * @fib: fib to issue
379 * Will send a fib, returning 0 if successful.
381 int aac_rx_deliver_producer(struct fib * fib) argument
383 struct aac_dev *dev = fib->dev;
390 aac_queue_get( dev, &Index, AdapNormCmdQueue, fib->hw_fib_va, 1, fib, &nointr);
403 * @fib: fib t
407 aac_rx_deliver_message(struct fib * fib) argument
[all...]
H A Dlinit.c165 * In the future we should add a fib that reports the number of channels
253 struct fib * fib = &dev->fibs[count]; local
255 if (fib->hw_fib_va->header.XferState &&
256 ((command = fib->callback_data)) &&
481 struct fib * fib = &aac->fibs[count]; local
482 if (fib->hw_fib_va->header.XferState &&
483 (fib->callback_data == cmd)) {
484 fib
509 struct fib * fib = &aac->fibs[count]; local
[all...]
H A Dcomminit.c161 struct fib * fibctx;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/zebra/
H A Drib.c737 struct rib *fib = NULL;
746 fib = rib;
764 fib = del;
767 if (select && select == fib)
786 if (fib)
788 redistribute_delete (&rn->p, fib);
789 if (! RIB_SYSTEM_ROUTE (fib))
790 rib_uninstall_kernel (rn, fib);
791 UNSET_FLAG (fib->flags, ZEBRA_FLAG_SELECTED);
794 nexthop_active_update (rn, fib,
735 struct rib *fib = NULL; local
991 struct rib *fib = NULL; local
2133 struct rib *fib = NULL; local
[all...]

Completed in 124 milliseconds