Home
last modified time | relevance | path

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

/linux/drivers/scsi/bfa/
H A 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);
H A 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;
H A Dbfa_ioc.h21 (sizeof(struct bfa_trc_mod_s) - \
347 struct bfa_trc_mod_s *trcmod;
449 struct bfa_trc_mod_s *trcmod;
477 void *dev, struct bfa_trc_mod_s *trcmod);
500 struct bfa_trc_mod_s *trcmod;
539 void *dev, struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg);
636 struct bfa_trc_mod_s *trcmod;
662 struct bfa_trc_mod_s *trcmod);
693 struct bfa_trc_mod_s *trcmod; /* trace module */
731 void *dev, struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg);
[all …]
H A 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()
H A Dbfa_modules.h61 struct bfa_trc_mod_s *trcmod; /* driver tracing */
H A Dbfad_drv.h228 struct bfa_trc_mod_s *trcmod;
H A Dbfa_port.c458 void *dev, struct bfa_trc_mod_s *trcmod) in bfa_port_attach()
H A Dbfa_fcs.h874 struct bfa_trc_mod_s *trcmod; /* tracing module */
H A Dbfa_svc.h801 struct bfa_trc_mod_s *trcmod;
H A Dbfa_ioc.c4018 struct bfa_trc_mod_s *trcmod) in bfa_sfp_attach()
4477 struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg) in bfa_flash_attach()
5262 bfa_cb_diag_beacon_t cbfn_beacon, struct bfa_trc_mod_s *trcmod) in bfa_diag_attach()
5459 struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg) in bfa_phy_attach()
6278 struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg) in bfa_fru_attach()
H A Dbfad.c1299 bfad->trcmod = kzalloc(sizeof(struct bfa_trc_mod_s), GFP_KERNEL); in bfad_pci_probe()
H A Dbfa_core.c71 __bfa_trc(struct bfa_trc_mod_s *trcm, int fileno, int line, u64 data) in __bfa_trc()