/Linux-v4.19/drivers/scsi/aacraid/ |
D | dpcsup.c | 60 struct fib * fib; in aac_response_normal() local 191 struct fib *fib = &fibctx; in aac_command_normal() local 293 struct fib * fib; in aac_intr_normal() local 349 struct fib *fib = &dev->fibs[index]; in aac_intr_normal() local
|
D | linit.c | 692 struct fib *fib; in aac_eh_abort() local 771 struct fib *fib = &aac->fibs[count]; in aac_eh_abort() local 793 struct fib *fib = &aac->fibs[count]; in aac_eh_abort() local 818 struct fib *fib, u64 tmf_lun) in aac_eh_tmf_lun_reset_fib() 842 struct fib *fib) in aac_eh_tmf_hard_reset_fib() 902 struct fib *fib; in aac_eh_dev_reset() local 961 struct fib *fib; in aac_eh_target_reset() local 1024 struct fib *fib = &aac->fibs[count]; in aac_eh_bus_reset() local 1559 struct fib *fib = &aac->fibs[i]; in __aac_shutdown() local
|
D | aachba.c | 1225 static int aac_read_raw_io(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count) in aac_read_raw_io() 1283 static int aac_read_block64(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count) in aac_read_block64() 1318 static int aac_read_block(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count) in aac_read_block() 1353 static int aac_write_raw_io(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count, int fua) in aac_write_raw_io() 1417 static int aac_write_block64(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count, int fua) in aac_write_block64() 1452 static int aac_write_block(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count, int fua) in aac_write_block() 1489 static struct aac_srb * aac_scsi_common(struct fib * fib, struct scsi_cmnd * cmd) in aac_scsi_common() 1527 static struct aac_hba_cmd_req *aac_construct_hbacmd(struct fib *fib, in aac_construct_hbacmd() 1575 static int aac_scsi_64(struct fib * fib, struct scsi_cmnd * cmd) in aac_scsi_64() 1606 static int aac_scsi_32(struct fib * fib, struct scsi_cmnd * cmd) in aac_scsi_32() [all …]
|
D | rx.c | 402 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()
|
D | commsup.c | 1529 struct fib *fib = &aac->fibs[index]; in _aac_reset_adapter() local 1775 struct fib * fib; in aac_check_health() local 2085 struct fib *fib, in wakeup_fibctx_threads() 2184 struct fib *fib; in aac_process_events() local
|
D | commctrl.c | 256 struct fib *fib; in next_getadapter_fib() local 355 struct fib *fib; in aac_close_fib_context() local
|
D | aacraid.h | 1304 struct fib { struct 1319 u32 done; /* gets set to 1 when fib is complete */ argument 1320 fib_callback callback; argument 1327 struct list_head fiblink; argument 1330 struct hw_fib *hw_fib_va; /* also used for native */ argument 1331 dma_addr_t hw_fib_pa; /* physical address of hw_fib*/ argument 1332 dma_addr_t hw_sgl_pa; /* extra sgl for native */ 1333 dma_addr_t hw_error_pa; /* error buffer for native */ 1334 u32 hbacmd_size; /* cmd size for native */ 1715 #define aac_adapter_deliver(fib) \ argument [all …]
|
D | src.c | 488 static int aac_src_deliver_message(struct fib *fib) in aac_src_deliver_message()
|
/Linux-v4.19/arch/s390/pci/ |
D | pci.c | 130 struct zpci_fib fib = {0}; in zpci_set_airq() local 148 struct zpci_fib fib = {0}; in zpci_clear_airq() local 164 struct zpci_fib fib = {0}; in zpci_register_ioat() local 178 struct zpci_fib fib = {0}; in zpci_unregister_ioat() local 191 struct zpci_fib fib = {0}; in zpci_fmb_enable_device() local 220 struct zpci_fib fib = {0}; in zpci_fmb_disable_device() local
|
D | pci_insn.c | 31 static inline u8 __mpcifc(u64 req, struct zpci_fib *fib, u8 *status) in __mpcifc() 45 u8 zpci_mod_fc(u64 req, struct zpci_fib *fib, u8 *status) in zpci_mod_fc()
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_router.c | 377 struct mlxsw_sp_fib *fib; member 446 struct mlxsw_sp_fib *fib; in mlxsw_sp_fib_create() local 474 struct mlxsw_sp_fib *fib) in mlxsw_sp_fib_destroy() 699 const struct mlxsw_sp_fib *fib, u8 tree_id) in mlxsw_sp_vr_lpm_tree_bind() 710 const struct mlxsw_sp_fib *fib) in mlxsw_sp_vr_lpm_tree_unbind() 846 struct mlxsw_sp_fib *fib = mlxsw_sp_vr_fib(vr, proto); in mlxsw_sp_vr_lpm_tree_should_replace() local 856 struct mlxsw_sp_fib *fib, in mlxsw_sp_vr_lpm_tree_replace() 877 struct mlxsw_sp_fib *fib, in mlxsw_sp_vrs_lpm_tree_replace() 2941 const struct mlxsw_sp_fib *fib, in mlxsw_sp_adj_index_mass_update_vr() 2960 struct mlxsw_sp_fib *fib = NULL; in mlxsw_sp_adj_index_mass_update() local [all …]
|
/Linux-v4.19/drivers/net/netdevsim/ |
D | fib.c | 31 struct nsim_fib_entry fib; member
|