Lines Matching refs:send_queue
303 struct list_head send_queue; /* temp queue to hold packets */ in htc_try_send() local
315 INIT_LIST_HEAD(&send_queue); in htc_try_send()
357 list_splice_tail_init(txq, &send_queue); in htc_try_send()
373 list_move_tail(&packet->list, &send_queue); in htc_try_send()
398 &send_queue); in htc_try_send()
402 if (list_empty(&send_queue)) { in htc_try_send()
418 if (!list_empty(&send_queue)) { in htc_try_send()
420 list_splice_tail_init(&send_queue, &ep->txq); in htc_try_send()
421 if (!list_empty(&send_queue)) { in htc_try_send()
426 INIT_LIST_HEAD(&send_queue); in htc_try_send()
461 get_htc_packet_credit_based(target, ep, &send_queue); in htc_try_send()
467 get_htc_packet(target, ep, &send_queue, tx_resources); in htc_try_send()
470 if (get_queue_depth(&send_queue) == 0) { in htc_try_send()
481 htc_issue_packets(target, ep, &send_queue); in htc_try_send()