Lines Matching refs:smt
315 struct smt_header *smt ; in smt_build_pmf_response() local
333 smt = smtod(mb, struct smt_header *) ; in smt_build_pmf_response()
334 smt->smt_dest = req->smt_source ; /* DA == source of request */ in smt_build_pmf_response()
335 smt->smt_class = req->smt_class ; /* same class (GET/SET) */ in smt_build_pmf_response()
336 smt->smt_type = SMT_REPLY ; in smt_build_pmf_response()
337 smt->smt_version = SMT_VID_2 ; in smt_build_pmf_response()
338 smt->smt_tid = req->smt_tid ; /* same TID */ in smt_build_pmf_response()
339 smt->smt_pad = 0 ; in smt_build_pmf_response()
340 smt->smt_len = 0 ; in smt_build_pmf_response()
348 pcon.pc_p = (void *) (smt + 1) ; /* paras start here */ in smt_build_pmf_response()
478 smt->smt_len = SMT_MAX_INFO_LEN - pcon.pc_len ; in smt_build_pmf_response()
479 mb->sm_len = smt->smt_len + sizeof(struct smt_header) ; in smt_build_pmf_response()