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

/net/mac80211/
H A Drc80211_minstrel.c267 unsigned int retry = mr->adjusted_retry_count; local
270 retry = max(2U, min(mr->stats.retry_count_rtscts, retry));
272 retry = max(2U, min(mr->retry_count_cts, retry));
273 return retry;
312 /* check multi-rate-retry capabilities & adjust lookaround_rate */
343 /* With multi-rate retry, not every planned sample
344 * attempt actually gets used, due to the way the retry
/net/wireless/
H A Dwext-compat.c364 struct iw_param *retry, char *extra)
373 if (retry->disabled || retry->value < 1 || retry->value > 255 ||
374 (retry->flags & IW_RETRY_TYPE) != IW_RETRY_LIMIT)
377 if (retry->flags & IW_RETRY_LONG) {
378 wdev->wiphy->retry_long = retry->value;
380 } else if (retry->flags & IW_RETRY_SHORT) {
381 wdev->wiphy->retry_short = retry->value;
384 wdev->wiphy->retry_short = retry
362 cfg80211_wext_siwretry(struct net_device *dev, struct iw_request_info *info, struct iw_param *retry, char *extra) argument
402 cfg80211_wext_giwretry(struct net_device *dev, struct iw_request_info *info, struct iw_param *retry, char *extra) argument
[all...]
/net/netfilter/ipset/
H A Dip_set_core.c118 struct ip_set_type **found, bool retry)
123 if (retry && !load_settype(name))
141 return retry ? -IPSET_ERR_FIND_TYPE :
158 bool retry)
163 if (retry && !load_settype(name))
182 return retry ? -IPSET_ERR_FIND_TYPE :
117 __find_set_type_get(const char *name, u8 family, u8 revision, struct ip_set_type **found, bool retry) argument
157 __find_set_type_minmax(const char *name, u8 family, u8 *min, u8 *max, bool retry) argument

Completed in 49 milliseconds