Home
last modified time | relevance | path

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

/drivers/scsi/aacraid/
Ddpcsup.c58 struct fib * fib; in aac_response_normal() local
180 struct fib *fib = &fibctx; in aac_command_normal() local
238 struct fib * fib; in aac_intr_normal() local
272 struct fib * fib = &dev->fibs[index >> 2]; in aac_intr_normal() local
Daachba.c930 static int aac_read_raw_io(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count) in aac_read_raw_io()
959 static int aac_read_block64(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count) in aac_read_block64()
990 static int aac_read_block(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count) in aac_read_block()
1019 static int aac_write_raw_io(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count, int fua) in aac_write_raw_io()
1051 static int aac_write_block64(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count, int fua) in aac_write_block64()
1082 static int aac_write_block(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count, int fua) in aac_write_block()
1113 static struct aac_srb * aac_scsi_common(struct fib * fib, struct scsi_cmnd * cmd) in aac_scsi_common()
1153 static int aac_scsi_64(struct fib * fib, struct scsi_cmnd * cmd) in aac_scsi_64()
1181 static int aac_scsi_32(struct fib * fib, struct scsi_cmnd * cmd) in aac_scsi_32()
1207 static int aac_scsi_32_64(struct fib * fib, struct scsi_cmnd * cmd) in aac_scsi_32_64()
Dlinit.c251 struct fib * fib = &dev->fibs[count]; in aac_queuecommand() local
551 struct fib * fib = &aac->fibs[count]; in aac_eh_abort() local
565 struct fib * fib = &aac->fibs[count]; in aac_eh_abort() local
596 struct fib * fib = &aac->fibs[count]; in aac_eh_reset() local
Drx.c380 int aac_rx_deliver_producer(struct fib * fib) in aac_rx_deliver_producer()
406 static int aac_rx_deliver_message(struct fib * fib) in aac_rx_deliver_message()
Dcommsup.c1175 struct fib *fib = &aac->fibs[index]; in _aac_reset_adapter() local
1407 struct fib * fib; in aac_check_health() local
1513 struct fib *fib, *newfib; in aac_command_thread() local
Dcommctrl.c243 struct fib *fib; in next_getadapter_fib() local
341 struct fib *fib; in aac_close_fib_context() local
Daacraid.h780 struct fib { struct
795 u32 done; /* gets set to 1 when fib is complete */ argument
796 fib_callback callback; argument
803 struct list_head fiblink; argument
805 struct hw_fib *hw_fib_va; /* Actual shared object */ argument
806 dma_addr_t hw_fib_pa; /* physical address of hw_fib*/ argument
1060 #define aac_adapter_deliver(fib) \ argument
1066 #define aac_adapter_read(fib,cmd,lba,count) \ argument
1069 #define aac_adapter_write(fib,cmd,lba,count,fua) \ argument
1072 #define aac_adapter_scsi(fib,cmd) \ argument
[all …]