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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dhvsi.c83 uint8_t *inbuf_end; member in struct:hvsi_struct
235 if (hp->inbuf_end < packet + sizeof(struct hvsi_header))
238 if (hp->inbuf_end < (packet + len_packet(packet)))
247 int remaining = (int)(hp->inbuf_end - read_to);
254 hp->inbuf_end = hp->inbuf + remaining;
475 chunklen = hvsi_read(hp, hp->inbuf_end, HVSI_MAX_READ);
482 dbg_dump_hex(hp->inbuf_end, chunklen);
484 hp->inbuf_end += chunklen;
487 while ((packet < hp->inbuf_end) && got_packet(hp, packet)) {
493 while ((packet < hp->inbuf_end)
[all...]

Completed in 63 milliseconds