Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/atm/
Dhe.c886 he_dev->rbpl_tail = &he_dev->rbpl_base[CONFIG_RBPL_SIZE - 1]; in he_init_group()
889 he_writel(he_dev, RBPL_MASK(he_dev->rbpl_tail), in he_init_group()
2061 RBPL_MASK(he_dev->rbpl_tail+1)); in he_service_rbpl()
2068 he_dev->rbpl_tail = newtail; in he_service_rbpl()
2073 he_writel(he_dev, RBPL_MASK(he_dev->rbpl_tail), G0_RBPL_T); in he_service_rbpl()
2925 int rbpl_head, rbpl_tail; in he_proc_read() local
2971 rbpl_tail = RBPL_MASK(he_readl(he_dev, G0_RBPL_T)); in he_proc_read()
2973 inuse = rbpl_head - rbpl_tail; in he_proc_read()
Dhe.h329 struct he_rbp *rbpl_base, *rbpl_tail; member