smt_timer
struct smt_timer *tm_next ; /* linked list */
void smt_timer_start(struct s_smc *smc, struct smt_timer *timer, u_long time,
void smt_timer_stop(struct s_smc *smc, struct smt_timer *timer);
struct smt_timer rmt_timer0 ; /* timer 0 */
struct smt_timer rmt_timer1 ; /* timer 1 */
struct smt_timer rmt_timer2 ; /* timer 2 */
struct smt_timer pcm_timer0 ;
struct smt_timer pcm_timer1 ;
struct smt_timer pcm_timer2 ;
struct smt_timer *st_queue ;
struct smt_timer st_fast ;
struct smt_timer smt_timer ; /* SMT NIF timer */
struct smt_timer ecm_timer ; /* timer */
smt_timer_start(smc,&smc->sm.smt_timer, (u_long)1000000L,
smt_timer_start(smc,&smc->sm.smt_timer, (u_long)1000000L,
struct smt_timer *tm ;
struct smt_timer *next ;
struct smt_timer **last ;
void smt_timer_stop(struct s_smc *smc, struct smt_timer *timer)
struct smt_timer **prev ;
struct smt_timer *tm ;
void smt_timer_start(struct s_smc *smc, struct smt_timer *timer, u_long time,
struct smt_timer **prev ;
struct smt_timer *tm ;