Searched refs:trcmod (Results 1 – 14 of 14) sorted by relevance
| /drivers/scsi/bfa/ |
| A D | bfa_port.h | 24 struct bfa_trc_mod_s *trcmod; member 48 void *dev, struct bfa_trc_mod_s *trcmod); 92 struct bfa_trc_mod_s *trcmod; member
|
| A D | bfa_ioc.h | 347 struct bfa_trc_mod_s *trcmod; member 449 struct bfa_trc_mod_s *trcmod; member 477 void *dev, struct bfa_trc_mod_s *trcmod); 500 struct bfa_trc_mod_s *trcmod; member 539 void *dev, struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg); 636 struct bfa_trc_mod_s *trcmod; member 662 struct bfa_trc_mod_s *trcmod); 693 struct bfa_trc_mod_s *trcmod; /* trace module */ member 731 void *dev, struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg); 743 struct bfa_trc_mod_s *trcmod; /* trace module */ member [all …]
|
| A D | bfad.c | 825 bfad->bfa.trcmod = bfad->trcmod; in bfad_drv_init() 836 bfad->bfa_fcs.trcmod = bfad->trcmod; in bfad_drv_init() 1280 bfad->trcmod = kzalloc(sizeof(struct bfa_trc_mod_s), GFP_KERNEL); in bfad_pci_probe() 1281 if (!bfad->trcmod) { in bfad_pci_probe() 1288 bfa_trc_init(bfad->trcmod); in bfad_pci_probe() 1298 kfree(bfad->trcmod); in bfad_pci_probe() 1354 kfree(bfad->trcmod); in bfad_pci_probe() 1400 kfree(bfad->trcmod); in bfad_pci_remove()
|
| A D | bfa_core.c | 95 bfa_port_attach(port, &bfa->ioc, bfa, bfa->trcmod); in bfa_com_port_attach() 118 cee->trcmod = bfa->trcmod; in bfa_com_cee_attach() 129 bfa_sfp_attach(sfp, &bfa->ioc, bfa, bfa->trcmod); in bfa_com_sfp_attach() 139 bfa_flash_attach(flash, &bfa->ioc, bfa, bfa->trcmod, mincfg); in bfa_com_flash_attach() 150 bfa_diag_attach(diag, &bfa->ioc, bfa, bfa_fcport_beacon, bfa->trcmod); in bfa_com_diag_attach() 160 bfa_phy_attach(phy, &bfa->ioc, bfa, bfa->trcmod, mincfg); in bfa_com_phy_attach() 170 bfa_fru_attach(fru, &bfa->ioc, bfa, bfa->trcmod, mincfg); in bfa_com_fru_attach() 896 bfa_trc_stop(bfa->trcmod); in bfa_isr_unhandled() 1528 ioc->trcmod = bfa->trcmod; in bfa_iocfc_attach()
|
| A D | bfa_cs.h | 86 __bfa_trc((_trcp)->trcmod, __trc_fileno, __LINE__, (u32)_data) 88 __bfa_trc((_trcp)->trcmod, __trc_fileno, __LINE__, (u64)_data)
|
| A D | bfa_port.c | 458 void *dev, struct bfa_trc_mod_s *trcmod) in bfa_port_attach() argument 464 port->trcmod = trcmod; in bfa_port_attach()
|
| A D | bfa_modules.h | 61 struct bfa_trc_mod_s *trcmod; /* driver tracing */ member
|
| A D | bfa_ioc.c | 3997 struct bfa_trc_mod_s *trcmod) in bfa_sfp_attach() argument 4001 sfp->trcmod = trcmod; in bfa_sfp_attach() 4456 struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg) in bfa_flash_attach() argument 4459 flash->trcmod = trcmod; in bfa_flash_attach() 5241 bfa_cb_diag_beacon_t cbfn_beacon, struct bfa_trc_mod_s *trcmod) in bfa_diag_attach() argument 5245 diag->trcmod = trcmod; in bfa_diag_attach() 5438 struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg) in bfa_phy_attach() argument 5441 phy->trcmod = trcmod; in bfa_phy_attach() 6257 struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg) in bfa_fru_attach() argument 6260 fru->trcmod = trcmod; in bfa_fru_attach()
|
| A D | bfad_drv.h | 228 struct bfa_trc_mod_s *trcmod; member
|
| A D | bfad_debugfs.c | 53 debug->debug_buffer = (void *) bfad->trcmod; in bfad_debugfs_open_drvtrc()
|
| A D | bfa_fcs.h | 862 struct bfa_trc_mod_s *trcmod; /* tracing module */ member
|
| A D | bfa_svc.h | 796 struct bfa_trc_mod_s *trcmod; member
|
| A D | bfad_bsg.c | 2062 bfa_trc_init(bfad->trcmod); in bfad_iocmd_debug_ctl() 2064 bfa_trc_stop(bfad->trcmod); in bfad_iocmd_debug_ctl()
|
| A D | bfa_svc.c | 5611 fcdiag->trcmod = bfa->trcmod; in bfa_fcdiag_attach()
|
Completed in 55 milliseconds