Lines Matching refs:cprbx

208 		struct CPRBX cprbx;
234 /* message header, cprbx and f&r */
239 msg->cprbx = static_cprbx;
240 msg->cprbx.domain = AP_QID_QUEUE(zq->queue->qid);
241 msg->cprbx.rpl_msgbl = msg->hdr.fromcardlen1;
245 msg->cprbx.req_parml = size - sizeof(msg->hdr) - sizeof(msg->cprbx);
278 struct CPRBX cprbx;
304 /* message header, cprbx and f&r */
309 msg->cprbx = static_cprbx;
310 msg->cprbx.domain = AP_QID_QUEUE(zq->queue->qid);
311 msg->cprbx.req_parml = msg->cprbx.rpl_msgbl =
312 size - sizeof(msg->hdr) - sizeof(msg->cprbx);
346 struct CPRBX cprbx;
413 if (msg->cprbx.cprb_len + sizeof(msg->hdr.function_code) >
416 function_code = ((unsigned char *)&msg->cprbx) + msg->cprbx.cprb_len;
421 *dom = (unsigned short *)&msg->cprbx.domain;
429 switch (*(unsigned short *)(&msg->cprbx.func_id[0])) {
441 __func__, msg->cprbx.func_id[0],
442 msg->cprbx.func_id[1]);
473 struct ep11_cprb cprbx;
530 if (msg->cprbx.flags & 0x20)
534 if (msg->cprbx.flags & 0x80)
539 *domain = msg->cprbx.target_id;
557 struct CPRBX cprbx;
566 struct ep11_cprb cprbx;
578 service_rc = msg->cprbx.ccp_rtcode;
580 service_rs = msg->cprbx.ccp_rscode;
697 struct CPRBX cprbx;
701 if (msg->cprbx.ccp_rtcode != 0 || msg->cprbx.ccp_rscode != 0)
719 if (msg->cprbx.ccp_rtcode &&
720 msg->cprbx.ccp_rscode == 0x14f &&
731 if (msg->cprbx.cprb_ver_id == 0x02)
767 if (msg->cprbx.cprb_ver_id == 0x02)
798 if (msg->cprbx.cprb_ver_id == 0x04)
829 if (msg->cprbx.cprb_ver_id == 0x02)
872 t86r->cprbx.cprb_ver_id == 0x02) {
938 t86r->cprbx.cprb_ver_id == 0x04) {
1110 struct CPRBX cprbx;
1210 struct ep11_cprb cprbx;
1231 if (!((msg->cprbx.flags & 0x80) == 0x80)) {
1232 msg->cprbx.target_id = (unsigned int)
1322 struct CPRBX cprbx;
1332 msg->cprbx.domain = AP_QID_QUEUE(zq->queue->qid);