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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dhe.c841 he_dev->rbpl_tail = &he_dev->rbpl_base[CONFIG_RBPL_SIZE - 1];
844 he_writel(he_dev, RBPL_MASK(he_dev->rbpl_tail),
1914 RBPL_MASK(he_dev->rbpl_tail+1));
1916 /* table 3.42 -- rbpl_tail should never be set to rbpl_head */
1938 he_dev->rbpl_tail = new_tail;
1943 he_writel(he_dev, RBPL_MASK(he_dev->rbpl_tail), G0_RBPL_T);
2725 int rbpl_head, rbpl_tail; local
2771 rbpl_tail = RBPL_MASK(he_readl(he_dev, G0_RBPL_T));
2773 inuse = rbpl_head - rbpl_tail;
H A Dhe.h301 struct he_rbp *rbpl_base, *rbpl_tail; member in struct:he_dev

Completed in 40 milliseconds