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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dzutil.c201 local int next_ptr = 0; variable
230 if (buf == NULL || next_ptr >= MAX_PTR) return NULL;
231 table[next_ptr].org_ptr = buf;
236 table[next_ptr++].new_ptr = buf;
248 for (n = 0; n < next_ptr; n++) {
252 while (++n < next_ptr) {
255 next_ptr--;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dzutil.c201 local int next_ptr = 0; variable
230 if (buf == NULL || next_ptr >= MAX_PTR) return NULL;
231 table[next_ptr].org_ptr = buf;
236 table[next_ptr++].new_ptr = buf;
248 for (n = 0; n < next_ptr; n++) {
252 while (++n < next_ptr) {
255 next_ptr--;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/arm/
H A Dether3.c509 unsigned int ptr, next_ptr; local
524 next_ptr = (priv(dev)->tx_head + 1) & 15;
528 if (priv(dev)->tx_tail == next_ptr) {
535 priv(dev)->tx_head = next_ptr;
536 next_ptr *= 0x600;
540 ether3_setbuffer(dev, buffer_write, next_ptr);
545 ether3_writeword(dev, htons(next_ptr));
557 next_ptr = (priv(dev)->tx_head + 1) & 15;
562 if (priv(dev)->tx_tail == next_ptr)
606 unsigned int next_ptr local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/skfp/h/
H A Dsba.h29 struct timer_cell *next_ptr ; member in struct:timer_cell
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tokenring/
H A Dsmctr.c1447 tp->tx_fcb_curr[queue] = tp->tx_fcb_curr[queue]->next_ptr;
1528 acb->next_ptr
1530 acb->trc_next_ptr = TRC_POINTER(acb->next_ptr);
1534 acb = acb->next_ptr;
1542 acb->next_ptr
1544 acb->trc_next_ptr = TRC_POINTER(acb->next_ptr);
1547 acb->next_ptr = tp->acb_head;
1549 tp->acb_next = tp->acb_head->next_ptr;
1550 tp->acb_curr = tp->acb_head->next_ptr;
1731 bdb->next_ptr
[all...]
H A Dsmctr.h815 struct BDBlockType *next_ptr; /* 20 */ member in struct:BDBlockType
829 struct FCBlockType *next_ptr; /* 22 */ member in struct:FCBlockType
871 struct ACBlockType *next_ptr; /* 20 */ member in struct:ACBlockType
H A Dlanstreamer.c1537 __u16 next_ptr; local
1589 next_ptr = ntohs(readw(streamer_mmio + LAPDINC));
1606 } while (next_ptr && (buff_off = next_ptr));
H A Dolympic.c1403 u16 next_ptr; local
1442 next_ptr=readw(buf_ptr+offsetof(struct mac_receive_buffer,next));
1443 } while (next_ptr && (buf_ptr=olympic_priv->olympic_lap + ntohs(next_ptr)));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dpcicfg.h486 uint16 next_ptr : 12; member in struct:_pcie_enhanced_caphdr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/hp/common/
H A Dsba_iommu.c562 goto next_ptr;
577 next_ptr:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c5214 local int next_ptr = 0; variable
5243 if (buf == NULL || next_ptr >= MAX_PTR) return NULL;
5244 table[next_ptr].org_ptr = buf;
5249 table[next_ptr++].new_ptr = buf;
5261 for (n = 0; n < next_ptr; n++) {
5265 while (++n < next_ptr) {
5268 next_ptr--;

Completed in 194 milliseconds