Home
last modified time | relevance | path

Searched refs:retry_long (Results 1 – 24 of 24) sorted by relevance

/openbmc/linux/net/wireless/
H A Ddebugfs.c38 wiphy->retry_long);
H A Dwext-compat.c355 u8 olong = wdev->wiphy->retry_long; in cfg80211_wext_siwretry()
365 wdev->wiphy->retry_long = retry->value; in cfg80211_wext_siwretry()
372 wdev->wiphy->retry_long = retry->value; in cfg80211_wext_siwretry()
380 wdev->wiphy->retry_long = olong; in cfg80211_wext_siwretry()
403 if (wdev->wiphy->retry_long == wdev->wiphy->retry_short) in cfg80211_wext_giwretry()
411 retry->value = wdev->wiphy->retry_long; in cfg80211_wext_giwretry()
H A Dcore.c589 rdev->wiphy.retry_long = 4; in wiphy_new_nm()
H A Dnl80211.c2434 rdev->wiphy.retry_long) || in nl80211_send_wiphy()
3474 u8 retry_short = 0, retry_long = 0; in nl80211_set_wiphy() local
3677 retry_long = nla_get_u8( in nl80211_set_wiphy()
3774 old_retry_long = rdev->wiphy.retry_long; in nl80211_set_wiphy()
3785 rdev->wiphy.retry_long = retry_long; in nl80211_set_wiphy()
3802 rdev->wiphy.retry_long = old_retry_long; in nl80211_set_wiphy()
15951 tid_conf->retry_long = in parse_tid_conf()
15954 if (tid_conf->retry_long > rdev->wiphy.max_data_retry_count) in parse_tid_conf()
/openbmc/linux/drivers/net/wireless/intersil/orinoco/
H A Dcfg.c94 wiphy->retry_long = priv->long_retry_limit; in orinoco_wiphy_register()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcfg80211.h113 u32 retry_long; member
H A Dcfg80211.c1648 && (cfg->conf->retry_long != wiphy->retry_long)) { in brcmf_cfg80211_set_wiphy_params()
1649 cfg->conf->retry_long = wiphy->retry_long; in brcmf_cfg80211_set_wiphy_params()
1650 err = brcmf_set_retry(ndev, cfg->conf->retry_long, true); in brcmf_cfg80211_set_wiphy_params()
6715 conf->retry_long = (u32)-1; in brcmf_init_conf()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dcore.h555 int retry_long[ATH10K_TID_MAX]; member
634 int retry_long[ATH10K_TID_MAX]; member
H A Dmac.c3210 if (arvif->retry_long[i] || arvif->ampdu[i] || in ath10k_new_peer_tid_config()
3215 arg.retry_count = arvif->retry_long[i]; in ath10k_new_peer_tid_config()
3240 arsta->retry_long[i] = -1; in ath10k_new_peer_tid_config()
7073 if ((arsta->retry_long[arg->tid] > 0 || in ath10k_mac_set_tid_config()
7119 arsta->retry_long[arg->tid] = arg->retry_count; in ath10k_mac_set_tid_config()
7141 if ((arvif->retry_long[arg->tid] || in ath10k_mac_set_tid_config()
7158 arvif->retry_long[arg->tid] = arg->retry_count; in ath10k_mac_set_tid_config()
7230 arg->retry_count = tid_conf->retry_long; in ath10k_mac_parse_tid_config()
7301 arsta->retry_long[i] = -1; in ath10k_mac_reset_tid_config()
7308 arvif->retry_long[i] = 0; in ath10k_mac_reset_tid_config()
[all …]
/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dqlink.h1080 u8 retry_long; member
H A Dcfg80211.c1136 wiphy->retry_long = macinfo->lretry_limit; in qtnf_wiphy_register()
H A Dcommands.c1247 mac_info->lretry_limit = resp_info->retry_long; in qtnf_cmd_resp_proc_mac_info()
1662 wiphy->retry_long); in qtnf_cmd_send_update_phy_params()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dcore.c310 mac->retry_long = retry_limit; in rtl_op_add_interface()
644 mac->retry_long = hw->conf.long_frame_max_tx_count; in rtl_op_config()
H A Dps.c29 &rtlmac->retry_long); in rtl_ps_enable_nic()
H A Dpci.c1107 mac->retry_long = 7; in _rtl_pci_init_struct()
1709 &rtlmac->retry_long); in rtl_pci_start()
H A Dwifi.h1537 u8 retry_long; member
/openbmc/linux/drivers/net/wireless/microchip/wilc1000/
H A Dcfg80211.c833 wiphy->retry_long); in set_wiphy_params()
835 cfg_param_val.long_retry_limit = wiphy->retry_long; in set_wiphy_params()
/openbmc/linux/drivers/staging/vt6656/
H A Dmain_usb.c221 init_cmd->long_retry_limit = priv->hw->wiphy->retry_long; in vnt_init_registers()
/openbmc/linux/net/mac80211/
H A Dmain.c787 local->hw.conf.long_frame_max_tx_count = wiphy->retry_long; in ieee80211_alloc_hw_nm()
H A Dcfg.c3005 if (wiphy->retry_long > IEEE80211_MAX_TX_RETRY) in ieee80211_set_wiphy_params()
3007 local->hw.conf.long_frame_max_tx_count = wiphy->retry_long; in ieee80211_set_wiphy_params()
/openbmc/linux/include/net/
H A Dcfg80211.h797 u8 retry_long, retry_short; member
5491 u8 retry_long; member
/openbmc/linux/drivers/net/wireless/rsi/
H A Drsi_91x_mac80211.c2047 wiphy->retry_long = RETRY_LONG; in rsi_mac80211_attach()
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c743 bss_cfg->retry_limit = wiphy->retry_long; in mwifiex_cfg80211_set_wiphy_params()
4517 wiphy->retry_long = (u8) retry; in mwifiex_register_cfg80211()
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2800lib.c11590 rt2x00dev->hw->wiphy->retry_long = 2; in rt2800_probe_hw_mode()