Lines Matching full:smt
14 SMT 7.2 Status Response Frame Implementation
358 * build and send SMT SRF frame
363 struct smt_header *smt ; in smt_send_srf() local
374 * build SMT header in smt_send_srf()
383 smt = smtod(mb, struct smt_header *) ; in smt_send_srf()
384 smt->smt_dest = SMT_SRF_DA ; /* DA == SRF multicast */ in smt_send_srf()
392 pcon.pc_p = (void *) (smt + 1) ; /* paras start here */ in smt_send_srf()
403 smt->smt_len = SMT_MAX_INFO_LEN - pcon.pc_len ; in smt_send_srf()
404 mb->sm_len = smt->smt_len + sizeof(struct smt_header) ; in smt_send_srf()
406 DB_SMT("SRF: sending SRF at %p, len %d", smt, mb->sm_len); in smt_send_srf()
410 dump_smt(smc,smt,"SRF Send") ; in smt_send_srf()