Searched refs:trcm (Results 1 - 1 of 1) sorted by path

/drivers/scsi/bfa/
H A Dbfa_cs.h98 bfa_trc_init(struct bfa_trc_mod_s *trcm) argument
100 trcm->head = trcm->tail = trcm->stopped = 0;
101 trcm->ntrc = BFA_TRC_MAX;
105 bfa_trc_stop(struct bfa_trc_mod_s *trcm) argument
107 trcm->stopped = 1;
111 __bfa_trc(struct bfa_trc_mod_s *trcm, int fileno, int line, u64 data) argument
113 int tail = trcm->tail;
114 struct bfa_trc_s *trc = &trcm
131 __bfa_trc32(struct bfa_trc_mod_s *trcm, int fileno, int line, u32 data) argument
[all...]

Completed in 51 milliseconds