Lines Matching refs:send_queue
304 struct list_head send_queue; /* temp queue to hold packets */ in htc_try_send() local
316 INIT_LIST_HEAD(&send_queue); in htc_try_send()
358 list_splice_tail_init(txq, &send_queue); in htc_try_send()
374 list_move_tail(&packet->list, &send_queue); in htc_try_send()
399 &send_queue); in htc_try_send()
403 if (list_empty(&send_queue)) { in htc_try_send()
419 if (!list_empty(&send_queue)) { in htc_try_send()
421 list_splice_tail_init(&send_queue, &ep->txq); in htc_try_send()
422 if (!list_empty(&send_queue)) { in htc_try_send()
427 INIT_LIST_HEAD(&send_queue); in htc_try_send()
462 get_htc_packet_credit_based(target, ep, &send_queue); in htc_try_send()
468 get_htc_packet(target, ep, &send_queue, tx_resources); in htc_try_send()
471 if (get_queue_depth(&send_queue) == 0) { in htc_try_send()
482 htc_issue_packets(target, ep, &send_queue); in htc_try_send()