Home
last modified time | relevance | path

Searched refs:smt_build_frame (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/net/fddi/skfp/
Dess.c487 if (!(mb=smt_build_frame(smc,SMT_RAF,SMT_REPLY, in ess_send_response()
492 if (!(mb=smt_build_frame(smc,SMT_RAF,SMT_REPLY, in ess_send_response()
585 if (!(mb=smt_build_frame(smc,SMT_RAF,SMT_REQUEST, in ess_send_alc_req()
Dsmt.c881 if (!(mb=smt_build_frame(smc,SMT_RDF,SMT_REPLY,sizeof(struct smt_rdf)))) in smt_send_rdf()
942 if (!(mb = smt_build_frame(smc,SMT_NIF,type,sizeof(struct smt_nif)))) in smt_send_nif()
1009 if (!(mb = smt_build_frame(smc,SMT_ECF,type,SMT_ECF_LEN + len))) in smt_send_ecf()
1032 if (!(mb = smt_build_frame(smc,SMT_SIF_CONFIG,SMT_REPLY, in smt_send_sif_config()
1073 if (!(mb = smt_build_frame(smc,SMT_SIF_OPER,SMT_REPLY, in smt_send_sif_operation()
1105 SMbuf *smt_build_frame(struct s_smc *smc, int class, int type, in smt_build_frame() function
Dsrf.c387 if (!(mb = smt_build_frame(smc,SMT_SRF,SMT_ANNOUNCE,0))) in smt_send_srf()
/Linux-v4.19/drivers/net/fddi/skfp/h/
Dcmtdef.h489 SMbuf *smt_build_frame(struct s_smc *smc, int class, int type,