Home
last modified time | relevance | path

Searched refs:long_frame_max_tx_count (Results 1 – 22 of 22) sorted by relevance

/linux-6.1.9/drivers/net/wireless/st/cw1200/
Dcw1200.h157 u8 long_frame_max_tx_count; member
Ddebug.c195 priv->long_frame_max_tx_count); in cw1200_status_show()
Dsta.c424 conf->long_frame_max_tx_count, in cw1200_config()
427 priv->long_frame_max_tx_count = conf->long_frame_max_tx_count; in cw1200_config()
Dtxrx.c369 dst->long_retries = priv->long_frame_max_tx_count; in tx_policy_upload()
/linux-6.1.9/drivers/net/wireless/broadcom/b43legacy/
Dxmit.c285 (rates[0].count <= dev->wl->hw->conf.long_frame_max_tx_count)) { in generate_txhdr_fw3()
286 rates[0].count = dev->wl->hw->conf.long_frame_max_tx_count; in generate_txhdr_fw3()
Dmain.c2686 conf->long_frame_max_tx_count); in b43legacy_op_dev_config()
/linux-6.1.9/drivers/net/wireless/ralink/rt2x00/
Drt2x00config.c256 rt2x00dev->long_retry = conf->long_frame_max_tx_count; in rt2x00lib_config()
Drt2400pci.c505 libconf->conf->long_frame_max_tx_count); in rt2400pci_config_retry_limit()
Drt2500pci.c553 libconf->conf->long_frame_max_tx_count); in rt2500pci_config_retry_limit()
Drt73usb.c809 libconf->conf->long_frame_max_tx_count); in rt73usb_config_retry_limit()
Drt61pci.c841 libconf->conf->long_frame_max_tx_count); in rt61pci_config_retry_limit()
Drt2800lib.c5629 libconf->conf->long_frame_max_tx_count); in rt2800_config_retry_limit()
/linux-6.1.9/drivers/net/wireless/broadcom/b43/
Dxmit.c414 (rates[0].count <= dev->wl->hw->conf.long_frame_max_tx_count)) { in b43_generate_txhdr()
415 rates[0].count = dev->wl->hw->conf.long_frame_max_tx_count; in b43_generate_txhdr()
Dmain.c4008 conf->long_frame_max_tx_count); in b43_op_config()
/linux-6.1.9/drivers/net/wireless/realtek/rtlwifi/
Dcore.c639 hw->conf.long_frame_max_tx_count); in rtl_op_config()
644 mac->retry_long = hw->conf.long_frame_max_tx_count; in rtl_op_config()
645 mac->retry_short = hw->conf.long_frame_max_tx_count; in rtl_op_config()
647 (u8 *)(&hw->conf.long_frame_max_tx_count)); in rtl_op_config()
/linux-6.1.9/drivers/net/wireless/ath/ath5k/
Dmac80211-ops.c219 ah->ah_retry_long = conf->long_frame_max_tx_count; in ath5k_config()
/linux-6.1.9/net/mac80211/
Dtrace.h366 __field(u8, long_frame_max_tx_count)
379 __entry->long_frame_max_tx_count =
380 local->hw.conf.long_frame_max_tx_count;
Dmain.c760 local->hw.conf.long_frame_max_tx_count = wiphy->retry_long; in ieee80211_alloc_hw_nm()
Dcfg.c2884 local->hw.conf.long_frame_max_tx_count = wiphy->retry_long; in ieee80211_set_wiphy_params()
/linux-6.1.9/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Dmac80211_if.c575 conf->long_frame_max_tx_count); in brcms_ops_config()
/linux-6.1.9/include/net/
Dmac80211.h1671 u8 long_frame_max_tx_count, short_frame_max_tx_count; member
/linux-6.1.9/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu_core.c5988 val16 = ((hw->conf.long_frame_max_tx_count << in rtl8xxxu_config()