Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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.c1215 static int aac_read_raw_io(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count) in aac_read_raw_io()
1273 static int aac_read_block64(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count) in aac_read_block64()
1308 static int aac_read_block(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count) in aac_read_block()
1343 static int aac_write_raw_io(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count, int fua) in aac_write_raw_io()
1407 static int aac_write_block64(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count, int fua) in aac_write_block64()
1442 static int aac_write_block(struct fib * fib, struct scsi_cmnd * cmd, u64 lba, u32 count, int fua) in aac_write_block()
1479 static struct aac_srb * aac_scsi_common(struct fib * fib, struct scsi_cmnd * cmd) in aac_scsi_common()
1518 static struct aac_hba_cmd_req *aac_construct_hbacmd(struct fib *fib, in aac_construct_hbacmd()
1566 static int aac_scsi_64(struct fib * fib, struct scsi_cmnd * cmd) in aac_scsi_64()
1597 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.c1520 struct fib *fib = &aac->fibs[index]; in _aac_reset_adapter() local
1741 struct fib * fib; in aac_check_health() local
2061 struct fib *fib, in wakeup_fibctx_threads()
2160 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()
/kernel/linux/linux-4.19/drivers/scsi/aacraid/
Ddpcsup.c60 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
Dlinit.c695 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()
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
1578 struct fib *fib = &aac->fibs[i]; in __aac_shutdown() local
Daachba.c1225 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 …]
Drx.c402 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()
Dcommsup.c1530 struct fib *fib = &aac->fibs[index]; in _aac_reset_adapter() local
1776 struct fib * fib; in aac_check_health() local
2086 struct fib *fib, in wakeup_fibctx_threads()
2185 struct fib *fib; in aac_process_events() local
Dcommctrl.c256 struct fib *fib; in next_getadapter_fib() local
355 struct fib *fib; in aac_close_fib_context() local
Daacraid.h1304 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 …]
Dsrc.c488 static int aac_src_deliver_message(struct fib *fib) in aac_src_deliver_message()
/kernel/linux/linux-5.10/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
129 struct zpci_fib fib = {0}; in zpci_unregister_ioat() local
142 struct zpci_fib fib = {0}; in zpci_fmb_enable_device() local
171 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()
/kernel/linux/linux-4.19/arch/s390/pci/
Dpci.c130 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
Dpci_insn.c31 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()
/kernel/linux/linux-4.19/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_router.c377 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()
2922 const struct mlxsw_sp_fib *fib, in mlxsw_sp_adj_index_mass_update_vr()
2941 struct mlxsw_sp_fib *fib = NULL; in mlxsw_sp_adj_index_mass_update() local
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_router.c362 struct mlxsw_sp_fib *fib; member
432 struct mlxsw_sp_fib *fib; in mlxsw_sp_fib_create() local
460 struct mlxsw_sp_fib *fib) in mlxsw_sp_fib_destroy()
685 const struct mlxsw_sp_fib *fib, u8 tree_id) in mlxsw_sp_vr_lpm_tree_bind()
696 const struct mlxsw_sp_fib *fib) in mlxsw_sp_vr_lpm_tree_unbind()
850 struct mlxsw_sp_fib *fib = mlxsw_sp_vr_fib(vr, proto); in mlxsw_sp_vr_lpm_tree_should_replace() local
860 struct mlxsw_sp_fib *fib, in mlxsw_sp_vr_lpm_tree_replace()
881 struct mlxsw_sp_fib *fib, in mlxsw_sp_vrs_lpm_tree_replace()
1149 struct mlxsw_sp_fib *fib; in mlxsw_sp_router_ip2me_fib_entry_find() local
3131 const struct mlxsw_sp_fib *fib, in mlxsw_sp_adj_index_mass_update_vr()
[all …]
/kernel/linux/linux-4.19/drivers/net/netdevsim/
Dfib.c31 struct nsim_fib_entry fib; member
/kernel/linux/linux-5.10/drivers/net/netdevsim/
Dfib.c37 struct nsim_fib_entry fib; member