Lines Matching full:smt
14 SMT 7.2 Status Response Frame Implementation
363 * build and send SMT SRF frame
368 struct smt_header *smt ; in smt_send_srf() local
379 * build SMT header in smt_send_srf()
388 smt = smtod(mb, struct smt_header *) ; in smt_send_srf()
389 smt->smt_dest = SMT_SRF_DA ; /* DA == SRF multicast */ in smt_send_srf()
397 pcon.pc_p = (void *) (smt + 1) ; /* paras start here */ in smt_send_srf()
408 smt->smt_len = SMT_MAX_INFO_LEN - pcon.pc_len ; in smt_send_srf()
409 mb->sm_len = smt->smt_len + sizeof(struct smt_header) ; in smt_send_srf()
411 DB_SMT("SRF: sending SRF at %p, len %d", smt, mb->sm_len); in smt_send_srf()
415 dump_smt(smc,smt,"SRF Send") ; in smt_send_srf()