Lines Matching refs:txq
426 endpoint->cred_dist.txq_depth = get_queue_depth(&endpoint->txq); in htc_tx_comp_update()
439 struct list_head *txq) in htc_tx_complete() argument
441 if (list_empty(txq)) in htc_tx_complete()
446 endpoint->eid, get_queue_depth(txq)); in htc_tx_complete()
448 ath6kl_tx_complete(endpoint->target, txq); in htc_tx_complete()
611 if (list_empty(&endpoint->txq)) in ath6kl_htc_tx_pkts_get()
613 packet = list_first_entry(&endpoint->txq, struct htc_packet, in ath6kl_htc_tx_pkts_get()
618 packet, get_queue_depth(&endpoint->txq)); in ath6kl_htc_tx_pkts_get()
628 packet = list_first_entry(&endpoint->txq, struct htc_packet, in ath6kl_htc_tx_pkts_get()
861 struct list_head txq; in ath6kl_htc_tx_from_queue() local
882 INIT_LIST_HEAD(&txq); in ath6kl_htc_tx_from_queue()
889 if (list_empty(&endpoint->txq)) in ath6kl_htc_tx_from_queue()
892 ath6kl_htc_tx_pkts_get(target, endpoint, &txq); in ath6kl_htc_tx_from_queue()
894 if (list_empty(&txq)) in ath6kl_htc_tx_from_queue()
905 (get_queue_depth(&txq) >= in ath6kl_htc_tx_from_queue()
911 ath6kl_htc_tx_bundle(endpoint, &txq, in ath6kl_htc_tx_from_queue()
918 if (list_empty(&txq)) in ath6kl_htc_tx_from_queue()
921 packet = list_first_entry(&txq, struct htc_packet, in ath6kl_htc_tx_from_queue()
976 txq_depth = get_queue_depth(&endpoint->txq); in ath6kl_htc_tx_try()
997 list_add_tail(&tx_pkt->list, &endpoint->txq); in ath6kl_htc_tx_try()
1020 if (!list_empty(&endpoint->txq)) { in htc_chk_ep_txq()
1025 get_queue_depth(&endpoint->txq)); in htc_chk_ep_txq()
1167 list_for_each_entry_safe(packet, tmp_pkt, &endpoint->txq, list) { in ath6kl_htc_mbox_flush_txep()
1233 get_queue_depth(&endpoint->txq); in ath6kl_htc_mbox_activity_changed()
1649 get_queue_depth(&endpoint->txq); in htc_proc_cred_rpt()
2587 INIT_LIST_HEAD(&endpoint->txq); in reset_ep_state()