Searched refs:smt_header (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/net/fddi/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 | 492 void *sm_to_para(struct s_smc *smc, struct smt_header *sm, 525 void smt_swap_para(struct smt_header *sm, int len, int direction); 551 int smt_check_para(struct s_smc *smc, struct smt_header *sm, 624 int ess_raf_received_pack(struct s_smc *smc, SMbuf *mb, struct smt_header *sm, 643 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-v4.19/drivers/net/fddi/skfp/ |
D | smt.c | 471 struct smt_header *sm ; in smt_received_pack() 488 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() 836 struct smt_header *sm ; in smt_send_frame() 842 sm = smtod(mb,struct smt_header *) ; in smt_send_frame() 862 struct smt_header *sm ; /* header of offending frame */ in smt_send_rdf() 867 sm = smtod(rej,struct smt_header *) ; in smt_send_rdf() 903 2*sizeof(struct smt_header)) in smt_send_rdf() 907 2*sizeof(struct smt_header) ; in smt_send_rdf() 920 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() 476 static void ess_send_response(struct s_smc *smc, struct smt_header *sm, in ess_send_response() 537 dump_smt(smc,(struct smt_header *)chg,"RAF") ; in ess_send_response() 659 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 | 372 struct smt_header *smt ; in smt_send_srf() 392 smt = smtod(mb, struct smt_header *) ; in smt_send_srf() 413 mb->sm_len = smt->smt_len + sizeof(struct smt_header) ; in smt_send_srf()
|