Searched refs:bfa_iocfc_cfg_s (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/scsi/bfa/ |
D | bfa_modules.h | 85 void bfa_dconf_attach(struct bfa_s *, void *, struct bfa_iocfc_cfg_s *); 86 void bfa_dconf_meminfo(struct bfa_iocfc_cfg_s *, struct bfa_meminfo_s *, 89 void bfa_fcp_attach(struct bfa_s *, void *, struct bfa_iocfc_cfg_s *, 92 void bfa_fcp_meminfo(struct bfa_iocfc_cfg_s *, struct bfa_meminfo_s *, 97 void bfa_fcport_meminfo(struct bfa_iocfc_cfg_s *, struct bfa_meminfo_s *, 99 void bfa_fcport_attach(struct bfa_s *, void *, struct bfa_iocfc_cfg_s *, 102 void bfa_fcxp_meminfo(struct bfa_iocfc_cfg_s *, struct bfa_meminfo_s *, 104 void bfa_fcxp_attach(struct bfa_s *, void *, struct bfa_iocfc_cfg_s *, 107 void bfa_fcdiag_attach(struct bfa_s *bfa, void *, struct bfa_iocfc_cfg_s *, 111 void bfa_lps_meminfo(struct bfa_iocfc_cfg_s *, struct bfa_meminfo_s *, [all …]
|
D | bfa.h | 231 struct bfa_iocfc_cfg_s cfg; 302 void bfa_iocfc_meminfo(struct bfa_iocfc_cfg_s *cfg, 306 struct bfa_iocfc_cfg_s *cfg, 403 void bfa_cfg_get_default(struct bfa_iocfc_cfg_s *cfg); 404 void bfa_cfg_get_min(struct bfa_iocfc_cfg_s *cfg); 405 void bfa_cfg_get_meminfo(struct bfa_iocfc_cfg_s *cfg, 408 void bfa_attach(struct bfa_s *bfa, void *bfad, struct bfa_iocfc_cfg_s *cfg,
|
D | bfad_drv.h | 208 struct bfa_iocfc_cfg_s ioc_cfg; 315 void bfad_update_hal_cfg(struct bfa_iocfc_cfg_s *bfa_cfg);
|
D | bfa_core.c | 985 struct bfa_iocfc_cfg_s *cfg = &iocfc->cfg; in bfa_iocfc_send_cfg() 1044 bfa_iocfc_init_mem(struct bfa_s *bfa, void *bfad, struct bfa_iocfc_cfg_s *cfg, in bfa_iocfc_init_mem() 1097 bfa_iocfc_mem_claim(struct bfa_s *bfa, struct bfa_iocfc_cfg_s *cfg) in bfa_iocfc_mem_claim() 1479 bfa_iocfc_meminfo(struct bfa_iocfc_cfg_s *cfg, struct bfa_meminfo_s *meminfo, in bfa_iocfc_meminfo() 1525 bfa_iocfc_attach(struct bfa_s *bfa, void *bfad, struct bfa_iocfc_cfg_s *cfg, in bfa_iocfc_attach() 1765 bfa_cfg_get_meminfo(struct bfa_iocfc_cfg_s *cfg, struct bfa_meminfo_s *meminfo, in bfa_cfg_get_meminfo() 1836 bfa_attach(struct bfa_s *bfa, void *bfad, struct bfa_iocfc_cfg_s *cfg, in bfa_attach() 1978 bfa_cfg_get_default(struct bfa_iocfc_cfg_s *cfg) in bfa_cfg_get_default() 2002 bfa_cfg_get_min(struct bfa_iocfc_cfg_s *cfg) in bfa_cfg_get_min()
|
D | bfa_svc.c | 460 bfa_fcxp_meminfo(struct bfa_iocfc_cfg_s *cfg, struct bfa_meminfo_s *minfo, in bfa_fcxp_meminfo() 498 bfa_fcxp_attach(struct bfa_s *bfa, void *bfad, struct bfa_iocfc_cfg_s *cfg, in bfa_fcxp_attach() 1471 bfa_lps_meminfo(struct bfa_iocfc_cfg_s *cfg, struct bfa_meminfo_s *minfo, in bfa_lps_meminfo() 1488 bfa_lps_attach(struct bfa_s *bfa, void *bfad, struct bfa_iocfc_cfg_s *cfg, in bfa_lps_attach() 3001 bfa_fcport_meminfo(struct bfa_iocfc_cfg_s *cfg, struct bfa_meminfo_s *minfo, in bfa_fcport_meminfo() 3032 bfa_fcport_attach(struct bfa_s *bfa, void *bfad, struct bfa_iocfc_cfg_s *cfg, in bfa_fcport_attach() 4807 bfa_rport_meminfo(struct bfa_iocfc_cfg_s *cfg, struct bfa_meminfo_s *minfo, in bfa_rport_meminfo() 4821 bfa_rport_attach(struct bfa_s *bfa, void *bfad, struct bfa_iocfc_cfg_s *cfg, in bfa_rport_attach() 5152 bfa_sgpg_meminfo(struct bfa_iocfc_cfg_s *cfg, struct bfa_meminfo_s *minfo, in bfa_sgpg_meminfo() 5187 bfa_sgpg_attach(struct bfa_s *bfa, void *bfad, struct bfa_iocfc_cfg_s *cfg, in bfa_sgpg_attach() [all …]
|
D | bfa_fcpim.h | 295 void bfa_itnim_meminfo(struct bfa_iocfc_cfg_s *cfg, u32 *km_len);
|
D | bfa_defs_svc.h | 81 struct bfa_iocfc_cfg_s { struct 447 struct bfa_iocfc_cfg_s config; /* IOCFC config */
|
D | bfa_fcpim.c | 296 bfa_fcpim_meminfo(struct bfa_iocfc_cfg_s *cfg, u32 *km_len) in bfa_fcpim_meminfo() 317 struct bfa_iocfc_cfg_s *cfg, struct bfa_pcidev_s *pcidev) in bfa_fcpim_attach() 1105 bfa_itnim_meminfo(struct bfa_iocfc_cfg_s *cfg, u32 *km_len) in bfa_itnim_meminfo() 3638 bfa_fcp_meminfo(struct bfa_iocfc_cfg_s *cfg, struct bfa_meminfo_s *minfo, in bfa_fcp_meminfo() 3696 bfa_fcp_attach(struct bfa_s *bfa, void *bfad, struct bfa_iocfc_cfg_s *cfg, in bfa_fcp_attach()
|
D | bfad.c | 559 bfad_update_hal_cfg(struct bfa_iocfc_cfg_s *bfa_cfg) in bfad_update_hal_cfg()
|
D | bfa_ioc.c | 6073 bfa_dconf_meminfo(struct bfa_iocfc_cfg_s *cfg, struct bfa_meminfo_s *meminfo, in bfa_dconf_meminfo() 6087 bfa_dconf_attach(struct bfa_s *bfa, void *bfad, struct bfa_iocfc_cfg_s *cfg) in bfa_dconf_attach()
|