Home
last modified time | relevance | path

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

/openbmc/linux/drivers/atm/
H A Dhe.c806 he_dev->rbpl_base = dma_alloc_coherent(&he_dev->pci_dev->dev, in he_init_group()
809 if (he_dev->rbpl_base == NULL) { in he_init_group()
827 he_dev->rbpl_base[i].idx = i << RBP_IDX_OFFSET; in he_init_group()
828 he_dev->rbpl_base[i].phys = mapping + offsetof(struct he_buff, data); in he_init_group()
830 he_dev->rbpl_tail = &he_dev->rbpl_base[CONFIG_RBPL_SIZE - 1]; in he_init_group()
895 sizeof(struct he_rbp), he_dev->rbpl_base, in he_init_group()
1569 if (he_dev->rbpl_base) { in he_stop()
1574 * sizeof(struct he_rbp), he_dev->rbpl_base, he_dev->rbpl_phys); in he_stop()
1887 rbpl_head = (struct he_rbp *) ((unsigned long)he_dev->rbpl_base | in he_service_rbpl()
1891 new_tail = (struct he_rbp *) ((unsigned long)he_dev->rbpl_base | in he_service_rbpl()
H A Dhe.h301 struct he_rbp *rbpl_base, *rbpl_tail; member