Searched refs:is_td_active (Results 1 – 2 of 2) sorted by relevance
241 #define is_td_active(desc) (desc->hw.td.status & cpu_to_le32(TD_CTRL_ACTIVE)) macro
2334 ((qh->hw.qh.element == cpu_to_le32(UHCI_PTR_TERM)) || !is_td_active(desc))) in process_transfer()2342 if (is_td_active(desc)) { // do not process active TDs in process_transfer()2448 if (is_td_active(desc)) { in process_interrupt()2541 if (is_td_active(desc) && mode==PROCESS_ISO_REGULAR) in process_iso()2554 if (is_td_active(desc)) { in process_iso()