[go: nahoru, domu]

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

/drivers/net/wireless/ath/ath6kl/
H A Dhtc_mbox.c577 ep->ep_st.cred_cosumd += *req_cred;
590 ep->ep_st.cred_low_indicate += 1;
638 endpoint->ep_st.tx_issued += 1;
937 endpoint->ep_st.tx_bundles += bundle_sent;
938 endpoint->ep_st.tx_pkt_bundled += n_pkts_bundle;
991 endpoint->ep_st.tx_dropped += 1;
1257 endpoint->ep_st.rx_pkts++;
1259 endpoint->ep_st.rx_lkahds++;
1261 endpoint->ep_st.rx_bundle_lkahd++;
1401 ep->ep_st
[all...]
H A Ddebug.c770 struct htc_endpoint_stats *ep_st; local
775 ep_st = &target->endpoint[i].ep_st;
776 counter = ((u32 *) ep_st) + (offset / 4);
847 struct htc_endpoint_stats *ep_st; local
854 ep_st = &target->endpoint[i].ep_st;
855 memset(ep_st, 0, sizeof(*ep_st));
H A Dhtc.h522 struct htc_endpoint_stats ep_st; member in struct:htc_endpoint
H A Dhtc_pipe.c144 ep->ep_st.cred_cosumd += credits_required;
151 ep->ep_st.cred_low_indicate += 1;
252 ep->ep_st.tx_issued += 1;
391 ep->ep_st.tx_dropped += 1;

Completed in 34 milliseconds