Lines Matching refs:send_queue
305 struct list_head send_queue; /* temp queue to hold packets */ in htc_try_send() local
317 INIT_LIST_HEAD(&send_queue); in htc_try_send()
359 list_splice_tail_init(txq, &send_queue); in htc_try_send()
375 list_move_tail(&packet->list, &send_queue); in htc_try_send()
400 &send_queue); in htc_try_send()
404 if (list_empty(&send_queue)) { in htc_try_send()
420 if (!list_empty(&send_queue)) { in htc_try_send()
422 list_splice_tail_init(&send_queue, &ep->txq); in htc_try_send()
423 if (!list_empty(&send_queue)) { in htc_try_send()
428 INIT_LIST_HEAD(&send_queue); in htc_try_send()
463 get_htc_packet_credit_based(target, ep, &send_queue); in htc_try_send()
469 get_htc_packet(target, ep, &send_queue, tx_resources); in htc_try_send()
472 if (get_queue_depth(&send_queue) == 0) { in htc_try_send()
483 htc_issue_packets(target, ep, &send_queue); in htc_try_send()