Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00config.c255 rt2x00dev->short_retry = conf->short_frame_max_tx_count; in rt2x00lib_config()
H A Drt2400pci.c507 libconf->conf->short_frame_max_tx_count); in rt2400pci_config_retry_limit()
H A Drt2500pci.c555 libconf->conf->short_frame_max_tx_count); in rt2500pci_config_retry_limit()
H A Drt73usb.c811 libconf->conf->short_frame_max_tx_count); in rt73usb_config_retry_limit()
H A Drt61pci.c843 libconf->conf->short_frame_max_tx_count); in rt61pci_config_retry_limit()
H A Drt2800lib.c5650 libconf->conf->short_frame_max_tx_count); in rt2800_config_retry_limit()
/openbmc/linux/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()
H A Dmain.c4009 b43_set_retry_limits(dev, conf->short_frame_max_tx_count, in b43_op_config()
/openbmc/linux/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()
H A Dmain.c2685 conf->short_frame_max_tx_count, in b43legacy_op_dev_config()
/openbmc/linux/drivers/net/wireless/ath/ath5k/
H A Dmac80211-ops.c220 ah->ah_retry_short = conf->short_frame_max_tx_count; in ath5k_config()
/openbmc/linux/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.c788 local->hw.conf.short_frame_max_tx_count = wiphy->retry_short; in ieee80211_alloc_hw_nm()
H A Dcfg.c3002 local->hw.conf.short_frame_max_tx_count = wiphy->retry_short; in ieee80211_set_wiphy_params()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmac80211_if.c574 conf->short_frame_max_tx_count, in brcms_ops_config()
/openbmc/linux/include/net/
H A Dmac80211.h1712 u8 long_frame_max_tx_count, short_frame_max_tx_count; member