Searched refs:msg_in_queue (Results 1 – 2 of 2) sorted by relevance
427 n = (((CAPI_MSG *)(plci->msg_in_queue))->header.length + MSG_IN_OVERHEAD + 3) & 0xfffc; in api_put()444 if ((((byte *) msg) < ((byte *)(plci->msg_in_queue))) in api_put()445 || (((byte *) msg) >= ((byte *)(plci->msg_in_queue)) + sizeof(plci->msg_in_queue))) in api_put()465 if ((((CAPI_MSG *)(&((byte *)(plci->msg_in_queue))[k]))->header.command == _DATA_B3_R) in api_put()466 && (((CAPI_MSG *)(&((byte *)(plci->msg_in_queue))[k]))->header.ncci == ncci)) in api_put()469 if (((CAPI_MSG *)(&((byte *)(plci->msg_in_queue))[k]))->info.data_b3_req.Flags & 0x0004) in api_put()473 k += (((CAPI_MSG *)(&((byte *)(plci->msg_in_queue))[k]))->header.length + in api_put()486 if ((((byte *) msg) >= ((byte *)(plci->msg_in_queue))) in api_put()487 && (((byte *) msg) < ((byte *)(plci->msg_in_queue)) + sizeof(plci->msg_in_queue))) in api_put()514 m = (CAPI_MSG *)(&((byte *)(plci->msg_in_queue))[j]); in api_put()[all …]
261 dword msg_in_queue[MSG_IN_QUEUE_SIZE/sizeof(dword)]; member