Searched refs:tx_rates (Results 1 – 7 of 7) sorted by relevance
519 u32 tx_rates; member
1938 __le16 tx_rates; member
4913 priv->tx_rates = rate; in ipw2100_set_tx_rates()5684 err = ipw2100_set_tx_rates(priv, priv->tx_rates, batch_mode); in ipw2100_adapter_setup()6105 priv->tx_rates = DEFAULT_TX_RATES; in ipw2100_alloc_device()
6131 fr.tx_rates = cpu_to_le16(new_tx_rates); in ipw_set_fixed_rate()
1656 tx_rate = c->priv->tx_rates[sq->txq_ix]; in mlx5e_open_txqsq()2198 priv->tx_rates[index] = rate; in mlx5e_set_tx_maxrate()5563 priv->tx_rates = kcalloc_node(num_txqs, sizeof(*priv->tx_rates), GFP_KERNEL, node); in mlx5e_priv_init()5564 if (!priv->tx_rates) in mlx5e_priv_init()5575 kfree(priv->tx_rates); in mlx5e_priv_init()5598 kfree(priv->tx_rates); in mlx5e_priv_cleanup()
912 u32 *tx_rates; member
5093 struct nlattr *tx_rates; in nl80211_parse_tx_bitrate_mask() local5139 nla_for_each_nested(tx_rates, attrs[attr], rem) { in nl80211_parse_tx_bitrate_mask()5140 enum nl80211_band band = nla_type(tx_rates); in nl80211_parse_tx_bitrate_mask()5149 tx_rates, in nl80211_parse_tx_bitrate_mask()