Searched refs:recpkt (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/usb/serial/
H A Dgarmin_gps.c413 const __u8 *recpkt = garmin_data_p->inbuffer+GSP_INITIAL_OFFSET; local
418 int pktid = recpkt[0];
419 int size = recpkt[1];
422 __func__, count-GSP_INITIAL_OFFSET, recpkt);
430 cksum += *recpkt++;
431 cksum += *recpkt++;
434 if ((__u8 *)&(usbdata[3]) != recpkt) {
436 __func__, &(usbdata[4]), recpkt);
441 cksum += *recpkt++;
445 if ((0xff & (cksum + *recpkt)) !
[all...]

Completed in 115 milliseconds