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

/asus-wl-520gu-7.0.1.45/src/cfe/cfe/zlib/
H A Dzutil.c112 local int next_ptr = 0; variable
141 if (buf == NULL || next_ptr >= MAX_PTR) return NULL;
142 table[next_ptr].org_ptr = buf;
147 table[next_ptr++].new_ptr = buf;
159 for (n = 0; n < next_ptr; n++) {
163 while (++n < next_ptr) {
166 next_ptr--;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acorn/net/
H A Dether3.c523 unsigned int ptr, next_ptr; local
534 next_ptr = (priv->tx_head + 1) & 15;
538 if (priv->tx_tail == next_ptr) {
545 priv->tx_head = next_ptr;
546 next_ptr *= 0x600;
550 ether3_setbuffer(dev, buffer_write, next_ptr);
555 ether3_writeword(dev, htons(next_ptr));
567 next_ptr = (priv->tx_head + 1) & 15;
572 if (priv->tx_tail == next_ptr)
616 unsigned int next_ptr local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/skfp/h/
H A Dsba.h29 struct timer_cell *next_ptr ; member in struct:timer_cell
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/tokenring/
H A Dsmctr.c1464 tp->tx_fcb_curr[queue] = tp->tx_fcb_curr[queue]->next_ptr;
1545 acb->next_ptr
1547 acb->trc_next_ptr = TRC_POINTER(acb->next_ptr);
1551 acb = acb->next_ptr;
1559 acb->next_ptr
1561 acb->trc_next_ptr = TRC_POINTER(acb->next_ptr);
1564 acb->next_ptr = tp->acb_head;
1566 tp->acb_next = tp->acb_head->next_ptr;
1567 tp->acb_curr = tp->acb_head->next_ptr;
1757 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 Dolympic.c1396 u16 next_ptr; local
1436 next_ptr=readw(buf_ptr+offsetof(struct mac_receive_buffer,next));
1437 } while (next_ptr && (buf_ptr=olympic_priv->olympic_lap + ntohs(next_ptr)));
H A Dlanstreamer.c1527 __u16 next_ptr; local
1579 next_ptr = ntohs(readw(streamer_mmio + LAPDINC));
1596 } while (next_ptr && (buff_off = next_ptr));
/asus-wl-520gu-7.0.1.45/src/include/
H A Dpcicfg.h446 unsigned short next_ptr : 12; member in struct:_pcie_enhanced_caphdr
/asus-wl-520gu-7.0.1.45/src/router/ppp/common/
H A Dzlib.c5211 local int next_ptr = 0; variable
5240 if (buf == NULL || next_ptr >= MAX_PTR) return NULL;
5241 table[next_ptr].org_ptr = buf;
5246 table[next_ptr++].new_ptr = buf;
5258 for (n = 0; n < next_ptr; n++) {
5262 while (++n < next_ptr) {
5265 next_ptr--;
/asus-wl-520gu-7.0.1.45/src/router/pppd/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--;
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/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 298 milliseconds