Lines Matching refs:tx_cq
1357 cq = priv->tx_cq[i]; in mlx4_en_set_default_moderation()
1624 cq = priv->tx_cq[i]; in mlx4_en_start_port()
1727 mlx4_en_deactivate_cq(priv, priv->tx_cq[tx_index]); in mlx4_en_start_port()
1840 mlx4_en_deactivate_cq(priv, priv->tx_cq[i]); in mlx4_en_stop_port()
1984 if (priv->tx_cq && priv->tx_cq[i]) in mlx4_en_free_resources()
1985 mlx4_en_destroy_cq(priv, &priv->tx_cq[i]); in mlx4_en_free_resources()
2007 if (mlx4_en_create_cq(priv, &priv->tx_cq[i], in mlx4_en_alloc_resources()
2049 if (priv->tx_cq[i]) in mlx4_en_alloc_resources()
2050 mlx4_en_destroy_cq(priv, &priv->tx_cq[i]); in mlx4_en_alloc_resources()
2087 kfree(priv->tx_cq); in mlx4_en_destroy_netdev()
2873 priv->tx_cq = kzalloc(sizeof(struct mlx4_en_cq *) * MAX_TX_RINGS, in mlx4_en_init_netdev()
2875 if (!priv->tx_cq) { in mlx4_en_init_netdev()