| /linux-4.4.14/drivers/scsi/aacraid/ | 
| D | dpcsup.c | 59 	struct fib * fib;  in aac_response_normal()  local191 		struct fib *fib = &fibctx;  in aac_command_normal()  local
 292 		struct fib * fib;  in aac_intr_normal()  local
 346 		struct fib *fib = &dev->fibs[index];  in aac_intr_normal()  local
 
 | 
| D | rx.c | 399 int aac_rx_deliver_producer(struct fib * fib)  in aac_rx_deliver_producer()422 static int aac_rx_deliver_message(struct fib * fib)  in aac_rx_deliver_message()
 
 | 
| D | aachba.c | 1148 static int aac_read_raw_io(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count)  in aac_read_raw_io()1204 static int aac_read_block64(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count)  in aac_read_block64()
 1239 static int aac_read_block(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count)  in aac_read_block()
 1274 static int aac_write_raw_io(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count, int fua)  in aac_write_raw_io()
 1336 static int aac_write_block64(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count, int fua)  in aac_write_block64()
 1371 static int aac_write_block(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count, int fua)  in aac_write_block()
 1408 static struct aac_srb * aac_scsi_common(struct fib * fib, struct scsi_cmnd * cmd)  in aac_scsi_common()
 1448 static int aac_scsi_64(struct fib * fib, struct scsi_cmnd * cmd)  in aac_scsi_64()
 1479 static int aac_scsi_32(struct fib * fib, struct scsi_cmnd * cmd)  in aac_scsi_32()
 1508 static int aac_scsi_32_64(struct fib * fib, struct scsi_cmnd * cmd)  in aac_scsi_32_64()
 
 | 
| D | commctrl.c | 244 	struct fib *fib;  in next_getadapter_fib()  local343 	struct fib *fib;  in aac_close_fib_context()  local
 
 | 
| D | linit.c | 551 			struct fib * fib = &aac->fibs[count];  in aac_eh_abort()  local565 			struct fib * fib = &aac->fibs[count];  in aac_eh_abort()  local
 596 		struct fib * fib = &aac->fibs[count];  in aac_eh_reset()  local
 1082 			struct fib *fib = &aac->fibs[i];  in __aac_shutdown()  local
 
 | 
| D | commsup.c | 1343 		struct fib *fib = &aac->fibs[index];  in _aac_reset_adapter()  local1579 		struct fib * fib;  in aac_check_health()  local
 1685 	struct fib *fib, *newfib;  in aac_command_thread()  local
 
 | 
| D | aacraid.h | 923 struct fib {  struct938 	u32			done;	/* gets set to 1 when fib is complete */  argument
 939 	fib_callback		callback;  argument
 946 	struct list_head	fiblink;  argument
 949 	struct hw_fib		*hw_fib_va;		/* Actual shared object */  argument
 950 	dma_addr_t		hw_fib_pa;		/* physical address of hw_fib*/  argument
 1268 #define aac_adapter_deliver(fib) \  argument
 1274 #define aac_adapter_read(fib,cmd,lba,count) \  argument
 1277 #define aac_adapter_write(fib,cmd,lba,count,fua) \  argument
 1280 #define aac_adapter_scsi(fib,cmd) \  argument
 [all …]
 
 | 
| D | src.c | 443 static int aac_src_deliver_message(struct fib *fib)  in aac_src_deliver_message()
 | 
| /linux-4.4.14/arch/s390/pci/ | 
| D | pci_insn.c | 29 static inline u8 __mpcifc(u64 req, struct zpci_fib *fib, u8 *status)  in __mpcifc()43 int zpci_mod_fc(u64 req, struct zpci_fib *fib)  in zpci_mod_fc()
 
 | 
| D | pci.c | 115 	struct zpci_fib fib = {0};  in zpci_set_airq()  local138 	struct zpci_fib fib = {0};  in mod_pci()  local
 
 |