Lines Matching defs:qtd_list

126 	if (list_empty (&qh->qtd_list))
129 qtd = list_entry (qh->qtd_list.next,
130 struct ehci_qtd, qtd_list);
153 if (qh->qh_state == QH_STATE_IDLE && !list_empty(&qh->qtd_list)
318 if (unlikely (list_empty (&qh->qtd_list)))
345 list_for_each_safe (entry, tmp, &qh->qtd_list) {
350 qtd = list_entry (entry, struct ehci_qtd, qtd_list);
506 if (stopped && qtd->qtd_list.prev != &qh->qtd_list) {
507 last = list_entry (qtd->qtd_list.prev,
508 struct ehci_qtd, qtd_list);
513 list_del (&qtd->qtd_list);
591 struct list_head *qtd_list
595 list_for_each_safe (entry, temp, qtd_list) {
598 qtd = list_entry (entry, struct ehci_qtd, qtd_list);
599 list_del (&qtd->qtd_list);
628 list_add_tail (&qtd->qtd_list, head);
651 list_add_tail (&qtd->qtd_list, head);
722 list_add_tail (&qtd->qtd_list, head);
758 list_add_tail (&qtd->qtd_list, head);
1024 struct list_head *qtd_list,
1041 if (unlikely (list_empty (qtd_list)))
1044 qtd = list_entry (qtd_list->next, struct ehci_qtd,
1045 qtd_list);
1077 list_del (&qtd->qtd_list);
1078 list_add (&dummy->qtd_list, qtd_list);
1079 list_splice_tail(qtd_list, &qh->qtd_list);
1086 qtd = list_entry (qh->qtd_list.prev,
1087 struct ehci_qtd, qtd_list);
1106 struct list_head *qtd_list,
1119 qtd = list_entry(qtd_list->next, struct ehci_qtd, qtd_list);
1138 qh = qh_append_tds(ehci, urb, qtd_list, epnum, &urb->ep->hcpriv);
1153 qtd_list_free (ehci, urb, qtd_list);
1180 if (!list_empty(&qh->qtd_list) && ehci->rh_state == EHCI_RH_RUNNING) {
1279 if (!list_empty(&qh->qtd_list)) {
1305 if (list_empty(&qh->qtd_list)