Lines Matching refs:msg_in_queue
442 n = (((CAPI_MSG *)(plci->msg_in_queue))->header.length + MSG_IN_OVERHEAD + 3) & 0xfffc; in api_put()
459 if ((((byte *) msg) < ((byte *)(plci->msg_in_queue))) in api_put()
460 || (((byte *) msg) >= ((byte *)(plci->msg_in_queue)) + sizeof(plci->msg_in_queue))) in api_put()
480 if ((((CAPI_MSG *)(&((byte *)(plci->msg_in_queue))[k]))->header.command == _DATA_B3_R) in api_put()
481 && (((CAPI_MSG *)(&((byte *)(plci->msg_in_queue))[k]))->header.ncci == ncci)) in api_put()
484 if (((CAPI_MSG *)(&((byte *)(plci->msg_in_queue))[k]))->info.data_b3_req.Flags & 0x0004) in api_put()
488 k += (((CAPI_MSG *)(&((byte *)(plci->msg_in_queue))[k]))->header.length + in api_put()
501 if ((((byte *) msg) >= ((byte *)(plci->msg_in_queue))) in api_put()
502 && (((byte *) msg) < ((byte *)(plci->msg_in_queue)) + sizeof(plci->msg_in_queue))) in api_put()
529 m = (CAPI_MSG *)(&((byte *)(plci->msg_in_queue))[j]); in api_put()
531 ((byte *)(plci->msg_in_queue))[j++] = ((byte *) msg)[i]; in api_put()
541 *((APPL **)(&((byte *)(plci->msg_in_queue))[j])) = appl; in api_put()
1028 if (((CAPI_MSG *)(&((byte *)(plci->msg_in_queue))[i]))->header.command == _DATA_B3_R) in plci_free_msg_in_queue()
1032 (byte *)(long)(((CAPI_MSG *)(&((byte *)(plci->msg_in_queue))[i]))->info.data_b3_req.Data)); in plci_free_msg_in_queue()
1036 i += (((CAPI_MSG *)(&((byte *)(plci->msg_in_queue))[i]))->header.length + in plci_free_msg_in_queue()
3129 if ((((byte *)(parms[0].info)) >= ((byte *)(plci->msg_in_queue))) in data_b3_req()
3130 && (((byte *)(parms[0].info)) < ((byte *)(plci->msg_in_queue)) + sizeof(plci->msg_in_queue))) in data_b3_req()
3162 if ((((byte *)(parms[0].info)) >= ((byte *)(plci->msg_in_queue))) in data_b3_req()
3163 && (((byte *)(parms[0].info)) < ((byte *)(plci->msg_in_queue)) + sizeof(plci->msg_in_queue))) in data_b3_req()
4049 i = (((CAPI_MSG *)(&((byte *)(plci->msg_in_queue))[j]))->header.length + 3) & 0xfffc; in callback()
4051 m = (CAPI_MSG *)(&((byte *)(plci->msg_in_queue))[j]); in callback()
4052 appl = *((APPL **)(&((byte *)(plci->msg_in_queue))[j + i])); in callback()