Lines Matching refs:chg
474 struct smt_sba_chg *chg ; in ess_send_response() local
492 chg = smtod(mb,struct smt_sba_chg *) ; in ess_send_response()
493 chg->smt.smt_tid = sm->smt_tid ; in ess_send_response()
494 chg->smt.smt_dest = sm->smt_source ; in ess_send_response()
497 chg->s_type.para.p_type = SMT_P0015 ; in ess_send_response()
498 chg->s_type.para.p_len = sizeof(struct smt_p_0015) - PARA_LEN ; in ess_send_response()
499 chg->s_type.res_type = SYNC_BW ; in ess_send_response()
502 chg->cmd.para.p_type = SMT_P0016 ; in ess_send_response()
503 chg->cmd.para.p_len = sizeof(struct smt_p_0016) - PARA_LEN ; in ess_send_response()
504 chg->cmd.sba_cmd = sba_cmd ; in ess_send_response()
507 chg->path.para.p_type = SMT_P320B ; in ess_send_response()
508 chg->path.para.p_len = sizeof(struct smt_p_320b) - PARA_LEN ; in ess_send_response()
509 chg->path.mib_index = SBAPATHINDEX ; in ess_send_response()
510 chg->path.path_pad = 0; in ess_send_response()
511 chg->path.path_index = PRIMARY_RING ; in ess_send_response()
514 chg->payload.para.p_type = SMT_P320F ; in ess_send_response()
515 chg->payload.para.p_len = sizeof(struct smt_p_320f) - PARA_LEN ; in ess_send_response()
516 chg->payload.mib_index = SBAPATHINDEX ; in ess_send_response()
517 chg->payload.mib_payload = smc->mib.a[PATH0].fddiPATHSbaPayload ; in ess_send_response()
520 chg->overhead.para.p_type = SMT_P3210 ; in ess_send_response()
521 chg->overhead.para.p_len = sizeof(struct smt_p_3210) - PARA_LEN ; in ess_send_response()
522 chg->overhead.mib_index = SBAPATHINDEX ; in ess_send_response()
523 chg->overhead.mib_overhead = smc->mib.a[PATH0].fddiPATHSbaOverhead ; in ess_send_response()
527 chg->cat.para.p_type = SMT_P001A ; in ess_send_response()
528 chg->cat.para.p_len = sizeof(struct smt_p_001a) - PARA_LEN ; in ess_send_response()
530 chg->cat.category = ((struct smt_p_001a *)p)->category ; in ess_send_response()
532 dump_smt(smc,(struct smt_header *)chg,"RAF") ; in ess_send_response()