Lines Matching refs:para

117 	struct smt_p_0016	*cmd ;		/* para: command for the ESS */
143 * error in frame: para ESS command was not found
219 DB_ESS("ESS: RAF with para problem, ignoring");
284 * check the para for the Change Request
287 DB_ESS("ESS: RAF with para problem, ignoring");
299 DB_ESS("ESS: RAF frame with para problem, ignoring");
349 DB_ESS("ESS: ignoring RAF with para problem");
498 chg->s_type.para.p_type = SMT_P0015 ;
499 chg->s_type.para.p_len = sizeof(struct smt_p_0015) - PARA_LEN ;
503 chg->cmd.para.p_type = SMT_P0016 ;
504 chg->cmd.para.p_len = sizeof(struct smt_p_0016) - PARA_LEN ;
508 chg->path.para.p_type = SMT_P320B ;
509 chg->path.para.p_len = sizeof(struct smt_p_320b) - PARA_LEN ;
515 chg->payload.para.p_type = SMT_P320F ;
516 chg->payload.para.p_len = sizeof(struct smt_p_320f) - PARA_LEN ;
521 chg->overhead.para.p_type = SMT_P3210 ;
522 chg->overhead.para.p_len = sizeof(struct smt_p_3210) - PARA_LEN ;
528 chg->cat.para.p_type = SMT_P001A ;
529 chg->cat.para.p_len = sizeof(struct smt_p_001a) - PARA_LEN ;
589 req->s_type.para.p_type = SMT_P0015 ;
590 req->s_type.para.p_len = sizeof(struct smt_p_0015) - PARA_LEN ;
594 req->cmd.para.p_type = SMT_P0016 ;
595 req->cmd.para.p_len = sizeof(struct smt_p_0016) - PARA_LEN ;
604 req->path.para.p_type = SMT_P320B ;
605 req->path.para.p_len = sizeof(struct smt_p_320b) - PARA_LEN ;
611 req->pl_req.para.p_type = SMT_P0017 ;
612 req->pl_req.para.p_len = sizeof(struct smt_p_0017) - PARA_LEN ;
617 req->ov_req.para.p_type = SMT_P0018 ;
618 req->ov_req.para.p_len = sizeof(struct smt_p_0018) - PARA_LEN ;
623 req->payload.para.p_type = SMT_P320F ;
624 req->payload.para.p_len = sizeof(struct smt_p_320f) - PARA_LEN ;
629 req->overhead.para.p_type = SMT_P3210 ;
630 req->overhead.para.p_len = sizeof(struct smt_p_3210) - PARA_LEN ;
635 req->a_addr.para.p_type = SMT_P0019 ;
636 req->a_addr.para.p_len = sizeof(struct smt_p_0019) - PARA_LEN ;
641 req->cat.para.p_type = SMT_P001A ;
642 req->cat.para.p_len = sizeof(struct smt_p_001a) - PARA_LEN ;
646 req->tneg.para.p_type = SMT_P001B ;
647 req->tneg.para.p_len = sizeof(struct smt_p_001b) - PARA_LEN ;
651 req->segm.para.p_type = SMT_P001C ;
652 req->segm.para.p_len = sizeof(struct smt_p_001c) - PARA_LEN ;