Searched refs:trcmod (Results 1 - 14 of 14) sorted by relevance

/drivers/scsi/bfa/
H A Dbfa_port.h31 struct bfa_trc_mod_s *trcmod; member in struct:bfa_port_s
55 void *dev, struct bfa_trc_mod_s *trcmod);
99 struct bfa_trc_mod_s *trcmod; member in struct:bfa_cee_s
H A Dbfa_ioc.h311 struct bfa_trc_mod_s *trcmod; member in struct:bfa_ioc_s
425 struct bfa_trc_mod_s *trcmod; member in struct:bfa_sfp_s
453 void *dev, struct bfa_trc_mod_s *trcmod);
476 struct bfa_trc_mod_s *trcmod; member in struct:bfa_flash_s
515 void *dev, struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg);
612 struct bfa_trc_mod_s *trcmod; member in struct:bfa_diag_s
638 struct bfa_trc_mod_s *trcmod);
669 struct bfa_trc_mod_s *trcmod; /* trace module */ member in struct:bfa_phy_s
707 void *dev, struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg);
719 struct bfa_trc_mod_s *trcmod; /* trac member in struct:bfa_fru_s
789 void *trcmod; member in struct:bfa_dconf_mod_s
[all...]
H A Dbfa_modules.h114 struct bfa_trc_mod_s *trcmod; /* driver tracing */ member in struct:bfa_s
H A Dbfa_core.c99 bfa_port_attach(port, &bfa->ioc, bfa, bfa->trcmod);
122 cee->trcmod = bfa->trcmod;
133 bfa_sfp_attach(sfp, &bfa->ioc, bfa, bfa->trcmod);
143 bfa_flash_attach(flash, &bfa->ioc, bfa, bfa->trcmod, mincfg);
154 bfa_diag_attach(diag, &bfa->ioc, bfa, bfa_fcport_beacon, bfa->trcmod);
164 bfa_phy_attach(phy, &bfa->ioc, bfa, bfa->trcmod, mincfg);
174 bfa_fru_attach(fru, &bfa->ioc, bfa, bfa->trcmod, mincfg);
900 bfa_trc_stop(bfa->trcmod);
1524 ioc->trcmod
[all...]
H A Dbfa_cs.h93 __bfa_trc((_trcp)->trcmod, __trc_fileno, __LINE__, (u32)_data)
95 __bfa_trc((_trcp)->trcmod, __trc_fileno, __LINE__, (u64)_data)
H A Dbfad.c846 bfad->bfa.trcmod = bfad->trcmod;
857 bfad->bfa_fcs.trcmod = bfad->trcmod;
1325 bfad->trcmod = kzalloc(sizeof(struct bfa_trc_mod_s), GFP_KERNEL);
1326 if (!bfad->trcmod) {
1333 bfa_trc_init(bfad->trcmod);
1343 kfree(bfad->trcmod);
1399 kfree(bfad->trcmod);
1445 kfree(bfad->trcmod);
[all...]
H A Dbfa_port.c465 * trcmod -
471 void *dev, struct bfa_trc_mod_s *trcmod)
479 port->trcmod = trcmod;
470 bfa_port_attach(struct bfa_port_s *port, struct bfa_ioc_s *ioc, void *dev, struct bfa_trc_mod_s *trcmod) argument
H A Dbfad_drv.h220 struct bfa_trc_mod_s *trcmod; member in struct:bfad_s
H A Dbfad_debugfs.c60 debug->debug_buffer = (void *) bfad->trcmod;
H A Dbfa_ioc.c4032 struct bfa_trc_mod_s *trcmod)
4036 sfp->trcmod = trcmod;
4486 * @param[in] trcmod - trace module
4491 struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg)
4494 flash->trcmod = trcmod;
5278 bfa_cb_diag_beacon_t cbfn_beacon, struct bfa_trc_mod_s *trcmod)
5282 diag->trcmod = trcmod;
4031 bfa_sfp_attach(struct bfa_sfp_s *sfp, struct bfa_ioc_s *ioc, void *dev, struct bfa_trc_mod_s *trcmod) argument
4490 bfa_flash_attach(struct bfa_flash_s *flash, struct bfa_ioc_s *ioc, void *dev, struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg) argument
5277 bfa_diag_attach(struct bfa_diag_s *diag, struct bfa_ioc_s *ioc, void *dev, bfa_cb_diag_beacon_t cbfn_beacon, struct bfa_trc_mod_s *trcmod) argument
5474 bfa_phy_attach(struct bfa_phy_s *phy, struct bfa_ioc_s *ioc, void *dev, struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg) argument
6323 bfa_fru_attach(struct bfa_fru_s *fru, struct bfa_ioc_s *ioc, void *dev, struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg) argument
[all...]
H A Dbfa_fcs.h698 struct bfa_trc_mod_s *trcmod; /* tracing module */ member in struct:bfa_fcs_s
H A Dbfa_svc.h735 struct bfa_trc_mod_s *trcmod; member in struct:bfa_fcdiag_s
H A Dbfad_bsg.c2069 bfa_trc_init(bfad->trcmod);
2071 bfa_trc_stop(bfad->trcmod);
H A Dbfa_svc.c5861 fcdiag->trcmod = bfa->trcmod;

Completed in 129 milliseconds