Lines Matching refs:s_smc
90 static void ecm_fsm(struct s_smc *smc, int cmd);
91 static void start_ecm_timer(struct s_smc *smc, u_long value, int event);
92 static void stop_ecm_timer(struct s_smc *smc);
93 static void prop_actions(struct s_smc *smc);
99 void ecm_init(struct s_smc *smc) in ecm_init()
117 void ecm(struct s_smc *smc, int event) in ecm()
136 static void ecm_fsm(struct s_smc *smc, int cmd) in ecm_fsm()
418 static void prop_actions(struct s_smc *smc) in prop_actions()
468 static void prop_actions(struct s_smc *smc) in prop_actions()
514 static void start_ecm_timer(struct s_smc *smc, u_long value, int event) in start_ecm_timer()
523 static void stop_ecm_timer(struct s_smc *smc) in stop_ecm_timer()