Lines Matching refs:tx_cq
1435 cq = priv->tx_cq[t][i]; in mlx4_en_set_default_moderation()
1728 cq = priv->tx_cq[t][i]; in mlx4_en_start_port()
1865 mlx4_en_deactivate_cq(priv, priv->tx_cq[t][i]); in mlx4_en_start_port()
1987 mlx4_en_deactivate_cq(priv, priv->tx_cq[t][i]); in mlx4_en_stop_port()
2139 if (priv->tx_cq[t] && priv->tx_cq[t][i]) in mlx4_en_free_resources()
2140 mlx4_en_destroy_cq(priv, &priv->tx_cq[t][i]); in mlx4_en_free_resources()
2143 kfree(priv->tx_cq[t]); in mlx4_en_free_resources()
2166 if (mlx4_en_create_cq(priv, &priv->tx_cq[t][i], in mlx4_en_alloc_resources()
2212 if (priv->tx_cq[t][i]) in mlx4_en_alloc_resources()
2213 mlx4_en_destroy_cq(priv, &priv->tx_cq[t][i]); in mlx4_en_alloc_resources()
2249 dst->tx_cq[t] = kcalloc(MAX_TX_RINGS, in mlx4_en_copy_priv()
2252 if (!dst->tx_cq[t]) { in mlx4_en_copy_priv()
2263 kfree(dst->tx_cq[t]); in mlx4_en_copy_priv()
2281 dst->tx_cq[t] = src->tx_cq[t]; in mlx4_en_update_priv()
2309 kfree(tmp->tx_cq[t]); in mlx4_en_try_alloc_resources()
3237 priv->tx_cq[t] = kcalloc(MAX_TX_RINGS, in mlx4_en_init_netdev()
3240 if (!priv->tx_cq[t]) { in mlx4_en_init_netdev()