Searched refs:MSG_IN_OVERHEAD (Results 1 – 2 of 2) sorted by relevance
62 #define MSG_IN_OVERHEAD sizeof(APPL *) macro
419 if (j + msg->header.length + MSG_IN_OVERHEAD <= MSG_IN_QUEUE_SIZE) in api_put()427 n = (((CAPI_MSG *)(plci->msg_in_queue))->header.length + MSG_IN_OVERHEAD + 3) & 0xfffc; in api_put()434 if (i <= ((msg->header.length + MSG_IN_OVERHEAD + 3) & 0xfffc)) in api_put()474 MSG_IN_OVERHEAD + 3) & 0xfffc; in api_put()527 plci->msg_in_write_pos = j + MSG_IN_OVERHEAD; in api_put()1022 MSG_IN_OVERHEAD + 3) & 0xfffc; in plci_free_msg_in_queue()3933 plci->msg_in_read_pos = i + MSG_IN_OVERHEAD; in callback()3937 plci->msg_in_read_pos = j + i + MSG_IN_OVERHEAD; in callback()