Searched refs:MSG_IN_OVERHEAD (Results 1 – 2 of 2) sorted by relevance
70 #define MSG_IN_OVERHEAD sizeof(APPL *) macro
434 if (j + msg->header.length + MSG_IN_OVERHEAD <= MSG_IN_QUEUE_SIZE) in api_put()442 n = (((CAPI_MSG *)(plci->msg_in_queue))->header.length + MSG_IN_OVERHEAD + 3) & 0xfffc; in api_put()449 if (i <= ((msg->header.length + MSG_IN_OVERHEAD + 3) & 0xfffc)) in api_put()489 MSG_IN_OVERHEAD + 3) & 0xfffc; in api_put()542 plci->msg_in_write_pos = j + MSG_IN_OVERHEAD; in api_put()1037 MSG_IN_OVERHEAD + 3) & 0xfffc; in plci_free_msg_in_queue()4058 plci->msg_in_read_pos = i + MSG_IN_OVERHEAD; in callback()4062 plci->msg_in_read_pos = j + i + MSG_IN_OVERHEAD; in callback()