Home
last modified time | relevance | path

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

/drivers/scsi/bfa/
Dbfa_cs.h65 struct bfa_trc_mod_s { struct
98 bfa_trc_init(struct bfa_trc_mod_s *trcm) in bfa_trc_init()
105 bfa_trc_stop(struct bfa_trc_mod_s *trcm) in bfa_trc_stop()
111 __bfa_trc(struct bfa_trc_mod_s *trcm, int fileno, int line, u64 data) in __bfa_trc()
131 __bfa_trc32(struct bfa_trc_mod_s *trcm, int fileno, int line, u32 data) in __bfa_trc32()
Dbfa_port.h31 struct bfa_trc_mod_s *trcmod;
55 void *dev, struct bfa_trc_mod_s *trcmod);
99 struct bfa_trc_mod_s *trcmod;
Dbfa_ioc.h28 (sizeof(struct bfa_trc_mod_s) - \
311 struct bfa_trc_mod_s *trcmod;
419 struct bfa_trc_mod_s *trcmod;
447 void *dev, struct bfa_trc_mod_s *trcmod);
470 struct bfa_trc_mod_s *trcmod;
509 void *dev, struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg);
604 struct bfa_trc_mod_s *trcmod;
630 struct bfa_trc_mod_s *trcmod);
661 struct bfa_trc_mod_s *trcmod; /* trace module */
699 void *dev, struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg);
[all …]
Dbfad_debugfs.c61 debug->buffer_len = sizeof(struct bfa_trc_mod_s); in bfad_debugfs_open_drvtrc()
81 fw_debug->buffer_len = sizeof(struct bfa_trc_mod_s); in bfad_debugfs_open_fwtrc()
125 fw_debug->buffer_len = sizeof(struct bfa_trc_mod_s); in bfad_debugfs_open_fwsave()
Dbfa_modules.h114 struct bfa_trc_mod_s *trcmod; /* driver tracing */
Dbfad_drv.h220 struct bfa_trc_mod_s *trcmod;
Dbfa_port.c471 void *dev, struct bfa_trc_mod_s *trcmod) in bfa_port_attach()
Dbfa_svc.h723 struct bfa_trc_mod_s *trcmod;
Dbfa_fcs.h683 struct bfa_trc_mod_s *trcmod; /* tracing module */
Dbfa_ioc.c3780 struct bfa_trc_mod_s *trcmod) in bfa_sfp_attach()
4239 struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg) in bfa_flash_attach()
5026 bfa_cb_diag_beacon_t cbfn_beacon, struct bfa_trc_mod_s *trcmod) in bfa_diag_attach()
5223 struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg) in bfa_phy_attach()
6071 struct bfa_trc_mod_s *trcmod, bfa_boolean_t mincfg) in bfa_fru_attach()
Dbfad.c1369 bfad->trcmod = kzalloc(sizeof(struct bfa_trc_mod_s), GFP_KERNEL); in bfad_pci_probe()