Searched refs:smt_header (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/drivers/net/skfp/h/ |
D | smt.h | 50 _packed struct smt_header { struct 432 struct smt_header ref_header ; /* refused header */ 729 struct smt_header smt ; /* generic header */ 742 struct smt_header smt ; /* generic header */ 760 struct smt_header smt ; /* generic header */ 780 struct smt_header smt ; /* generic header */ 783 #define SMT_ECF_LEN (sizeof(struct smt_header)+sizeof(struct smt_para)) 789 struct smt_header smt ; /* generic header */ 799 struct smt_header smt ; /* generic header */ 815 struct smt_header smt ; /* generic header */ [all …]
|
D | sba.h | 102 struct smt_header *sm ; /* points to the rec message */
|
D | cmtdef.h | 507 struct smt_header *sm,
|
/linux-2.4.37.9/drivers/net/skfp/ |
D | smt.c | 483 struct smt_header *sm ; 500 sm = smtod(mb,struct smt_header *) ; 576 if ((sm->smt_len > mb->sm_len - sizeof(struct smt_header)) || 852 struct smt_header *sm ; 858 sm = smtod(mb,struct smt_header *) ; 879 struct smt_header *sm ; /* header of offending frame */ 884 sm = smtod(rej,struct smt_header *) ; 920 2*sizeof(struct smt_header)) 924 2*sizeof(struct smt_header) ; 937 len -= sizeof(struct smt_header) ; [all …]
|
D | pmf.c | 291 struct smt_header *sm ; 294 sm = smtod(mb,struct smt_header *) ; 310 sm = smtod(reply,struct smt_header *) ; 323 struct smt_header *req ; 328 struct smt_header *smt ; 346 smt = smtod(mb, struct smt_header *) ; 492 mb->sm_len = smt->smt_len + sizeof(struct smt_header) ; 516 struct smt_header *sm ; 553 struct smt_header *sm ; 1595 struct smt_header *sm ; [all …]
|
D | ess.c | 126 struct smt_header *sm ; 221 (struct smt_header *)(db->sm_data+db->sm_off), 488 struct smt_header *sm ; 549 dump_smt(smc,(struct smt_header *)chg,"RAF") ; 674 dump_smt(smc,(struct smt_header *)req,"RAF") ;
|
D | srf.c | 387 struct smt_header *smt ; 407 smt = smtod(mb, struct smt_header *) ; 428 mb->sm_len = smt->smt_len + sizeof(struct smt_header) ;
|