Searched refs:msg_in_queue (Results 1 – 2 of 2) sorted by relevance
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()[all …]
271 dword msg_in_queue[MSG_IN_QUEUE_SIZE/sizeof(dword)]; member