Searched refs:dstpos (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 Disdnhdlc.h36 int dstpos; member in struct:isdnhdlc_vars
H A Disdnhdlc.c64 hdlc->dstpos = 0;
237 if (hdlc->dstpos < 2) {
244 hdlc->dstpos -= 2;
246 status = hdlc->dstpos;
275 hdlc->dstpos = 0;
287 if (hdlc->dstpos < dsize) {
288 dst[hdlc->dstpos++] = hdlc->shift_reg;
292 hdlc->dstpos = 0;

Completed in 84 milliseconds