Searched defs:trcmod (Results 1 - 8 of 8) sorted by relevance

/drivers/scsi/bfa/
H A Dbfa_modules.h114 struct bfa_trc_mod_s *trcmod; /* driver tracing */ member in struct:bfa_s
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 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 Dbfad_drv.h220 struct bfa_trc_mod_s *trcmod; member in struct:bfad_s
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 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_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...]

Completed in 178 milliseconds