Searched refs:bfa_trc_mod_s (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/drivers/scsi/bfa/ |
D | bfa_cs.h | 66 struct bfa_trc_mod_s { struct 99 bfa_trc_init(struct bfa_trc_mod_s *trcm) in bfa_trc_init() 106 bfa_trc_stop(struct bfa_trc_mod_s *trcm) in bfa_trc_stop() 112 __bfa_trc(struct bfa_trc_mod_s *trcm, int fileno, int line, u64 data); 115 __bfa_trc32(struct bfa_trc_mod_s *trcm, int fileno, int line, u32 data);
|
D | bfa_port.h | 32 struct bfa_trc_mod_s *trcmod; 56 void *dev, struct bfa_trc_mod_s *trcmod); 100 struct bfa_trc_mod_s *trcmod;
|
D | bfa_ioc.h | 29 (sizeof(struct bfa_trc_mod_s) - \ 316 struct bfa_trc_mod_s *trcmod; 430 struct bfa_trc_mod_s *trcmod; 458 void *dev, struct bfa_trc_mod_s *trcmod); 481 struct bfa_trc_mod_s *trcmod; 520 void *dev, struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg); 617 struct bfa_trc_mod_s *trcmod; 643 struct bfa_trc_mod_s *trcmod); 674 struct bfa_trc_mod_s *trcmod; /* trace module */ 712 void *dev, struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg); [all …]
|
D | bfad_debugfs.c | 62 debug->buffer_len = sizeof(struct bfa_trc_mod_s); in bfad_debugfs_open_drvtrc() 82 fw_debug->buffer_len = sizeof(struct bfa_trc_mod_s); in bfad_debugfs_open_fwtrc() 124 fw_debug->buffer_len = sizeof(struct bfa_trc_mod_s); in bfad_debugfs_open_fwsave()
|
D | bfa_modules.h | 69 struct bfa_trc_mod_s *trcmod; /* driver tracing */
|
D | bfad_drv.h | 221 struct bfa_trc_mod_s *trcmod;
|
D | bfa_port.c | 466 void *dev, struct bfa_trc_mod_s *trcmod) in bfa_port_attach()
|
D | bfa_fcs.h | 699 struct bfa_trc_mod_s *trcmod; /* tracing module */
|
D | bfa_svc.h | 736 struct bfa_trc_mod_s *trcmod;
|
D | bfa_ioc.c | 4035 struct bfa_trc_mod_s *trcmod) in bfa_sfp_attach() 4494 struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg) in bfa_flash_attach() 5281 bfa_cb_diag_beacon_t cbfn_beacon, struct bfa_trc_mod_s *trcmod) in bfa_diag_attach() 5478 struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg) in bfa_phy_attach() 6307 struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg) in bfa_fru_attach()
|
D | bfad.c | 1314 bfad->trcmod = kzalloc(sizeof(struct bfa_trc_mod_s), GFP_KERNEL); in bfad_pci_probe()
|
D | bfa_core.c | 79 __bfa_trc(struct bfa_trc_mod_s *trcm, int fileno, int line, u64 data) in __bfa_trc()
|