Searched refs:tx_cq (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/ |
D | en_netdev.c | 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() [all …]
|
D | en_ethtool.c | 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()
|
D | mlx4_en.h | 557 struct mlx4_en_cq **tx_cq; member
|
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_main.c | 57 struct mlx5e_cq_param tx_cq; member 899 err = mlx5e_open_cq(c, &cparam->tx_cq, &c->sq[tc].cq, in mlx5e_open_tx_cqs() 1105 mlx5e_build_tx_cq_param(priv, &cparam->tx_cq); in mlx5e_build_channel_param()
|
/linux-4.4.14/drivers/net/ethernet/emulex/benet/ |
D | be_main.c | 2379 struct be_queue_info *tx_cq = &txo->cq; in be_tx_compl_get() local 2381 struct be_eth_tx_compl *compl = queue_tail_node(tx_cq); in be_tx_compl_get() 2394 queue_tail_inc(tx_cq); in be_tx_compl_get()
|