Searched refs:get_queue_depth (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
H A D | htc_pipe.c | 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( in htc_try_send() [all...] |
H A D | htc_mbox.c | 426 endpoint->cred_dist.txq_depth = get_queue_depth(&endpoint->txq); in htc_tx_comp_update() 446 endpoint->eid, get_queue_depth(txq)); in htc_tx_complete() 618 packet, get_queue_depth(&endpoint->txq)); in ath6kl_htc_tx_pkts_get() 773 n_scat = get_queue_depth(queue); in ath6kl_htc_tx_bundle() 905 (get_queue_depth(&txq) >= in ath6kl_htc_tx_from_queue() 976 txq_depth = get_queue_depth(&endpoint->txq); in ath6kl_htc_tx_try() 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( in htc_proc_cred_rpt() [all...] |
H A D | htc.h | 670 static inline int get_queue_depth(struct list_head *queue) in get_queue_depth() function
|
H A D | sdio.c | 651 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 D | debug.c | 272 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()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/ |
H A D | htc_pipe.c | 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( in htc_try_send() [all...] |
H A D | htc_mbox.c | 426 endpoint->cred_dist.txq_depth = get_queue_depth(&endpoint->txq); in htc_tx_comp_update() 446 endpoint->eid, get_queue_depth(txq)); in htc_tx_complete() 618 packet, get_queue_depth(&endpoint->txq)); in ath6kl_htc_tx_pkts_get() 773 n_scat = get_queue_depth(queue); in ath6kl_htc_tx_bundle() 905 (get_queue_depth(&txq) >= in ath6kl_htc_tx_from_queue() 976 txq_depth = get_queue_depth(&endpoint->txq); in ath6kl_htc_tx_try() 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( in htc_proc_cred_rpt() [all...] |
H A D | htc.h | 670 static inline int get_queue_depth(struct list_head *queue) in get_queue_depth() function
|
H A D | sdio.c | 651 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 D | debug.c | 272 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()
|
Completed in 22 milliseconds