Lines Matching refs:para

116 	struct smt_p_0016	*cmd ;		/* para: command for the ESS */
142 * error in frame: para ESS command was not found
218 DB_ESS("ESS: RAF with para problem, ignoring");
283 * check the para for the Change Request
286 DB_ESS("ESS: RAF with para problem, ignoring");
298 DB_ESS("ESS: RAF frame with para problem, ignoring");
348 DB_ESS("ESS: ignoring RAF with para problem");
497 chg->s_type.para.p_type = SMT_P0015 ;
498 chg->s_type.para.p_len = sizeof(struct smt_p_0015) - PARA_LEN ;
502 chg->cmd.para.p_type = SMT_P0016 ;
503 chg->cmd.para.p_len = sizeof(struct smt_p_0016) - PARA_LEN ;
507 chg->path.para.p_type = SMT_P320B ;
508 chg->path.para.p_len = sizeof(struct smt_p_320b) - PARA_LEN ;
514 chg->payload.para.p_type = SMT_P320F ;
515 chg->payload.para.p_len = sizeof(struct smt_p_320f) - PARA_LEN ;
520 chg->overhead.para.p_type = SMT_P3210 ;
521 chg->overhead.para.p_len = sizeof(struct smt_p_3210) - PARA_LEN ;
527 chg->cat.para.p_type = SMT_P001A ;
528 chg->cat.para.p_len = sizeof(struct smt_p_001a) - PARA_LEN ;
588 req->s_type.para.p_type = SMT_P0015 ;
589 req->s_type.para.p_len = sizeof(struct smt_p_0015) - PARA_LEN ;
593 req->cmd.para.p_type = SMT_P0016 ;
594 req->cmd.para.p_len = sizeof(struct smt_p_0016) - PARA_LEN ;
603 req->path.para.p_type = SMT_P320B ;
604 req->path.para.p_len = sizeof(struct smt_p_320b) - PARA_LEN ;
610 req->pl_req.para.p_type = SMT_P0017 ;
611 req->pl_req.para.p_len = sizeof(struct smt_p_0017) - PARA_LEN ;
616 req->ov_req.para.p_type = SMT_P0018 ;
617 req->ov_req.para.p_len = sizeof(struct smt_p_0018) - PARA_LEN ;
622 req->payload.para.p_type = SMT_P320F ;
623 req->payload.para.p_len = sizeof(struct smt_p_320f) - PARA_LEN ;
628 req->overhead.para.p_type = SMT_P3210 ;
629 req->overhead.para.p_len = sizeof(struct smt_p_3210) - PARA_LEN ;
634 req->a_addr.para.p_type = SMT_P0019 ;
635 req->a_addr.para.p_len = sizeof(struct smt_p_0019) - PARA_LEN ;
640 req->cat.para.p_type = SMT_P001A ;
641 req->cat.para.p_len = sizeof(struct smt_p_001a) - PARA_LEN ;
645 req->tneg.para.p_type = SMT_P001B ;
646 req->tneg.para.p_len = sizeof(struct smt_p_001b) - PARA_LEN ;
650 req->segm.para.p_type = SMT_P001C ;
651 req->segm.para.p_len = sizeof(struct smt_p_001c) - PARA_LEN ;