Home
last modified time | relevance | path

Searched refs:tx_cq (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Den_netdev.c1349 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 …]
Den_ethtool.c56 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()
Dmlx4_en.h556 struct mlx4_en_cq **tx_cq; member
/linux-4.1.27/drivers/net/ethernet/emulex/benet/
Dbe_main.c2137 struct be_queue_info *tx_cq = &txo->cq; in be_tx_compl_get() local
2139 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()