Searched refs:smt_header (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/drivers/net/fddi/skfp/h/ |
D | smt.h | 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 smt ; /* generic header */ 793 struct smt_header smt ; /* generic header */ 809 struct smt_header smt ; /* generic header */ [all …]
|
D | cmtdef.h | 488 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 | 98 struct smt_header *sm ; /* points to the rec message */
|
/Linux-v6.6/drivers/net/fddi/skfp/ |
D | smt.c | 463 struct smt_header *sm ; in smt_received_pack() 480 sm = smtod(mb,struct smt_header *) ; in smt_received_pack() 557 if ((sm->smt_len > mb->sm_len - sizeof(struct smt_header)) || in smt_received_pack() 828 struct smt_header *sm ; in smt_send_frame() 834 sm = smtod(mb,struct smt_header *) ; in smt_send_frame() 854 struct smt_header *sm ; /* header of offending frame */ in smt_send_rdf() 859 sm = smtod(rej,struct smt_header *) ; in smt_send_rdf() 895 2*sizeof(struct smt_header)) in smt_send_rdf() 899 2*sizeof(struct smt_header) ; in smt_send_rdf() 912 len -= sizeof(struct smt_header) ; in smt_send_rdf() [all …]
|
D | ess.c | 78 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, in ess_raf_received_pack() 207 (struct smt_header *)(db->sm_data+db->sm_off), in ess_raf_received_pack() 471 static void ess_send_response(struct s_smc *smc, struct smt_header *sm, in ess_send_response() 532 dump_smt(smc,(struct smt_header *)chg,"RAF") ; in ess_send_response() 654 dump_smt(smc,(struct smt_header *)req,"RAF") ; in ess_send_alc_req()
|
D | pmf.c | 27 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 ; in smt_pmf_received_pack() 278 sm = smtod(mb,struct smt_header *) ; in smt_pmf_received_pack() 294 sm = smtod(reply,struct smt_header *) ; in smt_pmf_received_pack() 303 static SMbuf *smt_build_pmf_response(struct s_smc *smc, struct smt_header *req, in smt_build_pmf_response() 307 struct smt_header *smt ; in smt_build_pmf_response() 325 smt = smtod(mb, struct smt_header *) ; in smt_build_pmf_response() 471 mb->sm_len = smt->smt_len + sizeof(struct smt_header) ; in smt_build_pmf_response() [all …]
|
D | srf.c | 363 struct smt_header *smt ; in smt_send_srf() 383 smt = smtod(mb, struct smt_header *) ; in smt_send_srf() 404 mb->sm_len = smt->smt_len + sizeof(struct smt_header) ; in smt_send_srf()
|