Searched refs:rbpl_base (Results 1 – 2 of 2) sorted by relevance
809 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()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()1894 new_tail = (struct he_rbp *) ((unsigned long)he_dev->rbpl_base | in he_service_rbpl()
301 struct he_rbp *rbpl_base, *rbpl_tail; member