Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/fddi/skfp/h/
Dsmt.h46 _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 */
776 struct smt_header smt ; /* generic header */
779 #define SMT_ECF_LEN (sizeof(struct smt_header)+sizeof(struct smt_para))
785 struct smt_header smt ; /* generic header */
795 struct smt_header smt ; /* generic header */
811 struct smt_header smt ; /* generic header */
[all …]
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);
Dsba.h98 struct smt_header *sm ; /* points to the rec message */
/Linux-v5.4/drivers/net/fddi/skfp/
Dsmt.c467 struct smt_header *sm ; in smt_received_pack()
484 sm = smtod(mb,struct smt_header *) ; in smt_received_pack()
561 if ((sm->smt_len > mb->sm_len - sizeof(struct smt_header)) || in smt_received_pack()
832 struct smt_header *sm ; in smt_send_frame()
838 sm = smtod(mb,struct smt_header *) ; in smt_send_frame()
858 struct smt_header *sm ; /* header of offending frame */ in smt_send_rdf()
863 sm = smtod(rej,struct smt_header *) ; in smt_send_rdf()
899 2*sizeof(struct smt_header)) in smt_send_rdf()
903 2*sizeof(struct smt_header) ; in smt_send_rdf()
916 len -= sizeof(struct smt_header) ; in smt_send_rdf()
[all …]
Dess.c79 static void ess_send_response(struct s_smc *smc, struct smt_header *sm,
99 int ess_raf_received_pack(struct s_smc *smc, SMbuf *mb, struct smt_header *sm,
113 int ess_raf_received_pack(struct s_smc *smc, SMbuf *mb, struct smt_header *sm, in ess_raf_received_pack()
208 (struct smt_header *)(db->sm_data+db->sm_off), in ess_raf_received_pack()
472 static void ess_send_response(struct s_smc *smc, struct smt_header *sm, in ess_send_response()
533 dump_smt(smc,(struct smt_header *)chg,"RAF") ; in ess_send_response()
655 dump_smt(smc,(struct smt_header *)req,"RAF") ; in ess_send_alc_req()
Dpmf.c31 static int smt_authorize(struct s_smc *smc, struct smt_header *sm);
32 static int smt_check_set_count(struct s_smc *smc, struct smt_header *sm);
39 static SMbuf *smt_build_pmf_response(struct s_smc *smc, struct smt_header *req,
279 struct smt_header *sm ; in smt_pmf_received_pack()
282 sm = smtod(mb,struct smt_header *) ; in smt_pmf_received_pack()
298 sm = smtod(reply,struct smt_header *) ; in smt_pmf_received_pack()
307 static SMbuf *smt_build_pmf_response(struct s_smc *smc, struct smt_header *req, in smt_build_pmf_response()
311 struct smt_header *smt ; in smt_build_pmf_response()
329 smt = smtod(mb, struct smt_header *) ; in smt_build_pmf_response()
475 mb->sm_len = smt->smt_len + sizeof(struct smt_header) ; in smt_build_pmf_response()
[all …]
Dsrf.c368 struct smt_header *smt ; in smt_send_srf()
388 smt = smtod(mb, struct smt_header *) ; in smt_send_srf()
409 mb->sm_len = smt->smt_len + sizeof(struct smt_header) ; in smt_send_srf()