• Home
  • Raw
  • Download

Lines Matching refs:s_smc

105 static void rmt_fsm(struct s_smc *smc, int cmd);
106 static void start_rmt_timer0(struct s_smc *smc, u_long value, int event);
107 static void start_rmt_timer1(struct s_smc *smc, u_long value, int event);
108 static void start_rmt_timer2(struct s_smc *smc, u_long value, int event);
109 static void stop_rmt_timer0(struct s_smc *smc);
110 static void stop_rmt_timer1(struct s_smc *smc);
111 static void stop_rmt_timer2(struct s_smc *smc);
112 static void rmt_dup_actions(struct s_smc *smc);
113 static void rmt_reinsert_actions(struct s_smc *smc);
114 static void rmt_leave_actions(struct s_smc *smc);
115 static void rmt_new_dup_actions(struct s_smc *smc);
125 void rmt_init(struct s_smc *smc) in rmt_init()
147 void rmt(struct s_smc *smc, int event) in rmt()
166 static void rmt_fsm(struct s_smc *smc, int cmd) in rmt_fsm()
533 static void rmt_dup_actions(struct s_smc *smc) in rmt_dup_actions()
552 static void rmt_reinsert_actions(struct s_smc *smc) in rmt_reinsert_actions()
561 static void rmt_new_dup_actions(struct s_smc *smc) in rmt_new_dup_actions()
586 static void rmt_leave_actions(struct s_smc *smc) in rmt_leave_actions()
599 static void start_rmt_timer0(struct s_smc *smc, u_long value, int event) in start_rmt_timer0()
609 static void start_rmt_timer1(struct s_smc *smc, u_long value, int event) in start_rmt_timer1()
619 static void start_rmt_timer2(struct s_smc *smc, u_long value, int event) in start_rmt_timer2()
629 static void stop_rmt_timer0(struct s_smc *smc) in stop_rmt_timer0()
639 static void stop_rmt_timer1(struct s_smc *smc) in stop_rmt_timer1()
649 static void stop_rmt_timer2(struct s_smc *smc) in stop_rmt_timer2()