Searched refs:tx_rates (Results 1 – 7 of 7) sorted by relevance
519 u32 tx_rates; member
1937 __le16 tx_rates; member
4902 priv->tx_rates = rate; in ipw2100_set_tx_rates()5673 err = ipw2100_set_tx_rates(priv, priv->tx_rates, batch_mode); in ipw2100_adapter_setup()6094 priv->tx_rates = DEFAULT_TX_RATES; in ipw2100_alloc_device()
6088 fr.tx_rates = cpu_to_le16(new_tx_rates); in ipw_set_fixed_rate()
1713 tx_rate = c->priv->tx_rates[sq->txq_ix]; in mlx5e_open_txqsq()2248 priv->tx_rates[index] = rate; in mlx5e_set_tx_maxrate()5659 priv->tx_rates = kcalloc_node(num_txqs, sizeof(*priv->tx_rates), GFP_KERNEL, node); in mlx5e_priv_init()5660 if (!priv->tx_rates) in mlx5e_priv_init()5671 kfree(priv->tx_rates); in mlx5e_priv_init()5694 kfree(priv->tx_rates); in mlx5e_priv_cleanup()
882 u32 *tx_rates; member
5151 struct nlattr *tx_rates; in nl80211_parse_tx_bitrate_mask() local5197 nla_for_each_nested(tx_rates, attrs[attr], rem) { in nl80211_parse_tx_bitrate_mask()5198 enum nl80211_band band = nla_type(tx_rates); in nl80211_parse_tx_bitrate_mask()5207 tx_rates, in nl80211_parse_tx_bitrate_mask()