Lines Matching refs:s_smc
27 static int smt_authorize(struct s_smc *smc, struct smt_header *sm);
28 static int smt_check_set_count(struct s_smc *smc, struct smt_header *sm);
30 static int smt_mib_phys(struct s_smc *smc);
31 static int smt_set_para(struct s_smc *smc, struct smt_para *pa, int index,
33 void smt_add_para(struct s_smc *smc, struct s_pcon *pcon, u_short para,
35 static SMbuf *smt_build_pmf_response(struct s_smc *smc, struct smt_header *req,
37 static int port_to_mib(struct s_smc *smc, int p);
273 void smt_pmf_received_pack(struct s_smc *smc, SMbuf *mb, int local) in smt_pmf_received_pack()
303 static SMbuf *smt_build_pmf_response(struct s_smc *smc, struct smt_header *req, in smt_build_pmf_response()
491 static int smt_authorize(struct s_smc *smc, struct smt_header *sm) in smt_authorize()
526 static int smt_check_set_count(struct s_smc *smc, struct smt_header *sm) in smt_check_set_count()
542 void smt_add_para(struct s_smc *smc, struct s_pcon *pcon, u_short para, in smt_add_para()
1067 static int smt_set_para(struct s_smc *smc, struct smt_para *pa, int index, in smt_set_para()
1523 static int smt_mib_phys(struct s_smc *smc) in smt_mib_phys()
1536 static int port_to_mib(struct s_smc *smc, int p) in port_to_mib()
1552 void dump_smt(struct s_smc *smc, struct smt_header *sm, char *text) in dump_smt()