Searched refs:smt_timer (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/net/fddi/skfp/ |
D | smttimer.c | 39 void smt_timer_stop(struct s_smc *smc, struct smt_timer *timer) in smt_timer_stop() 41 struct smt_timer **prev ; in smt_timer_stop() 42 struct smt_timer *tm ; in smt_timer_stop() 62 void smt_timer_start(struct s_smc *smc, struct smt_timer *timer, u_long time, in smt_timer_start() 65 struct smt_timer **prev ; in smt_timer_start() 66 struct smt_timer *tm ; in smt_timer_start() 123 struct smt_timer *tm ; in timer_done() 124 struct smt_timer *next ; in timer_done() 125 struct smt_timer **last ; in timer_done()
|
D | smt.c | 203 smt_timer_start(smc,&smc->sm.smt_timer, (u_long)1000000L, in smt_agent_task() 448 smt_timer_start(smc,&smc->sm.smt_timer, (u_long)1000000L, in smt_event()
|
/Linux-v4.19/drivers/net/fddi/skfp/h/ |
D | smc.h | 99 struct smt_timer ecm_timer ; /* timer */ 122 struct smt_timer rmt_timer0 ; /* timer 0 */ 123 struct smt_timer rmt_timer1 ; /* timer 1 */ 124 struct smt_timer rmt_timer2 ; /* timer 2 */ 228 struct smt_timer pcm_timer0 ; 229 struct smt_timer pcm_timer1 ; 230 struct smt_timer pcm_timer2 ; 247 struct smt_timer *st_queue ; 248 struct smt_timer st_fast ; 347 struct smt_timer smt_timer ; /* SMT NIF timer */ member
|
D | cmtdef.h | 391 struct smt_timer { struct 392 struct smt_timer *tm_next ; /* linked list */ argument 508 void smt_timer_start(struct s_smc *smc, struct smt_timer *timer, u_long time, 510 void smt_timer_stop(struct s_smc *smc, struct smt_timer *timer);
|