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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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);
189 struct fib *fib = &fibctx; local
248 struct fib * fib; local
282 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
95 * fib area, the unmapped fib data and also the free list
100 struct fib *fibptr;
136 * Add the fib chain to the free list
147 * aac_fib_alloc - allocate a fib
148 * @dev: Adapter to allocate the fib for
150 * Allocate a fib from the adapter fib poo
1233 struct fib *fib = &aac->fibs[index]; local
1468 struct fib * fib; local
1574 struct fib *fib, *newfib; local
[all...]
H A Daachba.c229 struct fib *fibptr) {
258 struct fib * fibptr;
352 struct fib * fibptr;
409 static void get_container_name_callback(void *context, struct fib * fibptr)
459 struct fib * cmd_fibcontext;
509 static void _aac_probe_container2(void * context, struct fib * fibptr)
552 static void _aac_probe_container1(void * context, struct fib * fibptr)
600 struct fib * fibptr;
810 static void get_container_serial_callback(void *context, struct fib * fibptr)
848 struct fib * cmd_fibcontex
958 aac_read_raw_io(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count) argument
987 aac_read_block64(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count) argument
1018 aac_read_block(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count) argument
1047 aac_write_raw_io(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count, int fua) argument
1079 aac_write_block64(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count, int fua) argument
1110 aac_write_block(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count, int fua) argument
1141 aac_scsi_common(struct fib * fib, struct scsi_cmnd * cmd) argument
1181 aac_scsi_64(struct fib * fib, struct scsi_cmnd * cmd) argument
1209 aac_scsi_32(struct fib * fib, struct scsi_cmnd * cmd) argument
1235 aac_scsi_32_64(struct fib * fib, struct scsi_cmnd * cmd) argument
[all...]
H A Daacraid.h300 receipt of fib */
302 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, int fua);
473 int (*adapter_scsi)(struct fib * fi
782 struct fib { struct
1651 char __user *fib; member in struct:fib_ioctl
[all...]
H A Dcommctrl.c53 * This routine sends a fib to the adapter on behalf of a user level
62 struct fib *fibptr;
85 * Since we copy based on the fib header size, make sure that we
123 * Since we didn't really send a fib, zero out the state to allow
141 * the header) is less than or equal to the size of a fib, so we
162 * open_getadapter_fib - Get the next fib
232 * next_getadapter_fib - get the next fib
243 struct fib *fib; local
292 * Pull the next fib fro
341 struct fib *fib; local
[all...]
H A Dlinit.c169 * In the future we should add a fib that reports the number of channels
257 struct fib * fib = &dev->fibs[count]; local
259 if (fib->hw_fib_va->header.XferState &&
260 ((command = fib->callback_data)) &&
561 struct fib * fib = &aac->fibs[count]; local
562 if (fib->hw_fib_va->header.XferState &&
563 (fib->flags & FIB_CONTEXT_FLAG) &&
564 (fib
575 struct fib * fib = &aac->fibs[count]; local
606 struct fib * fib = &aac->fibs[count]; local
[all...]
H A Drx.c374 * @fib: fib to issue
376 * Will send a fib, returning 0 if successful.
378 int aac_rx_deliver_producer(struct fib * fib) argument
380 struct aac_dev *dev = fib->dev;
387 aac_queue_get( dev, &Index, AdapNormCmdQueue, fib->hw_fib_va, 1, fib, &nointr);
400 * @fib: fib t
404 aac_rx_deliver_message(struct fib * fib) argument
[all...]
H A Dcomminit.c174 struct fib * fibctx;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/amiga/
H A Damiga.c121 static struct FileInfoBlock *fib = NULL; local
124 if (fib) FreeMem(fib, sizeof(*fib));
125 fib = NULL;
128 if (!fib) {
129 if (!(fib = AllocMem(sizeof(*fib), MEMF_PUBLIC)))
134 if (!Examine(lk, fib))
135 fib
[all...]
H A Dfiledate.c240 struct FileInfoBlock *fib; local
282 if( !(fib = (struct FileInfoBlock *)AllocMem(
290 if( Examine(lock,fib)==FAILURE )
294 FreeMem(fib,(long)sizeof(*fib));
300 strcpy((ptr+1),fib->fib_FileName);
301 *ptr = strlen(fib->fib_FileName);
302 FreeMem(fib,(long)sizeof(*fib));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dvmsmunch.c153 #if defined(fib$w_did) || (defined(__union) && (__union == variant_union))
154 # define FIB$W_DID fib$w_did
155 # define FIB$W_FID fib$w_fid
156 # define FIB$L_ACCTL fib$l_acctl
158 # define FIB$W_DID fib$r_did_overlay.fib$w_did
159 # define FIB$W_FID fib$r_fid_overlay.fib$w_fid
160 # define FIB$L_ACCTL fib$r_acctl_overlay.fib
[all...]
H A Dvms.h58 #if defined(fib$w_did) || (defined(__union) && (__union == variant_union))
59 # define FIB$W_DID fib$w_did
60 # define FIB$W_FID fib$w_fid
61 # define FIB$L_ACCTL fib$l_acctl
62 # define FIB$W_EXCTL fib$w_exctl
64 # define FIB$W_DID fib$r_did_overlay.fib$w_did
65 # define FIB$W_FID fib$r_fid_overlay.fib$w_fid
66 # define FIB$L_ACCTL fib
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/
H A Dvms.h81 #if defined(fib$w_did) || (defined(__union) && (__union == variant_union))
82 # define FIB$W_DID fib$w_did
83 # define FIB$W_FID fib$w_fid
84 # define FIB$L_ACCTL fib$l_acctl
85 # define FIB$W_EXCTL fib$w_exctl
86 # define FIB$W_NMCTL fib$w_nmctl
88 # define FIB$W_DID fib$r_did_overlay.fib$w_did
89 # define FIB$W_FID fib$r_fid_overlay.fib
[all...]
H A Dvms.c1271 pka_fib.fib$v_names_8bit = 1;
1272 pka_fib.fib$b_name_format_in = FIB$C_ISL1;
1339 pka_fib.fib$l_exsz = SWAPW(pka_rattr.fat$l_hiblk);
3319 pka_fib.fib$v_names_8bit = 1;
3320 pka_fib.fib$b_name_format_in = FIB$C_ISL1;
3660 pka_fib.fib$v_names_8bit = 1;
3661 pka_fib.fib$b_name_format_in = FIB$C_ISL1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/amiga/
H A Dfiledate.c240 struct FileInfoBlock *fib; local
282 if( !(fib = (struct FileInfoBlock *)AllocMem(
290 if( Examine(lock,fib)==FAILURE )
294 FreeMem(fib,(long)sizeof(*fib));
300 strcpy((ptr+1),fib->fib_FileName);
301 *ptr = strlen(fib->fib_FileName);
302 FreeMem(fib,(long)sizeof(*fib));
/netgear-R7000-V1.0.7.12_1.2.5/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 206 milliseconds