Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/isdn/hardware/eicon/
Ddivacapi.h234 word msg_in_write_pos; member
Dmessage.c416 j = plci->msg_in_write_pos; in api_put()
438 msg->header.length, plci->msg_in_write_pos, in api_put()
447 if (plci->msg_in_write_pos != plci->msg_in_read_pos) in api_put()
461 while (k != plci->msg_in_write_pos) in api_put()
510 msg->header.length, plci->msg_in_write_pos, in api_put()
513 plci->msg_in_wrap_pos = plci->msg_in_write_pos; in api_put()
527 plci->msg_in_write_pos = j + MSG_IN_OVERHEAD; in api_put()
1009 while (i != plci->msg_in_write_pos) in plci_free_msg_in_queue()
1026 plci->msg_in_write_pos = MSG_IN_QUEUE_SIZE; in plci_free_msg_in_queue()
3920 && (plci->msg_in_write_pos != plci->msg_in_read_pos)) in callback()
[all …]