Home
last modified time | relevance | path

Searched refs:ep_st (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/ath/ath6kl/
H A Dhtc_mbox.c576 ep->ep_st.cred_cosumd += *req_cred; in htc_check_credits()
589 ep->ep_st.cred_low_indicate += 1; in htc_check_credits()
637 endpoint->ep_st.tx_issued += 1; in ath6kl_htc_tx_pkts_get()
936 endpoint->ep_st.tx_bundles += bundle_sent; in ath6kl_htc_tx_from_queue()
937 endpoint->ep_st.tx_pkt_bundled += n_pkts_bundle; in ath6kl_htc_tx_from_queue()
990 endpoint->ep_st.tx_dropped += 1; in ath6kl_htc_tx_try()
1254 endpoint->ep_st.rx_pkts++; in ath6kl_htc_rx_update_stats()
1256 endpoint->ep_st.rx_lkahds++; in ath6kl_htc_rx_update_stats()
1258 endpoint->ep_st.rx_bundle_lkahd++; in ath6kl_htc_rx_update_stats()
1398 ep->ep_st.rx_alloc_thresh_hit += 1; in ath6kl_htc_rx_setup()
[all …]
H A Dhtc_pipe.c144 ep->ep_st.cred_cosumd += credits_required; in get_htc_packet_credit_based()
151 ep->ep_st.cred_low_indicate += 1; in get_htc_packet_credit_based()
250 ep->ep_st.tx_issued += 1; in htc_issue_packets()
389 ep->ep_st.tx_dropped += 1; in htc_try_send()
H A Dhtc.h529 struct htc_endpoint_stats ep_st; member