• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/host/

Lines Matching defs:qtd_list

125 	if (list_empty (&qh->qtd_list))
128 qtd = list_entry (qh->qtd_list.next,
129 struct ehci_qtd, qtd_list);
291 qtd = list_entry (entry, struct ehci_qtd, qtd_list);
297 if (qtd->qtd_list.prev != &qtdc_this->cache) {
299 last = list_entry (qtd->qtd_list.prev,
300 struct ehci_qtd, qtd_list);
303 list_del (&qtd->qtd_list);
342 if (unlikely (list_empty (&qh->qtd_list)))
360 list_for_each_safe (entry, tmp, &qh->qtd_list) {
365 qtd = list_entry (entry, struct ehci_qtd, qtd_list);
450 if (stopped && qtd->qtd_list.prev != &qh->qtd_list) {
451 last = list_entry (qtd->qtd_list.prev,
452 struct ehci_qtd, qtd_list);
455 list_del (&qtd->qtd_list);
510 struct list_head *qtd_list
514 list_for_each_safe (entry, temp, qtd_list) {
517 qtd = list_entry (entry, struct ehci_qtd, qtd_list);
518 list_del (&qtd->qtd_list);
545 list_add_tail (&qtd->qtd_list, head);
567 list_add_tail (&qtd->qtd_list, head);
612 list_add_tail (&qtd->qtd_list, head);
645 list_add_tail (&qtd->qtd_list, head);
884 struct list_head *qtd_list,
908 if (unlikely (list_empty (qtd_list)))
911 qtd = list_entry (qtd_list->next, struct ehci_qtd,
912 qtd_list);
927 list_for_each (entry, qtd_list) {
928 qtd2 = list_entry (entry, struct ehci_qtd, qtd_list);
956 list_del (&qtd->qtd_list);
957 list_add (&dummy->qtd_list, qtd_list);
958 __list_splice (qtd_list, qh->qtd_list.prev);
965 qtd = list_entry (qh->qtd_list.prev,
966 struct ehci_qtd, qtd_list);
986 struct list_head *qtd_list,
995 qtd = list_entry (qtd_list->next, struct ehci_qtd, qtd_list);
1036 qtd_prev = list_entry (qtdc_hit->cache.prev, struct ehci_qtd, qtd_list);
1037 qtd_this = list_entry (qtd_list->next, struct ehci_qtd, qtd_list);
1047 list_splice_init (qtd_list, qtdc_hit->cache.prev);
1057 } else { /* insert the cache list into qtd_list and go on */
1062 qtd = list_entry (entry, struct ehci_qtd, qtd_list);
1068 list_splice_init (&qtdc_hit->cache, qtd_list);
1087 qh = qh_append_tds (ehci, urb, qtd_list, epnum, &ep->hcpriv);
1101 qtd_list_free (ehci, urb, qtd_list);
1129 if (!list_empty (&qh->qtd_list)
1237 if (!list_empty (&qh->qtd_list)) {
1261 if (list_empty (&qh->qtd_list)) {