Lines Matching refs:s_smc
97 static void ecm_fsm(struct s_smc *smc, int cmd);
98 static void start_ecm_timer(struct s_smc *smc, u_long value, int event);
99 static void stop_ecm_timer(struct s_smc *smc);
100 static void prop_actions(struct s_smc *smc);
106 void ecm_init(struct s_smc *smc) in ecm_init()
124 void ecm(struct s_smc *smc, int event) in ecm()
143 static void ecm_fsm(struct s_smc *smc, int cmd) in ecm_fsm()
427 static void prop_actions(struct s_smc *smc) in prop_actions()
477 static void prop_actions(struct s_smc *smc) in prop_actions()
523 static void start_ecm_timer(struct s_smc *smc, u_long value, int event) in start_ecm_timer()
532 static void stop_ecm_timer(struct s_smc *smc) in stop_ecm_timer()