Lines Matching refs:s_smc
31 static int smt_authorize(struct s_smc *smc, struct smt_header *sm);
32 static int smt_check_set_count(struct s_smc *smc, struct smt_header *sm);
34 static int smt_mib_phys(struct s_smc *smc);
35 static int smt_set_para(struct s_smc *smc, struct smt_para *pa, int index,
37 void smt_add_para(struct s_smc *smc, struct s_pcon *pcon, u_short para,
39 static SMbuf *smt_build_pmf_response(struct s_smc *smc, struct smt_header *req,
41 static int port_to_mib(struct s_smc *smc, int p);
277 void smt_pmf_received_pack(struct s_smc *smc, SMbuf *mb, int local) in smt_pmf_received_pack()
307 static SMbuf *smt_build_pmf_response(struct s_smc *smc, struct smt_header *req, in smt_build_pmf_response()
495 static int smt_authorize(struct s_smc *smc, struct smt_header *sm) in smt_authorize()
530 static int smt_check_set_count(struct s_smc *smc, struct smt_header *sm) in smt_check_set_count()
546 void smt_add_para(struct s_smc *smc, struct s_pcon *pcon, u_short para, in smt_add_para()
1071 static int smt_set_para(struct s_smc *smc, struct smt_para *pa, int index, in smt_set_para()
1527 static int smt_mib_phys(struct s_smc *smc) in smt_mib_phys()
1540 static int port_to_mib(struct s_smc *smc, int p) in port_to_mib()
1556 void dump_smt(struct s_smc *smc, struct smt_header *sm, char *text) in dump_smt()