Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/aacraid/
Ddpcsup.c44 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
Dlinit.c694 struct fib *fib; in aac_eh_abort() local
778 struct fib *fib = &aac->fibs[count]; in aac_eh_abort() local
800 struct fib *fib = &aac->fibs[count]; in aac_eh_abort() local
825 struct fib *fib, u64 tmf_lun) in aac_eh_tmf_lun_reset_fib()
849 struct fib *fib) in aac_eh_tmf_hard_reset_fib()
908 struct fib *fib; in aac_eh_dev_reset() local
972 struct fib *fib; in aac_eh_target_reset() local
1042 struct fib *fib = &aac->fibs[count]; in aac_eh_bus_reset() local
1520 struct fib *fib = &aac->fibs[i]; in __aac_shutdown() local
Dcommctrl.c233 compat_uptr_t fib; member
247 struct fib *fib; in next_getadapter_fib() local
357 struct fib *fib; in aac_close_fib_context() local
Daachba.c1213 static int aac_read_raw_io(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count) in aac_read_raw_io()
1271 static int aac_read_block64(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count) in aac_read_block64()
1306 static int aac_read_block(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count) in aac_read_block()
1341 static int aac_write_raw_io(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count, int fua) in aac_write_raw_io()
1405 static int aac_write_block64(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count, int fua) in aac_write_block64()
1440 static int aac_write_block(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count, int fua) in aac_write_block()
1477 static struct aac_srb * aac_scsi_common(struct fib * fib, struct scsi_cmnd * cmd) in aac_scsi_common()
1516 static struct aac_hba_cmd_req *aac_construct_hbacmd(struct fib *fib, in aac_construct_hbacmd()
1564 static int aac_scsi_64(struct fib * fib, struct scsi_cmnd * cmd) in aac_scsi_64()
1595 static int aac_scsi_32(struct fib * fib, struct scsi_cmnd * cmd) in aac_scsi_32()
[all …]
Drx.c397 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()
Dcommsup.c1521 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
Daacraid.h1293 struct fib { struct
1308 u32 done; /* gets set to 1 when fib is complete */ argument
1309 fib_callback callback; argument
1316 struct list_head fiblink; argument
1319 struct hw_fib *hw_fib_va; /* also used for native */ argument
1320 dma_addr_t hw_fib_pa; /* physical address of hw_fib*/ argument
1321 dma_addr_t hw_sgl_pa; /* extra sgl for native */
1322 dma_addr_t hw_error_pa; /* error buffer for native */
1323 u32 hbacmd_size; /* cmd size for native */
1706 #define aac_adapter_deliver(fib) \ argument
[all …]
Dsrc.c483 static int aac_src_deliver_message(struct fib *fib) in aac_src_deliver_message()
/Linux-v5.15/arch/s390/pci/
Dpci_irq.c42 struct zpci_fib fib = {0}; in zpci_set_airq() local
60 struct zpci_fib fib = {0}; in zpci_clear_airq() local
75 struct zpci_fib fib = {0}; in zpci_set_directed_irq() local
89 struct zpci_fib fib = {0}; in zpci_clear_directed_irq() local
Dpci.c115 struct zpci_fib fib = {0}; in zpci_register_ioat() local
132 struct zpci_fib fib = {0}; in zpci_unregister_ioat() local
145 struct zpci_fib fib = {0}; in zpci_fmb_enable_device() local
174 struct zpci_fib fib = {0}; in zpci_fmb_disable_device() local
Dpci_insn.c33 static inline u8 __mpcifc(u64 req, struct zpci_fib *fib, u8 *status) in __mpcifc()
47 u8 zpci_mod_fc(u64 req, struct zpci_fib *fib, u8 *status) in zpci_mod_fc()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_router.c367 struct mlxsw_sp_fib *fib; member
516 struct mlxsw_sp_fib *fib; in mlxsw_sp_fib_create() local
549 struct mlxsw_sp_fib *fib) in mlxsw_sp_fib_destroy()
782 const struct mlxsw_sp_fib *fib, u8 tree_id) in mlxsw_sp_vr_lpm_tree_bind()
793 const struct mlxsw_sp_fib *fib) in mlxsw_sp_vr_lpm_tree_unbind()
947 struct mlxsw_sp_fib *fib = mlxsw_sp_vr_fib(vr, proto); in mlxsw_sp_vr_lpm_tree_should_replace() local
957 struct mlxsw_sp_fib *fib, in mlxsw_sp_vr_lpm_tree_replace()
978 struct mlxsw_sp_fib *fib, in mlxsw_sp_vrs_lpm_tree_replace()
1246 struct mlxsw_sp_fib *fib; in mlxsw_sp_router_ip2me_fib_entry_find() local
3071 const struct mlxsw_sp_fib *fib) in mlxsw_sp_nexthop_group_vr_entry_lookup()
[all …]
/Linux-v5.15/drivers/net/netdevsim/
Dfib.c40 struct nsim_fib_entry fib; member