Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/wireless/st/cw1200/
A Dcw1200.h158 u8 short_frame_max_tx_count; member
A 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()
A Ddebug.c197 priv->short_frame_max_tx_count); in cw1200_status_show()
A 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.3-rc2/drivers/net/wireless/ralink/rt2x00/
A Drt2x00config.c255 rt2x00dev->short_retry = conf->short_frame_max_tx_count; in rt2x00lib_config()
A Drt2400pci.c507 libconf->conf->short_frame_max_tx_count); in rt2400pci_config_retry_limit()
A Drt2500pci.c555 libconf->conf->short_frame_max_tx_count); in rt2500pci_config_retry_limit()
A Drt73usb.c811 libconf->conf->short_frame_max_tx_count); in rt73usb_config_retry_limit()
A Drt61pci.c843 libconf->conf->short_frame_max_tx_count); in rt61pci_config_retry_limit()
A Drt2800lib.c5627 libconf->conf->short_frame_max_tx_count); in rt2800_config_retry_limit()
/linux-6.3-rc2/drivers/net/wireless/broadcom/b43/
A 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()
A Dmain.c4007 b43_set_retry_limits(dev, conf->short_frame_max_tx_count, in b43_op_config()
/linux-6.3-rc2/drivers/net/wireless/broadcom/b43legacy/
A Dxmit.c289 rates[0].count = dev->wl->hw->conf.short_frame_max_tx_count; in generate_txhdr_fw3()
A Dpio.c503 if (status->rts_count > dev->wl->hw->conf.short_frame_max_tx_count) { in b43legacy_pio_handle_txstatus()
A Ddma.c1165 if (status->rts_count > dev->wl->hw->conf.short_frame_max_tx_count) { in b43legacy_dma_handle_txstatus()
A Dmain.c2685 conf->short_frame_max_tx_count, in b43legacy_op_dev_config()
/linux-6.3-rc2/drivers/net/wireless/ath/ath5k/
A Dmac80211-ops.c220 ah->ah_retry_short = conf->short_frame_max_tx_count; in ath5k_config()
/linux-6.3-rc2/net/mac80211/
A Dtrace.h367 __field(u8, short_frame_max_tx_count)
381 __entry->short_frame_max_tx_count =
382 local->hw.conf.short_frame_max_tx_count;
A Dmain.c759 local->hw.conf.short_frame_max_tx_count = wiphy->retry_short; in ieee80211_alloc_hw_nm()
A Dcfg.c2916 local->hw.conf.short_frame_max_tx_count = wiphy->retry_short; in ieee80211_set_wiphy_params()
/linux-6.3-rc2/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
A Dmac80211_if.c574 conf->short_frame_max_tx_count, in brcms_ops_config()
/linux-6.3-rc2/include/net/
A Dmac80211.h1718 u8 long_frame_max_tx_count, short_frame_max_tx_count; member

Completed in 106 milliseconds