Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Dhtc_mbox.c577 ep->ep_st.cred_cosumd += *req_cred; in htc_check_credits()
590 ep->ep_st.cred_low_indicate += 1; in htc_check_credits()
638 endpoint->ep_st.tx_issued += 1; in ath6kl_htc_tx_pkts_get()
991 endpoint->ep_st.tx_dropped += 1; in ath6kl_htc_tx_try()
1255 endpoint->ep_st.rx_pkts++; in ath6kl_htc_rx_update_stats()
1257 endpoint->ep_st.rx_lkahds++; in ath6kl_htc_rx_update_stats()
1400 ep->ep_st.rxalloc_thresh_byte += in ath6kl_htc_rx_setup()
1616 endpoint->ep_st.tx_cred_rpt += 1; in htc_proc_cred_rpt()
2045 ep->ep_st.rx_bundl += 1; in ath6kl_htc_rx_process_packets()
2582 memset(&endpoint->ep_st, 0, in reset_ep_state()
[all …]
H A Ddebug.c767 struct htc_endpoint_stats *ep_st; in print_endpoint_stat() local
772 ep_st = &target->endpoint[i].ep_st; in print_endpoint_stat()
773 counter = ((u32 *) ep_st) + (offset / 4); in print_endpoint_stat()
844 struct htc_endpoint_stats *ep_st; in ath6kl_endpoint_stats_write() local
851 ep_st = &target->endpoint[i].ep_st; in ath6kl_endpoint_stats_write()
852 memset(ep_st, 0, sizeof(*ep_st)); in ath6kl_endpoint_stats_write()
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()
251 ep->ep_st.tx_issued += 1; in htc_issue_packets()
390 ep->ep_st.tx_dropped += 1; in htc_try_send()
H A Dhtc.h529 struct htc_endpoint_stats ep_st; member