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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dconfig.c606 count = cs->status_end - cs->status_read + 1;
612 if (cs->status_read > cs->status_end)
694 i = cs->status_end - cs->status_write + 1;
700 if (cs->status_write > cs->status_end)
714 if (cs->status_write > cs->status_end)
768 cs->status_end = NULL;
891 cs->status_end = cs->status_buf + HISAX_STATUS_BUFSIZE - 1;
H A Dhisax.h917 u_char *status_end; member in struct:IsdnCardState

Completed in 101 milliseconds