Searched refs:he_rbp (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/atm/ |
D | he.h | 217 struct he_rbp { struct 243 struct he_rbp rbps_ba; 329 struct he_rbp *rbpl_base, *rbpl_tail; 342 struct he_rbp *rbps_base, *rbps_tail;
|
D | he.c | 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() [all …]
|