Lines Matching refs:chg
477 struct smt_sba_chg *chg ; in ess_send_response() local
495 chg = smtod(mb,struct smt_sba_chg *) ; in ess_send_response()
496 chg->smt.smt_tid = sm->smt_tid ; in ess_send_response()
497 chg->smt.smt_dest = sm->smt_source ; in ess_send_response()
500 chg->s_type.para.p_type = SMT_P0015 ; in ess_send_response()
501 chg->s_type.para.p_len = sizeof(struct smt_p_0015) - PARA_LEN ; in ess_send_response()
502 chg->s_type.res_type = SYNC_BW ; in ess_send_response()
505 chg->cmd.para.p_type = SMT_P0016 ; in ess_send_response()
506 chg->cmd.para.p_len = sizeof(struct smt_p_0016) - PARA_LEN ; in ess_send_response()
507 chg->cmd.sba_cmd = sba_cmd ; in ess_send_response()
510 chg->path.para.p_type = SMT_P320B ; in ess_send_response()
511 chg->path.para.p_len = sizeof(struct smt_p_320b) - PARA_LEN ; in ess_send_response()
512 chg->path.mib_index = SBAPATHINDEX ; in ess_send_response()
513 chg->path.path_pad = 0; in ess_send_response()
514 chg->path.path_index = PRIMARY_RING ; in ess_send_response()
517 chg->payload.para.p_type = SMT_P320F ; in ess_send_response()
518 chg->payload.para.p_len = sizeof(struct smt_p_320f) - PARA_LEN ; in ess_send_response()
519 chg->payload.mib_index = SBAPATHINDEX ; in ess_send_response()
520 chg->payload.mib_payload = smc->mib.a[PATH0].fddiPATHSbaPayload ; in ess_send_response()
523 chg->overhead.para.p_type = SMT_P3210 ; in ess_send_response()
524 chg->overhead.para.p_len = sizeof(struct smt_p_3210) - PARA_LEN ; in ess_send_response()
525 chg->overhead.mib_index = SBAPATHINDEX ; in ess_send_response()
526 chg->overhead.mib_overhead = smc->mib.a[PATH0].fddiPATHSbaOverhead ; in ess_send_response()
530 chg->cat.para.p_type = SMT_P001A ; in ess_send_response()
531 chg->cat.para.p_len = sizeof(struct smt_p_001a) - PARA_LEN ; in ess_send_response()
533 chg->cat.category = ((struct smt_p_001a *)p)->category ; in ess_send_response()
535 dump_smt(smc,(struct smt_header *)chg,"RAF") ; in ess_send_response()