Home
last modified time | relevance | path

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

/linux/drivers/scsi/bfa/
H A Dbfa_cs.h58 struct bfa_trc_mod_s { struct
91 bfa_trc_init(struct bfa_trc_mod_s *trcm) in bfa_trc_init()
98 bfa_trc_stop(struct bfa_trc_mod_s *trcm) in bfa_trc_stop()
104 __bfa_trc(struct bfa_trc_mod_s *trcm, int fileno, int line, u64 data);
107 __bfa_trc32(struct bfa_trc_mod_s *trcm, int fileno, int line, u32 data);
H A Dbfa_port.h24 struct bfa_trc_mod_s *trcmod;
48 void *dev, struct bfa_trc_mod_s *trcmod);
92 struct bfa_trc_mod_s *trcmod;
H A Dbfad_debugfs.c54 debug->buffer_len = sizeof(struct bfa_trc_mod_s); in bfad_debugfs_open_drvtrc()
74 fw_debug->buffer_len = sizeof(struct bfa_trc_mod_s); in bfad_debugfs_open_fwtrc()
116 fw_debug->buffer_len = sizeof(struct bfa_trc_mod_s); in bfad_debugfs_open_fwsave()
H A Dbfa_port.c458 void *dev, struct bfa_trc_mod_s *trcmod) in bfa_port_attach()