Searched refs:short_frame_max_tx_count (Results 1 – 22 of 22) sorted by relevance
158 u8 short_frame_max_tx_count; member
425 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()
197 priv->short_frame_max_tx_count); in cw1200_status_show()
70 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()
255 rt2x00dev->short_retry = conf->short_frame_max_tx_count; in rt2x00lib_config()
507 libconf->conf->short_frame_max_tx_count); in rt2400pci_config_retry_limit()
555 libconf->conf->short_frame_max_tx_count); in rt2500pci_config_retry_limit()
811 libconf->conf->short_frame_max_tx_count); in rt73usb_config_retry_limit()
843 libconf->conf->short_frame_max_tx_count); in rt61pci_config_retry_limit()
5642 libconf->conf->short_frame_max_tx_count); in rt2800_config_retry_limit()
418 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()
4009 b43_set_retry_limits(dev, conf->short_frame_max_tx_count, in b43_op_config()
289 rates[0].count = dev->wl->hw->conf.short_frame_max_tx_count; in generate_txhdr_fw3()
503 if (status->rts_count > dev->wl->hw->conf.short_frame_max_tx_count) { in b43legacy_pio_handle_txstatus()
1157 if (status->rts_count > dev->wl->hw->conf.short_frame_max_tx_count) { in b43legacy_dma_handle_txstatus()
2685 conf->short_frame_max_tx_count, in b43legacy_op_dev_config()
220 ah->ah_retry_short = conf->short_frame_max_tx_count; in ath5k_config()
399 __field(u8, short_frame_max_tx_count)413 __entry->short_frame_max_tx_count =414 local->hw.conf.short_frame_max_tx_count;
927 local->hw.conf.short_frame_max_tx_count = wiphy->retry_short; in ieee80211_alloc_hw_nm()
3021 local->hw.conf.short_frame_max_tx_count = wiphy->retry_short; in ieee80211_set_wiphy_params()
574 conf->short_frame_max_tx_count, in brcms_ops_config()
1787 u8 long_frame_max_tx_count, short_frame_max_tx_count; member