Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dfhci-mem.c41 if (!list_empty(&fhci->empty_tds)) { in get_empty_td()
42 td = list_entry(fhci->empty_tds.next, struct td, node); in get_empty_td()
43 list_del(fhci->empty_tds.next); in get_empty_td()
58 list_add(&td->node, &fhci->empty_tds); in fhci_recycle_empty_td()
H A Dfhci.h260 struct list_head empty_tds; member