Home
last modified time | relevance | path

Searched refs:rbpl_base (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/atm/
H A Dhe.c809 he_dev->rbpl_base = dma_alloc_coherent(&he_dev->pci_dev->dev, in he_init_group()
812 if (he_dev->rbpl_base == NULL) { in he_init_group()
813 hprintk("failed to alloc rbpl_base\n"); in he_init_group()
830 he_dev->rbpl_base[i].idx = i << RBP_IDX_OFFSET; in he_init_group()
831 he_dev->rbpl_base[i].phys = mapping + offsetof(struct he_buff, data); in he_init_group()
833 he_dev->rbpl_tail = &he_dev->rbpl_base[CONFIG_RBPL_SIZE - 1]; in he_init_group()
898 sizeof(struct he_rbp), he_dev->rbpl_base, in he_init_group()
1572 if (he_dev->rbpl_base) { in he_stop()
1577 * sizeof(struct he_rbp), he_dev->rbpl_base, he_dev->rbpl_phys); in he_stop()
1890 rbpl_head = (struct he_rbp *) ((unsigned long)he_dev->rbpl_base | in he_service_rbpl()
[all...]
H A Dhe.h301 struct he_rbp *rbpl_base, *rbpl_tail; member
/kernel/linux/linux-6.6/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()
810 hprintk("failed to alloc rbpl_base\n"); 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()
[all...]
H A Dhe.h301 struct he_rbp *rbpl_base, *rbpl_tail; member

Completed in 9 milliseconds