Searched refs:smt_build_frame (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/net/fddi/skfp/ |
| D | ess.c | 483 if (!(mb=smt_build_frame(smc,SMT_RAF,SMT_REPLY, in ess_send_response() 488 if (!(mb=smt_build_frame(smc,SMT_RAF,SMT_REPLY, in ess_send_response() 581 if (!(mb=smt_build_frame(smc,SMT_RAF,SMT_REQUEST, in ess_send_alc_req()
|
| D | smt.c | 877 if (!(mb=smt_build_frame(smc,SMT_RDF,SMT_REPLY,sizeof(struct smt_rdf)))) in smt_send_rdf() 938 if (!(mb = smt_build_frame(smc,SMT_NIF,type,sizeof(struct smt_nif)))) in smt_send_nif() 1005 if (!(mb = smt_build_frame(smc,SMT_ECF,type,SMT_ECF_LEN + len))) in smt_send_ecf() 1028 if (!(mb = smt_build_frame(smc,SMT_SIF_CONFIG,SMT_REPLY, in smt_send_sif_config() 1069 if (!(mb = smt_build_frame(smc,SMT_SIF_OPER,SMT_REPLY, in smt_send_sif_operation() 1101 SMbuf *smt_build_frame(struct s_smc *smc, int class, int type, in smt_build_frame() function
|
| D | srf.c | 383 if (!(mb = smt_build_frame(smc,SMT_SRF,SMT_ANNOUNCE,0))) in smt_send_srf()
|
| /Linux-v5.4/drivers/net/fddi/skfp/h/ |
| D | cmtdef.h | 485 SMbuf *smt_build_frame(struct s_smc *smc, int class, int type,
|