Lines Matching refs:rbpl_base
860 he_dev->rbpl_base = pci_alloc_consistent(he_dev->pci_dev, in he_init_group()
862 if (he_dev->rbpl_base == NULL) { in he_init_group()
866 memset(he_dev->rbpl_base, 0, CONFIG_RBPL_SIZE * sizeof(struct he_rbp)); in he_init_group()
883 he_dev->rbpl_base[i].status = RBP_LOANED | (i << RBP_INDEX_OFF); in he_init_group()
884 he_dev->rbpl_base[i].phys = dma_handle; in he_init_group()
886 he_dev->rbpl_tail = &he_dev->rbpl_base[CONFIG_RBPL_SIZE - 1]; in he_init_group()
1631 if (he_dev->rbpl_base) { in he_stop()
1635 dma_addr_t dma_handle = he_dev->rbpl_base[i].phys; in he_stop()
1644 * sizeof(struct he_rbp), he_dev->rbpl_base, he_dev->rbpl_phys); in he_stop()
1799 rbp = &he_dev->rbpl_base[RBP_INDEX(RBRQ_ADDR(he_dev->rbrq_head))]; in he_service_rbrq()
1930 rbp = &he_dev->rbpl_base[RBP_INDEX(iov->iov_base)]; in he_service_rbrq()
2056 rbpl_head = (struct he_rbp *) ((unsigned long)he_dev->rbpl_base | in he_service_rbpl()
2060 newtail = (struct he_rbp *) ((unsigned long)he_dev->rbpl_base | in he_service_rbpl()