Searched refs:msg_in_wrap_pos (Results 1 – 2 of 2) sorted by relevance
246 word msg_in_wrap_pos; member
454 plci->msg_in_read_pos, plci->msg_in_wrap_pos, i)); in api_put()478 if (k == plci->msg_in_wrap_pos) in api_put()526 plci->msg_in_read_pos, plci->msg_in_wrap_pos, i)); in api_put()528 plci->msg_in_wrap_pos = plci->msg_in_write_pos; in api_put()1026 if (i == plci->msg_in_wrap_pos) in plci_free_msg_in_queue()1043 plci->msg_in_wrap_pos = MSG_IN_QUEUE_SIZE; in plci_free_msg_in_queue()4047 j = (plci->msg_in_read_pos == plci->msg_in_wrap_pos) ? 0 : plci->msg_in_read_pos; in callback()4054 m->header.command, plci->msg_in_write_pos, plci->msg_in_read_pos, plci->msg_in_wrap_pos)); in callback()4055 if (plci->msg_in_read_pos == plci->msg_in_wrap_pos) in callback()4057 plci->msg_in_wrap_pos = MSG_IN_QUEUE_SIZE; in callback()[all …]