Searched defs:retry_count (Results 1 - 3 of 3) sorted by relevance

/net/mac80211/
H A Drc80211_minstrel.h49 unsigned int retry_count; member in struct:minstrel_rate_stats
H A Dstatus.c275 struct sk_buff *skb, int retry_count,
327 /* for now report the total retry_count */
328 *pos = retry_count;
585 int retry_count = -1, i; local
609 retry_count += info->status.rates[i].count;
613 if (retry_count < 0)
614 retry_count = 0;
695 sta->tx_retry_count += retry_count;
745 if (retry_count > 0)
747 if (retry_count >
273 ieee80211_add_tx_radiotap_header(struct ieee80211_local *local, struct ieee80211_supported_band *sband, struct sk_buff *skb, int retry_count, int rtap_len, int shift) argument
[all...]
/net/sunrpc/xprtrdma/
H A Dverbs.c794 ep->rep_remote_cma.retry_count = 7;
859 int retry_count = 0; local
939 ++retry_count <= RDMA_CONNECT_RETRY_MAX) {
946 if (retry_count++ <= RDMA_CONNECT_RETRY_MAX + 1 &&

Completed in 90 milliseconds