Home
last modified time | relevance | path

Searched refs:msg_in_wrap_pos (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/isdn/hardware/eicon/
Ddivacapi.h246 word msg_in_wrap_pos; member
Dmessage.c454 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 …]