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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/include/cs/
H A Dbfa_trc.h106 bfa_trc_init(struct bfa_trc_mod_s *trcm) argument
108 trcm->head = trcm->tail = trcm->stopped = 0;
109 trcm->ntrc = BFA_TRC_MAX;
114 bfa_trc_stop(struct bfa_trc_mod_s *trcm) argument
116 trcm->stopped = 1;
127 __bfa_trc(struct bfa_trc_mod_s *trcm, int fileno, int line, u64 data) argument
129 int tail = trcm->tail;
130 struct bfa_trc_s *trc = &trcm
149 __bfa_trc32(struct bfa_trc_mod_s *trcm, int fileno, int line, u32 data) argument
[all...]

Completed in 111 milliseconds