Searched refs:smt_header (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/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 | cmtdef.h | 487 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);
|
D | sba.h | 102 struct smt_header *sm ; /* points to the rec message */
|
/linux-2.6.39/drivers/net/skfp/ |
D | smt.c | 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() [all …]
|
D | ess.c | 83 static void ess_send_response(struct s_smc *smc, struct smt_header *sm, 103 int ess_raf_received_pack(struct s_smc *smc, SMbuf *mb, struct smt_header *sm, 117 int ess_raf_received_pack(struct s_smc *smc, SMbuf *mb, struct smt_header *sm, in ess_raf_received_pack() 212 (struct smt_header *)(db->sm_data+db->sm_off), in ess_raf_received_pack() 474 static void ess_send_response(struct s_smc *smc, struct smt_header *sm, in ess_send_response() 535 dump_smt(smc,(struct smt_header *)chg,"RAF") ; in ess_send_response() 657 dump_smt(smc,(struct smt_header *)req,"RAF") ; in ess_send_alc_req()
|
D | pmf.c | 35 static int smt_authorize(struct s_smc *smc, struct smt_header *sm); 36 static int smt_check_set_count(struct s_smc *smc, struct smt_header *sm); 43 static SMbuf *smt_build_pmf_response(struct s_smc *smc, struct smt_header *req, 283 struct smt_header *sm ; in smt_pmf_received_pack() 286 sm = smtod(mb,struct smt_header *) ; in smt_pmf_received_pack() 302 sm = smtod(reply,struct smt_header *) ; in smt_pmf_received_pack() 311 static SMbuf *smt_build_pmf_response(struct s_smc *smc, struct smt_header *req, in smt_build_pmf_response() 315 struct smt_header *smt ; in smt_build_pmf_response() 333 smt = smtod(mb, struct smt_header *) ; in smt_build_pmf_response() 479 mb->sm_len = smt->smt_len + sizeof(struct smt_header) ; in smt_build_pmf_response() [all …]
|
D | srf.c | 374 struct smt_header *smt ; in smt_send_srf() 394 smt = smtod(mb, struct smt_header *) ; in smt_send_srf() 415 mb->sm_len = smt->smt_len + sizeof(struct smt_header) ; in smt_send_srf()
|