Home
last modified time | relevance | path

Searched defs:fib (Results 1 – 8 of 8) sorted by relevance

/linux-3.3/drivers/scsi/aacraid/
Ddpcsup.c59 struct fib * fib; in aac_response_normal() local
190 struct fib *fib = &fibctx; in aac_command_normal() local
291 struct fib * fib; in aac_intr_normal() local
345 struct fib *fib = &dev->fibs[index]; in aac_intr_normal() local
Daachba.c960 static int aac_read_raw_io(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count) in aac_read_raw_io()
989 static int aac_read_block64(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count) in aac_read_block64()
1020 static int aac_read_block(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count) in aac_read_block()
1049 static int aac_write_raw_io(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count, int fua) in aac_write_raw_io()
1081 static int aac_write_block64(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count, int fua) in aac_write_block64()
1112 static int aac_write_block(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count, int fua) in aac_write_block()
1143 static struct aac_srb * aac_scsi_common(struct fib * fib, struct scsi_cmnd * cmd) in aac_scsi_common()
1183 static int aac_scsi_64(struct fib * fib, struct scsi_cmnd * cmd) in aac_scsi_64()
1211 static int aac_scsi_32(struct fib * fib, struct scsi_cmnd * cmd) in aac_scsi_32()
1237 static int aac_scsi_32_64(struct fib * fib, struct scsi_cmnd * cmd) in aac_scsi_32_64()
Drx.c399 int aac_rx_deliver_producer(struct fib * fib) in aac_rx_deliver_producer()
425 static int aac_rx_deliver_message(struct fib * fib) in aac_rx_deliver_message()
Dlinit.c261 struct fib * fib = &dev->fibs[count]; in aac_queuecommand_lck() local
567 struct fib * fib = &aac->fibs[count]; in aac_eh_abort() local
581 struct fib * fib = &aac->fibs[count]; in aac_eh_abort() local
612 struct fib * fib = &aac->fibs[count]; in aac_eh_reset() local
Dcommctrl.c244 struct fib *fib; in next_getadapter_fib() local
342 struct fib *fib; in aac_close_fib_context() local
Dcommsup.c1256 struct fib *fib = &aac->fibs[index]; in _aac_reset_adapter() local
1493 struct fib * fib; in aac_check_health() local
1599 struct fib *fib, *newfib; in aac_command_thread() local
Daacraid.h839 struct fib { struct
854 u32 done; /* gets set to 1 when fib is complete */ argument
855 fib_callback callback; argument
862 struct list_head fiblink; argument
864 struct hw_fib *hw_fib_va; /* Actual shared object */ argument
865 dma_addr_t hw_fib_pa; /* physical address of hw_fib*/ argument
1146 #define aac_adapter_deliver(fib) \ argument
1152 #define aac_adapter_read(fib,cmd,lba,count) \ argument
1155 #define aac_adapter_write(fib,cmd,lba,count,fua) \ argument
1158 #define aac_adapter_scsi(fib,cmd) \ argument
[all …]
Dsrc.c347 static int aac_src_deliver_message(struct fib *fib) in aac_src_deliver_message()