Searched refs:rbpl_tail (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | he.c | 833 he_dev->rbpl_tail = &he_dev->rbpl_base[CONFIG_RBPL_SIZE - 1]; in he_init_group() 836 he_writel(he_dev, RBPL_MASK(he_dev->rbpl_tail), in he_init_group() 1895 RBPL_MASK(he_dev->rbpl_tail+1)); in he_service_rbpl() 1897 /* table 3.42 -- rbpl_tail should never be set to rbpl_head */ in he_service_rbpl() 1919 he_dev->rbpl_tail = new_tail; in he_service_rbpl() 1924 he_writel(he_dev, RBPL_MASK(he_dev->rbpl_tail), G0_RBPL_T); in he_service_rbpl() 2711 int rbpl_head, rbpl_tail; in he_proc_read() local 2757 rbpl_tail = RBPL_MASK(he_readl(he_dev, G0_RBPL_T)); in he_proc_read() 2759 inuse = rbpl_head - rbpl_tail; in he_proc_read()
|
H A D | he.h | 301 struct he_rbp *rbpl_base, *rbpl_tail; member
|
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | he.c | 830 he_dev->rbpl_tail = &he_dev->rbpl_base[CONFIG_RBPL_SIZE - 1]; in he_init_group() 833 he_writel(he_dev, RBPL_MASK(he_dev->rbpl_tail), in he_init_group() 1892 RBPL_MASK(he_dev->rbpl_tail+1)); in he_service_rbpl() 1894 /* table 3.42 -- rbpl_tail should never be set to rbpl_head */ in he_service_rbpl() 1916 he_dev->rbpl_tail = new_tail; in he_service_rbpl() 1921 he_writel(he_dev, RBPL_MASK(he_dev->rbpl_tail), G0_RBPL_T); in he_service_rbpl() 2708 int rbpl_head, rbpl_tail; in he_proc_read() local 2754 rbpl_tail = RBPL_MASK(he_readl(he_dev, G0_RBPL_T)); in he_proc_read() 2756 inuse = rbpl_head - rbpl_tail; in he_proc_read()
|
H A D | he.h | 301 struct he_rbp *rbpl_base, *rbpl_tail; member
|
Completed in 10 milliseconds