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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dhvsi.c83 uint8_t *inbuf_end; member in struct:hvsi_struct
233 if (hp->inbuf_end < packet + sizeof(struct hvsi_header))
236 if (hp->inbuf_end < (packet + len_packet(packet)))
245 int remaining = (int)(hp->inbuf_end - read_to);
252 hp->inbuf_end = hp->inbuf + remaining;
473 chunklen = hvsi_read(hp, hp->inbuf_end, HVSI_MAX_READ);
480 dbg_dump_hex(hp->inbuf_end, chunklen);
482 hp->inbuf_end += chunklen;
485 while ((packet < hp->inbuf_end) && got_packet(hp, packet)) {
491 while ((packet < hp->inbuf_end)
[all...]

Completed in 54 milliseconds