Home
last modified time | relevance | path

Searched refs:bfa_trc_mod_s (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/drivers/scsi/bfa/
Dbfa_cs.h66 struct bfa_trc_mod_s { struct
99 bfa_trc_init(struct bfa_trc_mod_s *trcm) in bfa_trc_init()
106 bfa_trc_stop(struct bfa_trc_mod_s *trcm) in bfa_trc_stop()
112 __bfa_trc(struct bfa_trc_mod_s *trcm, int fileno, int line, u64 data);
115 __bfa_trc32(struct bfa_trc_mod_s *trcm, int fileno, int line, u32 data);
Dbfa_port.h32 struct bfa_trc_mod_s *trcmod;
56 void *dev, struct bfa_trc_mod_s *trcmod);
100 struct bfa_trc_mod_s *trcmod;
Dbfa_ioc.h29 (sizeof(struct bfa_trc_mod_s) - \
316 struct bfa_trc_mod_s *trcmod;
430 struct bfa_trc_mod_s *trcmod;
458 void *dev, struct bfa_trc_mod_s *trcmod);
481 struct bfa_trc_mod_s *trcmod;
520 void *dev, struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg);
617 struct bfa_trc_mod_s *trcmod;
643 struct bfa_trc_mod_s *trcmod);
674 struct bfa_trc_mod_s *trcmod; /* trace module */
712 void *dev, struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg);
[all …]
Dbfad_debugfs.c62 debug->buffer_len = sizeof(struct bfa_trc_mod_s); in bfad_debugfs_open_drvtrc()
82 fw_debug->buffer_len = sizeof(struct bfa_trc_mod_s); in bfad_debugfs_open_fwtrc()
124 fw_debug->buffer_len = sizeof(struct bfa_trc_mod_s); in bfad_debugfs_open_fwsave()
Dbfa_modules.h69 struct bfa_trc_mod_s *trcmod; /* driver tracing */
Dbfad_drv.h221 struct bfa_trc_mod_s *trcmod;
Dbfa_port.c466 void *dev, struct bfa_trc_mod_s *trcmod) in bfa_port_attach()
Dbfa_fcs.h699 struct bfa_trc_mod_s *trcmod; /* tracing module */
Dbfa_svc.h736 struct bfa_trc_mod_s *trcmod;
Dbfa_ioc.c4035 struct bfa_trc_mod_s *trcmod) in bfa_sfp_attach()
4494 struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg) in bfa_flash_attach()
5281 bfa_cb_diag_beacon_t cbfn_beacon, struct bfa_trc_mod_s *trcmod) in bfa_diag_attach()
5478 struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg) in bfa_phy_attach()
6307 struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg) in bfa_fru_attach()
Dbfad.c1314 bfad->trcmod = kzalloc(sizeof(struct bfa_trc_mod_s), GFP_KERNEL); in bfad_pci_probe()
Dbfa_core.c79 __bfa_trc(struct bfa_trc_mod_s *trcm, int fileno, int line, u64 data) in __bfa_trc()