Searched refs:smt_build_frame (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/net/fddi/skfp/ |
D | ess.c | 482 if (!(mb=smt_build_frame(smc,SMT_RAF,SMT_REPLY, in ess_send_response() 487 if (!(mb=smt_build_frame(smc,SMT_RAF,SMT_REPLY, in ess_send_response() 580 if (!(mb=smt_build_frame(smc,SMT_RAF,SMT_REQUEST, in ess_send_alc_req()
|
D | smt.c | 873 if (!(mb=smt_build_frame(smc,SMT_RDF,SMT_REPLY,sizeof(struct smt_rdf)))) in smt_send_rdf() 934 if (!(mb = smt_build_frame(smc,SMT_NIF,type,sizeof(struct smt_nif)))) in smt_send_nif() 1001 if (!(mb = smt_build_frame(smc,SMT_ECF,type,SMT_ECF_LEN + len))) in smt_send_ecf() 1024 if (!(mb = smt_build_frame(smc,SMT_SIF_CONFIG,SMT_REPLY, in smt_send_sif_config() 1065 if (!(mb = smt_build_frame(smc,SMT_SIF_OPER,SMT_REPLY, in smt_send_sif_operation() 1097 SMbuf *smt_build_frame(struct s_smc *smc, int class, int type, in smt_build_frame() function
|
D | srf.c | 378 if (!(mb = smt_build_frame(smc,SMT_SRF,SMT_ANNOUNCE,0))) in smt_send_srf()
|
/linux-6.1.9/drivers/net/fddi/skfp/h/ |
D | cmtdef.h | 485 SMbuf *smt_build_frame(struct s_smc *smc, int class, int type,
|