Searched refs:tx_cq (Results 1 – 4 of 4) sorted by relevance
1349 cq = priv->tx_cq[i]; in mlx4_en_set_default_moderation()1613 cq = priv->tx_cq[i]; in mlx4_en_start_port()1711 mlx4_en_deactivate_cq(priv, priv->tx_cq[tx_index]); in mlx4_en_start_port()1823 mlx4_en_deactivate_cq(priv, priv->tx_cq[i]); in mlx4_en_stop_port()1964 if (priv->tx_cq && priv->tx_cq[i]) in mlx4_en_free_resources()1965 mlx4_en_destroy_cq(priv, &priv->tx_cq[i]); in mlx4_en_free_resources()1987 if (mlx4_en_create_cq(priv, &priv->tx_cq[i], in mlx4_en_alloc_resources()2033 if (priv->tx_cq[i]) in mlx4_en_alloc_resources()2034 mlx4_en_destroy_cq(priv, &priv->tx_cq[i]); in mlx4_en_alloc_resources()2068 kfree(priv->tx_cq); in mlx4_en_destroy_netdev()[all …]
56 priv->tx_cq[i]->moder_cnt = priv->tx_frames; in mlx4_en_moderation_update()57 priv->tx_cq[i]->moder_time = priv->tx_usecs; in mlx4_en_moderation_update()59 err = mlx4_en_set_cq_moder(priv, priv->tx_cq[i]); in mlx4_en_moderation_update()
556 struct mlx4_en_cq **tx_cq; member
2137 struct be_queue_info *tx_cq = &txo->cq; in be_tx_compl_get() local2139 struct be_eth_tx_compl *compl = queue_tail_node(tx_cq); in be_tx_compl_get()2152 queue_tail_inc(tx_cq); in be_tx_compl_get()