Searched refs:SMT_REPLY (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/drivers/net/fddi/skfp/ |
D | smt.c | 616 SMT_REPLY,local) ; in smt_received_pack() 619 case SMT_REPLY : in smt_received_pack() 694 case SMT_REPLY : in smt_received_pack() 731 sm->smt_type = SMT_REPLY ; in smt_received_pack() 873 if (!(mb=smt_build_frame(smc,SMT_RDF,SMT_REPLY,sizeof(struct smt_rdf)))) in smt_send_rdf() 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()
|
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()
|
D | pmf.c | 328 smt->smt_type = SMT_REPLY ; in smt_build_pmf_response()
|
/linux-6.6.21/drivers/net/fddi/skfp/h/ |
D | smt.h | 73 #define SMT_REPLY 0x03 /* reply */ macro
|