Searched refs:rbpl_base (Results 1 – 2 of 2) sorted by relevance
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()[all …]
329 struct he_rbp *rbpl_base, *rbpl_tail; member