Lines Matching refs:s_smc
95 static void ecm_fsm(struct s_smc *smc, int cmd);
96 static void start_ecm_timer(struct s_smc *smc, u_long value, int event);
97 static void stop_ecm_timer(struct s_smc *smc);
98 static void prop_actions(struct s_smc *smc);
104 void ecm_init(struct s_smc *smc) in ecm_init()
122 void ecm(struct s_smc *smc, int event) in ecm()
141 static void ecm_fsm(struct s_smc *smc, int cmd) in ecm_fsm()
425 static void prop_actions(struct s_smc *smc) in prop_actions()
475 static void prop_actions(struct s_smc *smc) in prop_actions()
521 static void start_ecm_timer(struct s_smc *smc, u_long value, int event) in start_ecm_timer()
530 static void stop_ecm_timer(struct s_smc *smc) in stop_ecm_timer()