Lines Matching refs:rbpl_base
806 he_dev->rbpl_base = dma_alloc_coherent(&he_dev->pci_dev->dev,
809 if (he_dev->rbpl_base == NULL) {
810 hprintk("failed to alloc rbpl_base\n");
827 he_dev->rbpl_base[i].idx = i << RBP_IDX_OFFSET;
828 he_dev->rbpl_base[i].phys = mapping + offsetof(struct he_buff, data);
830 he_dev->rbpl_tail = &he_dev->rbpl_base[CONFIG_RBPL_SIZE - 1];
895 sizeof(struct he_rbp), he_dev->rbpl_base,
1569 if (he_dev->rbpl_base) {
1574 * sizeof(struct he_rbp), he_dev->rbpl_base, he_dev->rbpl_phys);
1887 rbpl_head = (struct he_rbp *) ((unsigned long)he_dev->rbpl_base |
1891 new_tail = (struct he_rbp *) ((unsigned long)he_dev->rbpl_base |