Lines Matching refs:he_rbp
797 CONFIG_RBPS_SIZE * sizeof(struct he_rbp), &he_dev->rbps_phys); in he_init_group()
802 memset(he_dev->rbps_base, 0, CONFIG_RBPS_SIZE * sizeof(struct he_rbp)); 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()
1644 * sizeof(struct he_rbp), he_dev->rbpl_base, he_dev->rbpl_phys); in he_stop()
1666 * sizeof(struct he_rbp), he_dev->rbps_base, he_dev->rbps_phys); in he_stop()
1768 struct he_rbp *rbp = NULL; in he_service_rbrq()
2052 struct he_rbp *newtail; in he_service_rbpl()
2053 struct he_rbp *rbpl_head; in he_service_rbpl()
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()
2080 struct he_rbp *newtail; in he_service_rbps()
2081 struct he_rbp *rbps_head; in he_service_rbps()
2084 rbps_head = (struct he_rbp *) ((unsigned long)he_dev->rbps_base | in he_service_rbps()
2088 newtail = (struct he_rbp *) ((unsigned long)he_dev->rbps_base | in he_service_rbps()
2975 inuse += CONFIG_RBPL_SIZE * sizeof(struct he_rbp); in he_proc_read()
2976 inuse /= sizeof(struct he_rbp); in he_proc_read()