Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/isdn/hardware/eicon/
Ddivacapi.h244 word msg_in_write_pos; member
Dmessage.c431 j = plci->msg_in_write_pos; in api_put()
453 msg->header.length, plci->msg_in_write_pos, in api_put()
462 if (plci->msg_in_write_pos != plci->msg_in_read_pos) in api_put()
476 while (k != plci->msg_in_write_pos) in api_put()
525 msg->header.length, plci->msg_in_write_pos, in api_put()
528 plci->msg_in_wrap_pos = plci->msg_in_write_pos; in api_put()
542 plci->msg_in_write_pos = j + MSG_IN_OVERHEAD; in api_put()
1024 while (i != plci->msg_in_write_pos) in plci_free_msg_in_queue()
1041 plci->msg_in_write_pos = MSG_IN_QUEUE_SIZE; in plci_free_msg_in_queue()
4045 && (plci->msg_in_write_pos != plci->msg_in_read_pos)) in callback()
[all …]