Searched refs:bfa_trc_mod_s (Results 1 – 11 of 11) sorted by relevance
/drivers/scsi/bfa/ |
D | bfa_cs.h | 65 struct bfa_trc_mod_s { struct 98 bfa_trc_init(struct bfa_trc_mod_s *trcm) in bfa_trc_init() 105 bfa_trc_stop(struct bfa_trc_mod_s *trcm) in bfa_trc_stop() 111 __bfa_trc(struct bfa_trc_mod_s *trcm, int fileno, int line, u64 data) in __bfa_trc() 131 __bfa_trc32(struct bfa_trc_mod_s *trcm, int fileno, int line, u32 data) in __bfa_trc32()
|
D | bfa_port.h | 31 struct bfa_trc_mod_s *trcmod; 55 void *dev, struct bfa_trc_mod_s *trcmod); 99 struct bfa_trc_mod_s *trcmod;
|
D | bfa_ioc.h | 28 (sizeof(struct bfa_trc_mod_s) - \ 311 struct bfa_trc_mod_s *trcmod; 419 struct bfa_trc_mod_s *trcmod; 447 void *dev, struct bfa_trc_mod_s *trcmod); 470 struct bfa_trc_mod_s *trcmod; 509 void *dev, struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg); 604 struct bfa_trc_mod_s *trcmod; 630 struct bfa_trc_mod_s *trcmod); 661 struct bfa_trc_mod_s *trcmod; /* trace module */ 699 void *dev, struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg); [all …]
|
D | bfad_debugfs.c | 61 debug->buffer_len = sizeof(struct bfa_trc_mod_s); in bfad_debugfs_open_drvtrc() 81 fw_debug->buffer_len = sizeof(struct bfa_trc_mod_s); in bfad_debugfs_open_fwtrc() 125 fw_debug->buffer_len = sizeof(struct bfa_trc_mod_s); in bfad_debugfs_open_fwsave()
|
D | bfa_modules.h | 114 struct bfa_trc_mod_s *trcmod; /* driver tracing */
|
D | bfad_drv.h | 220 struct bfa_trc_mod_s *trcmod;
|
D | bfa_port.c | 471 void *dev, struct bfa_trc_mod_s *trcmod) in bfa_port_attach()
|
D | bfa_svc.h | 723 struct bfa_trc_mod_s *trcmod;
|
D | bfa_fcs.h | 683 struct bfa_trc_mod_s *trcmod; /* tracing module */
|
D | bfa_ioc.c | 3780 struct bfa_trc_mod_s *trcmod) in bfa_sfp_attach() 4239 struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg) in bfa_flash_attach() 5026 bfa_cb_diag_beacon_t cbfn_beacon, struct bfa_trc_mod_s *trcmod) in bfa_diag_attach() 5223 struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg) in bfa_phy_attach() 6071 struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg) in bfa_fru_attach()
|
D | bfad.c | 1369 bfad->trcmod = kzalloc(sizeof(struct bfa_trc_mod_s), GFP_KERNEL); in bfad_pci_probe()
|