Searched refs:bfa_trc_mod_s (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/drivers/scsi/bfa/ |
H A D | bfa_cs.h | 58 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 D | bfa_port.h | 24 struct bfa_trc_mod_s *trcmod; 48 void *dev, struct bfa_trc_mod_s *trcmod); 92 struct bfa_trc_mod_s *trcmod;
|
H A D | bfa_ioc.h | 21 (sizeof(struct bfa_trc_mod_s) - \ 308 struct bfa_trc_mod_s *trcmod; 426 struct bfa_trc_mod_s *trcmod; 454 void *dev, struct bfa_trc_mod_s *trcmod); 477 struct bfa_trc_mod_s *trcmod; 516 void *dev, struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg); 613 struct bfa_trc_mod_s *trcmod; 639 struct bfa_trc_mod_s *trcmod); 670 struct bfa_trc_mod_s *trcmod; /* trace module */ 708 void *dev, struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg); [all …]
|
H A D | bfad_debugfs.c | 54 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 D | bfa_modules.h | 61 struct bfa_trc_mod_s *trcmod; /* driver tracing */
|
H A D | bfad_drv.h | 212 struct bfa_trc_mod_s *trcmod;
|
H A D | bfa_port.c | 458 void *dev, struct bfa_trc_mod_s *trcmod) in bfa_port_attach()
|
H A D | bfa_svc.h | 728 struct bfa_trc_mod_s *trcmod;
|
H A D | bfa_fcs.h | 688 struct bfa_trc_mod_s *trcmod; /* tracing module */
|
H A D | bfa_ioc.c | 4019 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()
|
H A D | bfad.c | 1299 bfad->trcmod = kzalloc(sizeof(struct bfa_trc_mod_s), GFP_KERNEL); in bfad_pci_probe()
|
H A D | bfa_core.c | 71 __bfa_trc(struct bfa_trc_mod_s *trcm, int fileno, int line, u64 data) in __bfa_trc()
|