Home
last modified time | relevance | path

Searched refs:rbpl_outstanding (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/atm/
H A Dhe.c814 INIT_LIST_HEAD(&he_dev->rbpl_outstanding); in he_init_group()
822 list_add(&heb->entry, &he_dev->rbpl_outstanding); in he_init_group()
891 list_for_each_entry_safe(heb, next, &he_dev->rbpl_outstanding, entry) in he_init_group()
1570 list_for_each_entry_safe(heb, next, &he_dev->rbpl_outstanding, entry) in he_stop()
1910 list_add(&heb->entry, &he_dev->rbpl_outstanding); in he_service_rbpl()
H A Dhe.h302 struct list_head rbpl_outstanding; member