Searched refs:tx_rates (Results 1 – 3 of 3) sorted by relevance
1908 tx_rate = c->priv->tx_rates[sq->txq_ix]; in mlx5e_open_txqsq()2561 priv->tx_rates[index] = rate; in mlx5e_set_tx_maxrate()6366 priv->tx_rates = kcalloc_node(num_txqs, sizeof(*priv->tx_rates), GFP_KERNEL, node); in mlx5e_priv_init()6367 if (!priv->tx_rates) in mlx5e_priv_init()6384 kfree(priv->tx_rates); in mlx5e_priv_init()6411 kfree(priv->tx_rates); in mlx5e_priv_cleanup()
5976 struct nlattr *tx_rates; in nl80211_parse_tx_bitrate_mask() local6039 nla_for_each_nested(tx_rates, attrs[attr], rem) { in nl80211_parse_tx_bitrate_mask()6040 int band = nla_type(tx_rates); in nl80211_parse_tx_bitrate_mask()6049 tx_rates, in nl80211_parse_tx_bitrate_mask()
6087 fr.tx_rates = cpu_to_le16(new_tx_rates); in ipw_set_fixed_rate()