• Home
  • Raw
  • Download

Lines Matching refs:qtd_list

87 	struct list_head qtd_list;  member
101 struct list_head qtd_list; member
321 BUG_ON(!list_empty(&qh->qtd_list)); in qh_destroy()
334 INIT_LIST_HEAD(&qh->qtd_list); in isp1760_qh_alloc()
906 list_del(&qtd->qtd_list); in clean_this_qtd()
924 list_del(&qtd->qtd_list); in clean_up_qtdlist()
1364 struct urb *urb, struct list_head *qtd_list, int epnum, in qh_append_tds() argument
1380 qtd = list_entry(qtd_list->next, struct isp1760_qtd, in qh_append_tds()
1381 qtd_list); in qh_append_tds()
1382 if (!list_empty(&qh->qtd_list)) in qh_append_tds()
1383 prev_qtd = list_entry(qh->qtd_list.prev, in qh_append_tds()
1384 struct isp1760_qtd, qtd_list); in qh_append_tds()
1388 list_splice(qtd_list, qh->qtd_list.prev); in qh_append_tds()
1399 struct list_head *qtd_list) in qtd_list_free() argument
1403 list_for_each_safe(entry, temp, qtd_list) { in qtd_list_free()
1406 qtd = list_entry(entry, struct isp1760_qtd, qtd_list); in qtd_list_free()
1407 list_del(&qtd->qtd_list); in qtd_list_free()
1413 struct list_head *qtd_list, gfp_t mem_flags, packet_enqueue *p) in isp1760_prepare_enqueue() argument
1422 qtd = list_entry(qtd_list->next, struct isp1760_qtd, qtd_list); in isp1760_prepare_enqueue()
1436 qh_busy = !list_empty(&qh->qtd_list); in isp1760_prepare_enqueue()
1440 qh = qh_append_tds(priv, urb, qtd_list, epnum, &urb->ep->hcpriv); in isp1760_prepare_enqueue()
1453 qtd_list_free(priv, urb, qtd_list); in isp1760_prepare_enqueue()
1464 INIT_LIST_HEAD(&qtd->qtd_list); in isp1760_qtd_alloc()
1488 list_add_tail(&qtd->qtd_list, head); in qh_urb_transaction()
1511 list_add_tail(&qtd->qtd_list, head); in qh_urb_transaction()
1562 list_add_tail(&qtd->qtd_list, head); in qh_urb_transaction()
1590 list_add_tail(&qtd->qtd_list, head); in qh_urb_transaction()
1609 struct list_head qtd_list; in isp1760_urb_enqueue() local
1612 INIT_LIST_HEAD(&qtd_list); in isp1760_urb_enqueue()
1618 if (!qh_urb_transaction(priv, urb, &qtd_list, mem_flags)) in isp1760_urb_enqueue()
1624 if (!qh_urb_transaction(priv, urb, &qtd_list, mem_flags)) in isp1760_urb_enqueue()
1635 return isp1760_prepare_enqueue(priv, urb, &qtd_list, mem_flags, pe); in isp1760_urb_enqueue()
2124 if (list_empty(&qh->qtd_list)) in isp1760_endpoint_disable()
2127 qtd = list_first_entry(&qh->qtd_list, struct isp1760_qtd, in isp1760_endpoint_disable()
2128 qtd_list); in isp1760_endpoint_disable()