Searched refs:bfa_trc_mod_s (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/scsi/bfa/ |
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);
|
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;
|
A D | bfa_ioc.h | 21 (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 …]
|
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()
|
A D | bfa_modules.h | 61 struct bfa_trc_mod_s *trcmod; /* driver tracing */
|
A D | bfad_drv.h | 213 struct bfa_trc_mod_s *trcmod;
|
A D | bfa_port.c | 458 void *dev, struct bfa_trc_mod_s *trcmod) in bfa_port_attach()
|
A D | bfa_fcs.h | 688 struct bfa_trc_mod_s *trcmod; /* tracing module */
|
A D | bfa_svc.h | 728 struct bfa_trc_mod_s *trcmod;
|
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()
|
A D | bfad.c | 1307 bfad->trcmod = kzalloc(sizeof(struct bfa_trc_mod_s), GFP_KERNEL); in bfad_pci_probe()
|
A D | bfa_core.c | 71 __bfa_trc(struct bfa_trc_mod_s *trcm, int fileno, int line, u64 data) in __bfa_trc()
|
Completed in 39 milliseconds