Home
last modified time | relevance | path

Searched refs:short_frame_max_tx_count (Results 1 – 23 of 23) sorted by relevance

/Linux-v4.19/drivers/net/wireless/st/cw1200/
Dcw1200.h161 u8 short_frame_max_tx_count; member
Dsta.c428 conf->short_frame_max_tx_count); in cw1200_config()
431 priv->short_frame_max_tx_count = in cw1200_config()
432 (conf->short_frame_max_tx_count < 0x0F) ? in cw1200_config()
433 conf->short_frame_max_tx_count : 0x0F; in cw1200_config()
434 priv->hw->max_rate_tries = priv->short_frame_max_tx_count; in cw1200_config()
Ddebug.c200 priv->short_frame_max_tx_count); in cw1200_status_show()
Dtxrx.c73 unsigned limit = priv->short_frame_max_tx_count; in tx_policy_build()
371 dst->short_retries = priv->short_frame_max_tx_count; in tx_policy_upload()
/Linux-v4.19/drivers/net/wireless/ralink/rt2x00/
Drt2x00config.c265 rt2x00dev->short_retry = conf->short_frame_max_tx_count; in rt2x00lib_config()
Drt2400pci.c518 libconf->conf->short_frame_max_tx_count); in rt2400pci_config_retry_limit()
Drt2500pci.c566 libconf->conf->short_frame_max_tx_count); in rt2500pci_config_retry_limit()
Drt73usb.c822 libconf->conf->short_frame_max_tx_count); in rt73usb_config_retry_limit()
Drt61pci.c939 libconf->conf->short_frame_max_tx_count); in rt61pci_config_retry_limit()
Drt2800lib.c4993 libconf->conf->short_frame_max_tx_count); in rt2800_config_retry_limit()
/Linux-v4.19/drivers/net/wireless/broadcom/b43/
Dxmit.c431 rates[0].count = dev->wl->hw->conf.short_frame_max_tx_count; in b43_generate_txhdr()
898 } else if (status->rts_count > dev->wl->hw->conf.short_frame_max_tx_count) { in b43_fill_txstatus_report()
Dmain.c4029 b43_set_retry_limits(dev, conf->short_frame_max_tx_count, in b43_op_config()
/Linux-v4.19/drivers/net/wireless/broadcom/b43legacy/
Dxmit.c302 rates[0].count = dev->wl->hw->conf.short_frame_max_tx_count; in generate_txhdr_fw3()
Dpio.c517 if (status->rts_count > dev->wl->hw->conf.short_frame_max_tx_count) { in b43legacy_pio_handle_txstatus()
Ddma.c1242 if (status->rts_count > dev->wl->hw->conf.short_frame_max_tx_count) { in b43legacy_dma_handle_txstatus()
Dmain.c2714 conf->short_frame_max_tx_count, in b43legacy_op_dev_config()
/Linux-v4.19/drivers/net/wireless/ath/ath5k/
Dmac80211-ops.c220 ah->ah_retry_short = conf->short_frame_max_tx_count; in ath5k_config()
/Linux-v4.19/net/mac80211/
Dtrace.h356 __field(u8, short_frame_max_tx_count)
370 __entry->short_frame_max_tx_count =
371 local->hw.conf.short_frame_max_tx_count;
Dmain.c621 local->hw.conf.short_frame_max_tx_count = wiphy->retry_short; in ieee80211_alloc_hw_nm()
Dcfg.c2373 local->hw.conf.short_frame_max_tx_count = wiphy->retry_short; in ieee80211_set_wiphy_params()
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Dmac80211_if.c570 conf->short_frame_max_tx_count, in brcms_ops_config()
/Linux-v4.19/include/net/
Dmac80211.h1416 u8 long_frame_max_tx_count, short_frame_max_tx_count; member
/Linux-v4.19/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu_core.c5515 ((hw->conf.short_frame_max_tx_count << in rtl8xxxu_config()