Lines Matching refs:CONFIG_RBPL_SIZE
853 CONFIG_RBPL_SIZE * CONFIG_RBPL_BUFSIZE, &he_dev->rbpl_pages_phys); in he_init_group()
861 CONFIG_RBPL_SIZE * sizeof(struct he_rbp), &he_dev->rbpl_phys); in he_init_group()
866 memset(he_dev->rbpl_base, 0, CONFIG_RBPL_SIZE * sizeof(struct he_rbp)); in he_init_group()
867 he_dev->rbpl_virt = kmalloc(CONFIG_RBPL_SIZE * sizeof(struct he_virt), GFP_KERNEL); in he_init_group()
869 for (i = 0; i < CONFIG_RBPL_SIZE; ++i) { in he_init_group()
886 he_dev->rbpl_tail = &he_dev->rbpl_base[CONFIG_RBPL_SIZE - 1]; in he_init_group()
895 RBP_QSIZE(CONFIG_RBPL_SIZE - 1) | in he_init_group()
1633 for (i = 0; i < CONFIG_RBPL_SIZE; ++i) { in he_stop()
1640 pci_free_consistent(he_dev->pci_dev, CONFIG_RBPL_SIZE in he_stop()
1643 pci_free_consistent(he_dev->pci_dev, CONFIG_RBPL_SIZE in he_stop()
2975 inuse += CONFIG_RBPL_SIZE * sizeof(struct he_rbp); in he_proc_read()
2980 CONFIG_RBPL_SIZE, inuse); in he_proc_read()