Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/isdn/hardware/eicon/
Ddivacapi.h236 word msg_in_wrap_pos; member
Dmessage.c439 plci->msg_in_read_pos, plci->msg_in_wrap_pos, i)); in api_put()
463 if (k == plci->msg_in_wrap_pos) in api_put()
511 plci->msg_in_read_pos, plci->msg_in_wrap_pos, i)); in api_put()
513 plci->msg_in_wrap_pos = plci->msg_in_write_pos; in api_put()
1011 if (i == plci->msg_in_wrap_pos) in plci_free_msg_in_queue()
1028 plci->msg_in_wrap_pos = MSG_IN_QUEUE_SIZE; in plci_free_msg_in_queue()
3922 j = (plci->msg_in_read_pos == plci->msg_in_wrap_pos) ? 0 : plci->msg_in_read_pos; in callback()
3929 m->header.command, plci->msg_in_write_pos, plci->msg_in_read_pos, plci->msg_in_wrap_pos)); in callback()
3930 if (plci->msg_in_read_pos == plci->msg_in_wrap_pos) in callback()
3932 plci->msg_in_wrap_pos = MSG_IN_QUEUE_SIZE; in callback()
[all …]