Searched refs:smt_header (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/net/fddi/skfp/h/
H A Dsmt.h41 * sizeof(struct smt_header) = 32
43 * if struct smt_header starts at offset 0, all longs are aligned correctly
46 _packed struct smt_header { struct
428 struct smt_header ref_header ; /* refused header */
725 struct smt_header smt ; /* generic header */
738 struct smt_header smt ; /* generic header */
756 struct smt_header smt ; /* generic header */
774 struct smt_header smt ; /* generic header */
777 #define SMT_ECF_LEN (sizeof(struct smt_header)+sizeof(struct smt_para))
783 struct smt_header sm
[all...]
H A Dsba.h98 struct smt_header *sm ; /* points to the rec message */
H A Dcmtdef.h488 void *sm_to_para(struct s_smc *smc, struct smt_header *sm,
520 void smt_swap_para(struct smt_header *sm, int len, int direction);
546 int smt_check_para(struct s_smc *smc, struct smt_header *sm,
619 int ess_raf_received_pack(struct s_smc *smc, SMbuf *mb, struct smt_header *sm,
638 void dump_smt(struct s_smc *smc, struct smt_header *sm, char *text);
/linux-master/drivers/net/fddi/skfp/
H A Dsmt.c463 struct smt_header *sm ;
480 sm = smtod(mb,struct smt_header *) ;
557 if ((sm->smt_len > mb->sm_len - sizeof(struct smt_header)) ||
828 struct smt_header *sm ;
834 sm = smtod(mb,struct smt_header *) ;
854 struct smt_header *sm ; /* header of offending frame */
859 sm = smtod(rej,struct smt_header *) ;
895 2*sizeof(struct smt_header))
899 2*sizeof(struct smt_header) ;
912 len -= sizeof(struct smt_header) ;
[all...]
H A Dess.c78 static void ess_send_response(struct s_smc *smc, struct smt_header *sm,
98 int ess_raf_received_pack(struct s_smc *smc, SMbuf *mb, struct smt_header *sm,
112 int ess_raf_received_pack(struct s_smc *smc, SMbuf *mb, struct smt_header *sm,
207 (struct smt_header *)(db->sm_data+db->sm_off),
471 static void ess_send_response(struct s_smc *smc, struct smt_header *sm,
532 dump_smt(smc,(struct smt_header *)chg,"RAF") ;
654 dump_smt(smc,(struct smt_header *)req,"RAF") ;
H A Dpmf.c27 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);
35 static SMbuf *smt_build_pmf_response(struct s_smc *smc, struct smt_header *req,
275 struct smt_header *sm ;
278 sm = smtod(mb,struct smt_header *) ;
294 sm = smtod(reply,struct smt_header *) ;
303 static SMbuf *smt_build_pmf_response(struct s_smc *smc, struct smt_header *req,
307 struct smt_header *smt ;
325 smt = smtod(mb, struct smt_header *) ;
471 mb->sm_len = smt->smt_len + sizeof(struct smt_header) ;
[all...]
H A Dsrf.c363 struct smt_header *smt ;
383 smt = smtod(mb, struct smt_header *) ;
404 mb->sm_len = smt->smt_len + sizeof(struct smt_header) ;

Completed in 209 milliseconds