Home
last modified time | relevance | path

Searched refs:next_cnt (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/linux/
Datm_zatm.h33 int next_cnt,next_thres; /* repetition counter and threshold */ member
/linux-2.4.37.9/drivers/atm/
Dzatm.c333 pool->next_cnt = 0; in zatm_feedback()
339 pool->next_cnt = 0; in zatm_feedback()
343 if (++pool->next_cnt >= pool->next_thres) { in zatm_feedback()
345 pool->next_cnt = 0; in zatm_feedback()
807 zatm_dev->pool_info[i].next_cnt = 0; in start_rx()