rbpl_base         809 drivers/atm/he.c 	he_dev->rbpl_base = dma_alloc_coherent(&he_dev->pci_dev->dev,
rbpl_base         812 drivers/atm/he.c 	if (he_dev->rbpl_base == NULL) {
rbpl_base         830 drivers/atm/he.c 		he_dev->rbpl_base[i].idx =  i << RBP_IDX_OFFSET;
rbpl_base         831 drivers/atm/he.c 		he_dev->rbpl_base[i].phys = mapping + offsetof(struct he_buff, data);
rbpl_base         833 drivers/atm/he.c 	he_dev->rbpl_tail = &he_dev->rbpl_base[CONFIG_RBPL_SIZE - 1];
rbpl_base         898 drivers/atm/he.c 			  sizeof(struct he_rbp), he_dev->rbpl_base,
rbpl_base        1572 drivers/atm/he.c 	if (he_dev->rbpl_base) {
rbpl_base        1577 drivers/atm/he.c 				  * sizeof(struct he_rbp), he_dev->rbpl_base, he_dev->rbpl_phys);
rbpl_base        1890 drivers/atm/he.c 	rbpl_head = (struct he_rbp *) ((unsigned long)he_dev->rbpl_base |
rbpl_base        1894 drivers/atm/he.c 		new_tail = (struct he_rbp *) ((unsigned long)he_dev->rbpl_base |
rbpl_base         301 drivers/atm/he.h 	struct he_rbp *rbpl_base, *rbpl_tail;