Searched refs:smt_header (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/fddi/skfp/h/ |
| A D | smt.h | 46 _packed struct smt_header { struct 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 */ 783 struct smt_header smt ; /* generic header */ 793 struct smt_header smt ; /* generic header */ 809 struct smt_header smt ; /* generic header */ 827 struct smt_header smt ; /* generic header */ 840 struct smt_header smt ; /* generic header */ [all …]
|
| A 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);
|
| A D | sba.h | 98 struct smt_header *sm ; /* points to the rec message */
|
| /linux/drivers/net/fddi/skfp/ |
| A D | smt.c | 463 struct smt_header *sm ; in smt_received_pack() 480 sm = smtod(mb,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() 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() 1101 struct smt_header *smt ; in smt_build_frame() 1135 struct smt_header *smt ; in smt_add_frame_len() 1697 struct smt_header *smt ; [all …]
|
| A 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()
|
| A 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); 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() 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() 491 static int smt_authorize(struct s_smc *smc, struct smt_header *sm) in smt_authorize() 1552 void dump_smt(struct s_smc *smc, struct smt_header *sm, char *text) in dump_smt() [all …]
|
| A 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()
|
Completed in 688 milliseconds