Home
last modified time | relevance | path

Searched refs:get_queue_depth (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Dhtc_pipe.c51 get_queue_depth(queue_to_indicate)); in do_send_completion()
114 __func__, packet, get_queue_depth(&ep->txq)); in get_htc_packet_credit_based()
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()
[all …]
H A Dhtc_mbox.c446 endpoint->eid, get_queue_depth(txq)); in htc_tx_complete()
773 n_scat = get_queue_depth(queue); in ath6kl_htc_tx_bundle()
905 (get_queue_depth(&txq) >= in ath6kl_htc_tx_from_queue()
1025 get_queue_depth(&endpoint->txq)); in htc_chk_ep_txq()
1233 get_queue_depth(&endpoint->txq); in ath6kl_htc_mbox_activity_changed()
1355 if (get_queue_depth(&endpoint->rx_bufq) in ath6kl_htc_rx_chk_water_mark()
1649 get_queue_depth(&endpoint->txq); in htc_proc_cred_rpt()
1920 n_scat_pkt = get_queue_depth(rxq); in ath6kl_htc_rx_bundle()
1943 get_queue_depth(rxq), n_scat_pkt); in ath6kl_htc_rx_bundle()
2190 if (get_queue_depth(&rx_pktq) >= 2) in ath6kl_htc_rxmsg_pending_handler()
[all …]
H A Dhtc.h670 static inline int get_queue_depth(struct list_head *queue) in get_queue_depth() function
H A Dsdio.c651 node->scat_q_depth = get_queue_depth(&ar_sdio->scat_req); in ath6kl_sdio_scatter_req_get()
1251 WARN_ON(get_queue_depth(&ar_sdio->scat_req) != 4); in ath6kl_sdio_stop()
H A Ddebug.c272 get_queue_depth(&ep_dist->htc_ep->txq)); in dump_cred_dist()
715 get_queue_depth(&target->cred_dist_list) * CREDIT_INFO_LEN; in read_file_credit_dist_stats()
744 get_queue_depth(&ep_list->htc_ep->txq)); in read_file_credit_dist_stats()