Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/bfa/
Dbfa_cs.h98 bfa_trc_init(struct bfa_trc_mod_s *trcm) in bfa_trc_init() argument
100 trcm->head = trcm->tail = trcm->stopped = 0; in bfa_trc_init()
101 trcm->ntrc = BFA_TRC_MAX; in bfa_trc_init()
105 bfa_trc_stop(struct bfa_trc_mod_s *trcm) in bfa_trc_stop() argument
107 trcm->stopped = 1; in bfa_trc_stop()
111 __bfa_trc(struct bfa_trc_mod_s *trcm, int fileno, int line, u64 data) in __bfa_trc() argument
113 int tail = trcm->tail; in __bfa_trc()
114 struct bfa_trc_s *trc = &trcm->trc[tail]; in __bfa_trc()
116 if (trcm->stopped) in __bfa_trc()
122 trc->timestamp = BFA_TRC_TS(trcm); in __bfa_trc()
[all …]