Lines Matching refs:s_smc
86 static void ecm_fsm(struct s_smc *smc, int cmd);
87 static void start_ecm_timer(struct s_smc *smc, u_long value, int event);
88 static void stop_ecm_timer(struct s_smc *smc);
89 static void prop_actions(struct s_smc *smc);
95 void ecm_init(struct s_smc *smc) in ecm_init()
113 void ecm(struct s_smc *smc, int event) in ecm()
132 static void ecm_fsm(struct s_smc *smc, int cmd) in ecm_fsm()
415 static void prop_actions(struct s_smc *smc) in prop_actions()
465 static void prop_actions(struct s_smc *smc) in prop_actions()
511 static void start_ecm_timer(struct s_smc *smc, u_long value, int event) in start_ecm_timer()
520 static void stop_ecm_timer(struct s_smc *smc) in stop_ecm_timer()