Lines Matching refs:get_queue_depth
51 get_queue_depth(queue_to_indicate)); in do_send_completion()
114 __func__, packet, get_queue_depth(&ep->txq)); in get_htc_packet_credit_based()
191 __func__, packet, get_queue_depth(&ep->txq)); in get_htc_packet()
215 pkt_queue, get_queue_depth(pkt_queue)); in htc_issue_packets()
313 (txq == NULL) ? 0 : get_queue_depth(txq)); in htc_try_send()
330 txqueue_depth = get_queue_depth(&ep->txq); in htc_try_send()
335 overflow = get_queue_depth(txq); in htc_try_send()
339 overflow += get_queue_depth(txq); in htc_try_send()
360 good_pkts = get_queue_depth(txq) - overflow; in htc_try_send()
451 if (get_queue_depth(&ep->txq) == 0) in htc_try_send()
471 if (get_queue_depth(&send_queue) == 0) { in htc_try_send()
675 if (ep->cred_dist.credits && get_queue_depth(&ep->txq)) { in htc_process_credit_report()
697 while (get_queue_depth(&ep->txq)) { in htc_flush_tx_endpoint()
1533 num = get_queue_depth(&(target->endpoint[endpoint].rx_bufq)); in ath6kl_htc_pipe_get_rxbuf_num()
1640 __func__, first->endpoint, get_queue_depth(pkt_queue), in ath6kl_htc_pipe_add_rxbuf_multiple()