Home
last modified time | relevance | path

Searched refs:short_frame_max_tx_count (Results 1 - 25 of 44) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/
H A Dcw1200.h158 u8 short_frame_max_tx_count; member
H 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()
H A Ddebug.c197 priv->short_frame_max_tx_count); in cw1200_status_show()
H 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()
/kernel/linux/linux-6.6/drivers/net/wireless/st/cw1200/
H A Dcw1200.h158 u8 short_frame_max_tx_count; member
H 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()
H A Ddebug.c197 priv->short_frame_max_tx_count); in cw1200_status_show()
H 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()
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00config.c254 rt2x00dev->short_retry = conf->short_frame_max_tx_count; in rt2x00lib_config()
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00config.c255 rt2x00dev->short_retry = conf->short_frame_max_tx_count; in rt2x00lib_config()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H 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()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H 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()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43legacy/
H A Dxmit.c289 rates[0].count = dev->wl->hw->conf.short_frame_max_tx_count; in generate_txhdr_fw3()
H A Dpio.c503 if (status->rts_count > dev->wl->hw->conf.short_frame_max_tx_count) { in b43legacy_pio_handle_txstatus()
H A Ddma.c1178 if (status->rts_count > dev->wl->hw->conf.short_frame_max_tx_count) { in b43legacy_dma_handle_txstatus()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43legacy/
H A Dxmit.c289 rates[0].count = dev->wl->hw->conf.short_frame_max_tx_count; in generate_txhdr_fw3()
H A Dpio.c503 if (status->rts_count > dev->wl->hw->conf.short_frame_max_tx_count) { in b43legacy_pio_handle_txstatus()
H A Ddma.c1157 if (status->rts_count > dev->wl->hw->conf.short_frame_max_tx_count) { in b43legacy_dma_handle_txstatus()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/
H A Dmac80211-ops.c220 ah->ah_retry_short = conf->short_frame_max_tx_count; in ath5k_config()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/
H A Dmac80211-ops.c220 ah->ah_retry_short = conf->short_frame_max_tx_count; in ath5k_config()
/kernel/linux/linux-5.10/net/mac80211/
H 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;
H A Dmain.c660 local->hw.conf.short_frame_max_tx_count = wiphy->retry_short; in ieee80211_alloc_hw_nm()
/kernel/linux/linux-6.6/net/mac80211/
H 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;
H A Dmain.c758 local->hw.conf.short_frame_max_tx_count = wiphy->retry_short; in ieee80211_alloc_hw_nm()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmac80211_if.c575 conf->short_frame_max_tx_count, in brcms_ops_config()

Completed in 31 milliseconds

12