Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/st/cw1200/
Dcw1200.h158 u8 short_frame_max_tx_count; member
Dsta.c425 conf->short_frame_max_tx_count); in cw1200_config()
428 priv->short_frame_max_tx_count = in cw1200_config()
429 (conf->short_frame_max_tx_count < 0x0F) ? in cw1200_config()
430 conf->short_frame_max_tx_count : 0x0F; in cw1200_config()
431 priv->hw->max_rate_tries = priv->short_frame_max_tx_count; in cw1200_config()
Ddebug.c197 priv->short_frame_max_tx_count); in cw1200_status_show()
Dtxrx.c70 unsigned limit = priv->short_frame_max_tx_count; in tx_policy_build()
368 dst->short_retries = priv->short_frame_max_tx_count; in tx_policy_upload()
/linux-6.12.1/drivers/net/wireless/ralink/rt2x00/
Drt2x00config.c255 rt2x00dev->short_retry = conf->short_frame_max_tx_count; in rt2x00lib_config()
Drt2400pci.c507 libconf->conf->short_frame_max_tx_count); in rt2400pci_config_retry_limit()
Drt2500pci.c555 libconf->conf->short_frame_max_tx_count); in rt2500pci_config_retry_limit()
Drt73usb.c811 libconf->conf->short_frame_max_tx_count); in rt73usb_config_retry_limit()
Drt61pci.c843 libconf->conf->short_frame_max_tx_count); in rt61pci_config_retry_limit()
Drt2800lib.c5642 libconf->conf->short_frame_max_tx_count); in rt2800_config_retry_limit()
/linux-6.12.1/drivers/net/wireless/broadcom/b43/
Dxmit.c418 rates[0].count = dev->wl->hw->conf.short_frame_max_tx_count; in b43_generate_txhdr()
872 } else if (status->rts_count > dev->wl->hw->conf.short_frame_max_tx_count) { in b43_fill_txstatus_report()
Dmain.c4009 b43_set_retry_limits(dev, conf->short_frame_max_tx_count, in b43_op_config()
/linux-6.12.1/drivers/net/wireless/broadcom/b43legacy/
Dxmit.c289 rates[0].count = dev->wl->hw->conf.short_frame_max_tx_count; in generate_txhdr_fw3()
Dpio.c503 if (status->rts_count > dev->wl->hw->conf.short_frame_max_tx_count) { in b43legacy_pio_handle_txstatus()
Ddma.c1157 if (status->rts_count > dev->wl->hw->conf.short_frame_max_tx_count) { in b43legacy_dma_handle_txstatus()
Dmain.c2685 conf->short_frame_max_tx_count, in b43legacy_op_dev_config()
/linux-6.12.1/drivers/net/wireless/ath/ath5k/
Dmac80211-ops.c220 ah->ah_retry_short = conf->short_frame_max_tx_count; in ath5k_config()
/linux-6.12.1/net/mac80211/
Dtrace.h399 __field(u8, short_frame_max_tx_count)
413 __entry->short_frame_max_tx_count =
414 local->hw.conf.short_frame_max_tx_count;
Dmain.c927 local->hw.conf.short_frame_max_tx_count = wiphy->retry_short; in ieee80211_alloc_hw_nm()
Dcfg.c3021 local->hw.conf.short_frame_max_tx_count = wiphy->retry_short; in ieee80211_set_wiphy_params()
/linux-6.12.1/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Dmac80211_if.c574 conf->short_frame_max_tx_count, in brcms_ops_config()
/linux-6.12.1/include/net/
Dmac80211.h1787 u8 long_frame_max_tx_count, short_frame_max_tx_count; member