/Linux-v4.19/drivers/scsi/bfa/ |
D | bfa_port.h | 32 struct bfa_trc_mod_s *trcmod; member 56 void *dev, struct bfa_trc_mod_s *trcmod); 100 struct bfa_trc_mod_s *trcmod; member
|
D | bfa_ioc.h | 316 struct bfa_trc_mod_s *trcmod; member 430 struct bfa_trc_mod_s *trcmod; member 458 void *dev, struct bfa_trc_mod_s *trcmod); 481 struct bfa_trc_mod_s *trcmod; member 520 void *dev, struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg); 617 struct bfa_trc_mod_s *trcmod; member 643 struct bfa_trc_mod_s *trcmod); 674 struct bfa_trc_mod_s *trcmod; /* trace module */ member 712 void *dev, struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg); 724 struct bfa_trc_mod_s *trcmod; /* trace module */ member [all …]
|
D | bfad.c | 839 bfad->bfa.trcmod = bfad->trcmod; in bfad_drv_init() 850 bfad->bfa_fcs.trcmod = bfad->trcmod; in bfad_drv_init() 1314 bfad->trcmod = kzalloc(sizeof(struct bfa_trc_mod_s), GFP_KERNEL); in bfad_pci_probe() 1315 if (!bfad->trcmod) { in bfad_pci_probe() 1322 bfa_trc_init(bfad->trcmod); in bfad_pci_probe() 1332 kfree(bfad->trcmod); in bfad_pci_probe() 1388 kfree(bfad->trcmod); in bfad_pci_probe() 1434 kfree(bfad->trcmod); in bfad_pci_remove()
|
D | bfa_core.c | 103 bfa_port_attach(port, &bfa->ioc, bfa, bfa->trcmod); in bfa_com_port_attach() 126 cee->trcmod = bfa->trcmod; in bfa_com_cee_attach() 137 bfa_sfp_attach(sfp, &bfa->ioc, bfa, bfa->trcmod); in bfa_com_sfp_attach() 147 bfa_flash_attach(flash, &bfa->ioc, bfa, bfa->trcmod, mincfg); in bfa_com_flash_attach() 158 bfa_diag_attach(diag, &bfa->ioc, bfa, bfa_fcport_beacon, bfa->trcmod); in bfa_com_diag_attach() 168 bfa_phy_attach(phy, &bfa->ioc, bfa, bfa->trcmod, mincfg); in bfa_com_phy_attach() 178 bfa_fru_attach(fru, &bfa->ioc, bfa, bfa->trcmod, mincfg); in bfa_com_fru_attach() 904 bfa_trc_stop(bfa->trcmod); in bfa_isr_unhandled() 1536 ioc->trcmod = bfa->trcmod; in bfa_iocfc_attach()
|
D | bfa_cs.h | 94 __bfa_trc((_trcp)->trcmod, __trc_fileno, __LINE__, (u32)_data) 96 __bfa_trc((_trcp)->trcmod, __trc_fileno, __LINE__, (u64)_data)
|
D | bfa_modules.h | 69 struct bfa_trc_mod_s *trcmod; /* driver tracing */ member
|
D | bfa_port.c | 466 void *dev, struct bfa_trc_mod_s *trcmod) in bfa_port_attach() argument 472 port->trcmod = trcmod; in bfa_port_attach()
|
D | bfad_drv.h | 221 struct bfa_trc_mod_s *trcmod; member
|
D | bfa_ioc.c | 4035 struct bfa_trc_mod_s *trcmod) in bfa_sfp_attach() argument 4039 sfp->trcmod = trcmod; in bfa_sfp_attach() 4494 struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg) in bfa_flash_attach() argument 4497 flash->trcmod = trcmod; in bfa_flash_attach() 5281 bfa_cb_diag_beacon_t cbfn_beacon, struct bfa_trc_mod_s *trcmod) in bfa_diag_attach() argument 5285 diag->trcmod = trcmod; in bfa_diag_attach() 5478 struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg) in bfa_phy_attach() argument 5481 phy->trcmod = trcmod; in bfa_phy_attach() 6307 struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg) in bfa_fru_attach() argument 6310 fru->trcmod = trcmod; in bfa_fru_attach()
|
D | bfad_debugfs.c | 61 debug->debug_buffer = (void *) bfad->trcmod; in bfad_debugfs_open_drvtrc()
|
D | bfa_svc.h | 736 struct bfa_trc_mod_s *trcmod; member
|
D | bfa_fcs.h | 699 struct bfa_trc_mod_s *trcmod; /* tracing module */ member
|
D | bfad_bsg.c | 2070 bfa_trc_init(bfad->trcmod); in bfad_iocmd_debug_ctl() 2072 bfa_trc_stop(bfad->trcmod); in bfad_iocmd_debug_ctl()
|
D | bfa_svc.c | 5728 fcdiag->trcmod = bfa->trcmod; in bfa_fcdiag_attach()
|