Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en/xsk/
Dsetup.c60 mlx5e_build_tx_cq_param(priv, params, &cparam->tx_cq); in mlx5e_build_xsk_cparam()
89 err = mlx5e_open_cq(c, params->tx_cq_moderation, &cparam->tx_cq, &c->xsksq.cq); in mlx5e_open_xsk()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx4/
Den_netdev.c1432 cq = priv->tx_cq[t][i]; in mlx4_en_set_default_moderation()
1715 cq = priv->tx_cq[t][i]; in mlx4_en_start_port()
1850 mlx4_en_deactivate_cq(priv, priv->tx_cq[t][i]); in mlx4_en_start_port()
1972 mlx4_en_deactivate_cq(priv, priv->tx_cq[t][i]); in mlx4_en_stop_port()
2122 if (priv->tx_cq[t] && priv->tx_cq[t][i]) in mlx4_en_free_resources()
2123 mlx4_en_destroy_cq(priv, &priv->tx_cq[t][i]); in mlx4_en_free_resources()
2126 kfree(priv->tx_cq[t]); in mlx4_en_free_resources()
2149 if (mlx4_en_create_cq(priv, &priv->tx_cq[t][i], in mlx4_en_alloc_resources()
2195 if (priv->tx_cq[t][i]) in mlx4_en_alloc_resources()
2196 mlx4_en_destroy_cq(priv, &priv->tx_cq[t][i]); in mlx4_en_alloc_resources()
[all …]
Den_rx.c908 priv->tx_cq[TX_XDP][cq_ring]->xdp_busy = true; in mlx4_en_process_rx_cq()
946 xdp_tx_cq = priv->tx_cq[TX_XDP][cq->ring]; in mlx4_en_poll_rx_cq()
Den_ethtool.c57 priv->tx_cq[t][i]->moder_cnt = priv->tx_frames; in mlx4_en_moderation_update()
58 priv->tx_cq[t][i]->moder_time = priv->tx_usecs; in mlx4_en_moderation_update()
61 priv->tx_cq[t][i]); in mlx4_en_moderation_update()
Dmlx4_en.h594 struct mlx4_en_cq **tx_cq[MLX4_EN_NUM_TX_TYPES]; member
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en/
Dparams.h39 struct mlx5e_cq_param tx_cq; member
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_main.c1670 &cparam->tx_cq, &c->sq[tc].cq); in mlx5e_open_tx_cqs()
1844 err = mlx5e_open_cq(c, params->tx_cq_moderation, &cparam->tx_cq, &c->xdpsq.cq); in mlx5e_open_queues()
1854 &cparam->tx_cq, &c->rq_xdpsq.cq) : 0; in mlx5e_open_queues()
2323 mlx5e_build_tx_cq_param(priv, params, &cparam->tx_cq); in mlx5e_build_channel_param()
/Linux-v5.4/drivers/net/ethernet/emulex/benet/
Dbe_main.c2711 struct be_queue_info *tx_cq = &txo->cq; in be_tx_compl_get() local
2713 struct be_eth_tx_compl *compl = queue_tail_node(tx_cq); in be_tx_compl_get()
2744 queue_tail_inc(tx_cq); in be_tx_compl_get()