outstanding_tpds 1433 drivers/atm/he.c 	INIT_LIST_HEAD(&he_dev->outstanding_tpds);
outstanding_tpds 1822 drivers/atm/he.c 		list_for_each_entry(__tpd, &he_dev->outstanding_tpds, entry) {
outstanding_tpds 2106 drivers/atm/he.c 	list_add_tail(&tpd->entry, &he_dev->outstanding_tpds);
outstanding_tpds  285 drivers/atm/he.h 	struct list_head outstanding_tpds;