/linux/drivers/scsi/aacraid/ |
H A D | dpcsup.c | 44 struct fib * fib; in aac_response_normal() local 176 struct fib *fib = &fibctx; in aac_command_normal() local 277 struct fib * fib; in aac_intr_normal() local 333 struct fib *fib = &dev->fibs[index]; in aac_intr_normal() local
|
H A D | linit.c | 695 struct fib *fib; in aac_eh_abort() local 779 struct fib *fib = &aac->fibs[count]; in aac_eh_abort() local 801 struct fib *fib = &aac->fibs[count]; in aac_eh_abort() local 826 struct fib *fib, u64 tmf_lun) in aac_eh_tmf_lun_reset_fib() 850 struct fib *fib) in aac_eh_tmf_hard_reset_fib() 909 struct fib *fib; in aac_eh_dev_reset() local 973 struct fib *fib; in aac_eh_target_reset() local 1043 struct fib *fib = &aac->fibs[count]; in aac_eh_bus_reset() local 1524 struct fib *fib = &aac->fibs[i]; in __aac_shutdown() local
|
H A D | commctrl.c | 233 compat_uptr_t fib; member 247 struct fib *fib; in next_getadapter_fib() local 357 struct fib *fib; in aac_close_fib_context() local
|
H A D | aachba.c | 1228 static int aac_read_raw_io(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count) in aac_read_raw_io() 1286 static int aac_read_block64(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count) in aac_read_block64() 1321 static int aac_read_block(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count) in aac_read_block() 1356 static int aac_write_raw_io(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count, int fua) in aac_write_raw_io() 1420 static int aac_write_block64(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count, int fua) in aac_write_block64() 1455 static int aac_write_block(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count, int fua) in aac_write_block() 1492 static struct aac_srb * aac_scsi_common(struct fib * fib, struct scsi_cmnd * cmd) in aac_scsi_common() 1531 static struct aac_hba_cmd_req *aac_construct_hbacmd(struct fib *fib, in aac_construct_hbacmd() 1579 static int aac_scsi_64(struct fib * fib, struct scsi_cmnd * cmd) in aac_scsi_64() 1610 static int aac_scsi_32(struct fib * fib, struct scsi_cmnd * cmd) in aac_scsi_32() [all …]
|
H A D | rx.c | 397 int aac_rx_deliver_producer(struct fib * fib) in aac_rx_deliver_producer() 420 static int aac_rx_deliver_message(struct fib * fib) in aac_rx_deliver_message()
|
H A D | commsup.c | 1521 struct fib *fib = &aac->fibs[index]; in _aac_reset_adapter() local 1742 struct fib * fib; in aac_check_health() local 2062 struct fib *fib, in wakeup_fibctx_threads() 2161 struct fib *fib; in aac_process_events() local
|
H A D | aacraid.h | 1289 struct fib { struct 1304 u32 done; /* gets set to 1 when fib is complete */ argument 1305 fib_callback callback; argument 1312 struct list_head fiblink; argument 1315 struct hw_fib *hw_fib_va; /* also used for native */ argument 1316 dma_addr_t hw_fib_pa; /* physical address of hw_fib*/ argument 1317 dma_addr_t hw_sgl_pa; /* extra sgl for native */ 1318 dma_addr_t hw_error_pa; /* error buffer for native */ 1319 u32 hbacmd_size; /* cmd size for native */ 1702 #define aac_adapter_deliver(fib) \ argument [all …]
|
H A D | src.c | 483 static int aac_src_deliver_message(struct fib *fib) in aac_src_deliver_message()
|
/linux/arch/s390/kvm/ |
H A D | pci.c | 162 struct zpci_fib fib = {}; in kvm_zpci_set_airq() local 181 struct zpci_fib fib = {}; in kvm_zpci_clear_airq() local 224 static int kvm_s390_pci_aif_enable(struct zpci_dev *zdev, struct zpci_fib *fib, in kvm_s390_pci_aif_enable() 610 struct zpci_fib fib = {}; in kvm_s390_pci_zpci_reg_aen() local
|
H A D | pci.h | 23 struct zpci_fib fib; member
|
/linux/arch/s390/pci/ |
H A D | pci_irq.c | 36 struct zpci_fib fib = {0}; in zpci_set_airq() local 55 struct zpci_fib fib = {0}; in zpci_clear_airq() local 72 struct zpci_fib fib = {0}; in zpci_set_directed_irq() local 87 struct zpci_fib fib = {0}; in zpci_clear_directed_irq() local
|
H A D | pci.c | 123 struct zpci_fib fib = {0}; in zpci_register_ioat() local 146 struct zpci_fib fib = {0}; in zpci_unregister_ioat() local 162 struct zpci_fib fib = {0}; in zpci_fmb_enable_device() local 198 struct zpci_fib fib = {0}; in zpci_fmb_disable_device() local 976 struct zpci_fib fib = {0}; in zpci_clear_error_state() local 1003 struct zpci_fib fib = {0}; in zpci_reset_load_store_blocked() local
|
H A D | pci_insn.c | 58 static inline u8 __mpcifc(u64 req, struct zpci_fib *fib, u8 *status) in __mpcifc() 72 u8 zpci_mod_fc(u64 req, struct zpci_fib *fib, u8 *status) in zpci_mod_fc()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/lag/ |
H A D | mp.h | 23 } fib; member
|
/linux/net/netfilter/ |
H A D | nft_fib.c | 170 const struct nft_fib *fib; in nft_fib_reduce() local
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_router.c | 467 struct mlxsw_sp_fib *fib; member 537 struct mlxsw_sp_fib *fib; in mlxsw_sp_fib_create() local 565 struct mlxsw_sp_fib *fib) in mlxsw_sp_fib_destroy() 792 const struct mlxsw_sp_fib *fib, u8 tree_id) in mlxsw_sp_vr_lpm_tree_bind() 803 const struct mlxsw_sp_fib *fib) in mlxsw_sp_vr_lpm_tree_unbind() 958 struct mlxsw_sp_fib *fib = mlxsw_sp_vr_fib(vr, proto); in mlxsw_sp_vr_lpm_tree_should_replace() local 968 struct mlxsw_sp_fib *fib, in mlxsw_sp_vr_lpm_tree_replace() 989 struct mlxsw_sp_fib *fib, in mlxsw_sp_vrs_lpm_tree_replace() 1350 struct mlxsw_sp_fib *fib; in mlxsw_sp_router_ip2me_fib_entry_find() local 3384 const struct mlxsw_sp_fib *fib) in mlxsw_sp_nexthop_group_vr_entry_lookup() [all …]
|
/linux/drivers/net/netdevsim/ |
H A D | fib.c | 41 struct nsim_fib_entry fib; member
|