Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/fddi/skfp/
H A Dess.c482 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()
H A Dsmt.c873 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
H A Dsrf.c378 if (!(mb = smt_build_frame(smc,SMT_SRF,SMT_ANNOUNCE,0))) in smt_send_srf()
/openbmc/linux/drivers/net/fddi/skfp/h/
H A Dcmtdef.h485 SMbuf *smt_build_frame(struct s_smc *smc, int class, int type,