Lines Matching refs:smt_header

472 	struct smt_header	*sm ;  in smt_received_pack()
489 sm = smtod(mb,struct smt_header *) ; in smt_received_pack()
565 if ((sm->smt_len > mb->sm_len - sizeof(struct smt_header)) || in smt_received_pack()
837 struct smt_header *sm ; in smt_send_frame()
843 sm = smtod(mb,struct smt_header *) ; in smt_send_frame()
863 struct smt_header *sm ; /* header of offending frame */ in smt_send_rdf()
868 sm = smtod(rej,struct smt_header *) ; in smt_send_rdf()
904 2*sizeof(struct smt_header)) in smt_send_rdf()
908 2*sizeof(struct smt_header) ; in smt_send_rdf()
921 len -= sizeof(struct smt_header) ; in smt_send_rdf()
925 dump_smt(smc,(struct smt_header *)rdf,"RDF") ; in smt_send_rdf()
954 dump_smt(smc,(struct smt_header *)nif,"NIF") ; in smt_send_nif()
1050 dump_smt(smc,(struct smt_header *)sif,"SIF Configuration Reply") ; in smt_send_sif_config()
1099 dump_smt(smc,(struct smt_header *)sif,"SIF Operation Reply") ; in smt_send_sif_operation()
1110 struct smt_header *smt ; in smt_build_frame()
1121 smt = smtod(mb, struct smt_header *) ; in smt_build_frame()
1138 smt->smt_len = length - sizeof(struct smt_header) ; in smt_build_frame()
1144 struct smt_header *smt ; in smt_add_frame_len()
1146 smt = smtod(mb, struct smt_header *) ; in smt_add_frame_len()
1650 int smt_check_para(struct s_smc *smc, struct smt_header *sm, in smt_check_para()
1664 void *sm_to_para(struct s_smc *smc, struct smt_header *sm, int para) in sm_to_para()
1705 struct smt_header *smt ;
1715 smt = smtod(mb, struct smt_header *) ;
1826 void smt_swap_para(struct smt_header *sm, int len, int direction) in smt_swap_para()
1842 len -= sizeof(struct smt_header) ; in smt_swap_para()
1924 void smt_swap_para(struct smt_header *sm, int len, int direction) in smt_swap_para()