Home
last modified time | relevance | path

Searched refs:bfa_trc_mod_s (Results 1 – 12 of 12) sorted by relevance

/linux-6.1.9/drivers/scsi/bfa/
Dbfa_cs.h58 struct bfa_trc_mod_s { struct
91 bfa_trc_init(struct bfa_trc_mod_s *trcm) in bfa_trc_init()
98 bfa_trc_stop(struct bfa_trc_mod_s *trcm) in bfa_trc_stop()
104 __bfa_trc(struct bfa_trc_mod_s *trcm, int fileno, int line, u64 data);
107 __bfa_trc32(struct bfa_trc_mod_s *trcm, int fileno, int line, u32 data);
Dbfa_port.h24 struct bfa_trc_mod_s *trcmod;
48 void *dev, struct bfa_trc_mod_s *trcmod);
92 struct bfa_trc_mod_s *trcmod;
Dbfa_ioc.h21 (sizeof(struct bfa_trc_mod_s) - \
308 struct bfa_trc_mod_s *trcmod;
422 struct bfa_trc_mod_s *trcmod;
450 void *dev, struct bfa_trc_mod_s *trcmod);
473 struct bfa_trc_mod_s *trcmod;
512 void *dev, struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg);
609 struct bfa_trc_mod_s *trcmod;
635 struct bfa_trc_mod_s *trcmod);
666 struct bfa_trc_mod_s *trcmod; /* trace module */
704 void *dev, struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg);
[all …]
Dbfad_debugfs.c54 debug->buffer_len = sizeof(struct bfa_trc_mod_s); in bfad_debugfs_open_drvtrc()
74 fw_debug->buffer_len = sizeof(struct bfa_trc_mod_s); in bfad_debugfs_open_fwtrc()
116 fw_debug->buffer_len = sizeof(struct bfa_trc_mod_s); in bfad_debugfs_open_fwsave()
Dbfa_modules.h61 struct bfa_trc_mod_s *trcmod; /* driver tracing */
Dbfad_drv.h213 struct bfa_trc_mod_s *trcmod;
Dbfa_port.c458 void *dev, struct bfa_trc_mod_s *trcmod) in bfa_port_attach()
Dbfa_fcs.h688 struct bfa_trc_mod_s *trcmod; /* tracing module */
Dbfa_svc.h728 struct bfa_trc_mod_s *trcmod;
Dbfa_ioc.c4019 struct bfa_trc_mod_s *trcmod) in bfa_sfp_attach()
4478 struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg) in bfa_flash_attach()
5263 bfa_cb_diag_beacon_t cbfn_beacon, struct bfa_trc_mod_s *trcmod) in bfa_diag_attach()
5460 struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg) in bfa_phy_attach()
6291 struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg) in bfa_fru_attach()
Dbfad.c1304 bfad->trcmod = kzalloc(sizeof(struct bfa_trc_mod_s), GFP_KERNEL); in bfad_pci_probe()
Dbfa_core.c71 __bfa_trc(struct bfa_trc_mod_s *trcm, int fileno, int line, u64 data) in __bfa_trc()