Searched refs:offd (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/atm/
H A Dcxacru.c588 int offb, offd; local
618 for (offb = offd = 0; offd < wsize; offd += stride, offb += CMD_PACKET_SIZE) {
620 memcpy(wbuf + offb + 4, wdata + offd, min_t(int, stride, wsize - offd));
655 for (offb = offd = 0; offd < rsize && offb < actlen; offb += CMD_PACKET_SIZE) {
670 if (offd >= rsize)
672 memcpy(rdata + offd, rbu
689 int offb, offd; local
938 int offd, offb; local
[all...]

Completed in 90 milliseconds