Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/atm/
Dhe.h307 struct list_head outstanding_tpds; member
Dhe.c1478 INIT_LIST_HEAD(&he_dev->outstanding_tpds); in he_start()
1981 p = &he_dev->outstanding_tpds; in he_service_tbrq()
1982 while ((p = p->next) != &he_dev->outstanding_tpds) { in he_service_tbrq()
2297 list_add_tail(&tpd->entry, &he_dev->outstanding_tpds); in __enqueue_tpd()