/linux-4.1.27/drivers/scsi/bfa/ |
D | bfa_port.h | 31 struct bfa_trc_mod_s *trcmod; member 55 void *dev, struct bfa_trc_mod_s *trcmod); 99 struct bfa_trc_mod_s *trcmod; member
|
D | bfa_ioc.h | 311 struct bfa_trc_mod_s *trcmod; member 425 struct bfa_trc_mod_s *trcmod; member 453 void *dev, struct bfa_trc_mod_s *trcmod); 476 struct bfa_trc_mod_s *trcmod; member 515 void *dev, struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg); 612 struct bfa_trc_mod_s *trcmod; member 638 struct bfa_trc_mod_s *trcmod); 669 struct bfa_trc_mod_s *trcmod; /* trace module */ member 707 void *dev, struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg); 719 struct bfa_trc_mod_s *trcmod; /* trace module */ member [all …]
|
D | bfad.c | 846 bfad->bfa.trcmod = bfad->trcmod; in bfad_drv_init() 857 bfad->bfa_fcs.trcmod = bfad->trcmod; in bfad_drv_init() 1321 bfad->trcmod = kzalloc(sizeof(struct bfa_trc_mod_s), GFP_KERNEL); in bfad_pci_probe() 1322 if (!bfad->trcmod) { in bfad_pci_probe() 1329 bfa_trc_init(bfad->trcmod); in bfad_pci_probe() 1339 kfree(bfad->trcmod); in bfad_pci_probe() 1395 kfree(bfad->trcmod); in bfad_pci_probe() 1441 kfree(bfad->trcmod); in bfad_pci_remove()
|
D | bfa_core.c | 99 bfa_port_attach(port, &bfa->ioc, bfa, bfa->trcmod); in bfa_com_port_attach() 122 cee->trcmod = bfa->trcmod; in bfa_com_cee_attach() 133 bfa_sfp_attach(sfp, &bfa->ioc, bfa, bfa->trcmod); in bfa_com_sfp_attach() 143 bfa_flash_attach(flash, &bfa->ioc, bfa, bfa->trcmod, mincfg); in bfa_com_flash_attach() 154 bfa_diag_attach(diag, &bfa->ioc, bfa, bfa_fcport_beacon, bfa->trcmod); in bfa_com_diag_attach() 164 bfa_phy_attach(phy, &bfa->ioc, bfa, bfa->trcmod, mincfg); in bfa_com_phy_attach() 174 bfa_fru_attach(fru, &bfa->ioc, bfa, bfa->trcmod, mincfg); in bfa_com_fru_attach() 900 bfa_trc_stop(bfa->trcmod); in bfa_isr_unhandled() 1524 ioc->trcmod = bfa->trcmod; in bfa_iocfc_attach()
|
D | bfa_cs.h | 93 __bfa_trc((_trcp)->trcmod, __trc_fileno, __LINE__, (u32)_data) 95 __bfa_trc((_trcp)->trcmod, __trc_fileno, __LINE__, (u64)_data)
|
D | bfa_modules.h | 114 struct bfa_trc_mod_s *trcmod; /* driver tracing */ member
|
D | bfa_port.c | 471 void *dev, struct bfa_trc_mod_s *trcmod) in bfa_port_attach() argument 479 port->trcmod = trcmod; in bfa_port_attach()
|
D | bfad_drv.h | 220 struct bfa_trc_mod_s *trcmod; member
|
D | bfa_ioc.c | 4032 struct bfa_trc_mod_s *trcmod) in bfa_sfp_attach() argument 4036 sfp->trcmod = trcmod; in bfa_sfp_attach() 4491 struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg) in bfa_flash_attach() argument 4494 flash->trcmod = trcmod; in bfa_flash_attach() 5278 bfa_cb_diag_beacon_t cbfn_beacon, struct bfa_trc_mod_s *trcmod) in bfa_diag_attach() argument 5282 diag->trcmod = trcmod; in bfa_diag_attach() 5475 struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg) in bfa_phy_attach() argument 5478 phy->trcmod = trcmod; in bfa_phy_attach() 6324 struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg) in bfa_fru_attach() argument 6327 fru->trcmod = trcmod; in bfa_fru_attach()
|
D | bfad_debugfs.c | 60 debug->debug_buffer = (void *) bfad->trcmod; in bfad_debugfs_open_drvtrc()
|
D | bfa_fcs.h | 698 struct bfa_trc_mod_s *trcmod; /* tracing module */ member
|
D | bfa_svc.h | 735 struct bfa_trc_mod_s *trcmod; member
|
D | bfad_bsg.c | 2069 bfa_trc_init(bfad->trcmod); in bfad_iocmd_debug_ctl() 2071 bfa_trc_stop(bfad->trcmod); in bfad_iocmd_debug_ctl()
|
D | bfa_svc.c | 5861 fcdiag->trcmod = bfa->trcmod; in bfa_fcdiag_attach()
|