Lines Matching refs:rbpl_base
809 he_dev->rbpl_base = dma_alloc_coherent(&he_dev->pci_dev->dev,
812 if (he_dev->rbpl_base == NULL) {
813 hprintk("failed to alloc rbpl_base\n");
830 he_dev->rbpl_base[i].idx = i << RBP_IDX_OFFSET;
831 he_dev->rbpl_base[i].phys = mapping + offsetof(struct he_buff, data);
833 he_dev->rbpl_tail = &he_dev->rbpl_base[CONFIG_RBPL_SIZE - 1];
898 sizeof(struct he_rbp), he_dev->rbpl_base,
1572 if (he_dev->rbpl_base) {
1577 * sizeof(struct he_rbp), he_dev->rbpl_base, he_dev->rbpl_phys);
1890 rbpl_head = (struct he_rbp *) ((unsigned long)he_dev->rbpl_base |
1894 new_tail = (struct he_rbp *) ((unsigned long)he_dev->rbpl_base |