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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Ddivacapi.h246 word msg_in_wrap_pos; member in struct:_PLCI
H A Dmessage.c454 plci->msg_in_read_pos, plci->msg_in_wrap_pos, i));
478 if (k == plci->msg_in_wrap_pos)
526 plci->msg_in_read_pos, plci->msg_in_wrap_pos, i));
528 plci->msg_in_wrap_pos = plci->msg_in_write_pos;
1028 if (i == plci->msg_in_wrap_pos)
1045 plci->msg_in_wrap_pos = MSG_IN_QUEUE_SIZE;
4027 j = (plci->msg_in_read_pos == plci->msg_in_wrap_pos) ? 0 : plci->msg_in_read_pos;
4034 m->header.command, plci->msg_in_write_pos, plci->msg_in_read_pos, plci->msg_in_wrap_pos));
4035 if (plci->msg_in_read_pos == plci->msg_in_wrap_pos)
4037 plci->msg_in_wrap_pos
[all...]

Completed in 162 milliseconds