Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx4/
Den_netdev.c1429 cq = priv->tx_cq[t][i]; in mlx4_en_set_default_moderation()
1712 cq = priv->tx_cq[t][i]; in mlx4_en_start_port()
1849 mlx4_en_deactivate_cq(priv, priv->tx_cq[t][i]); in mlx4_en_start_port()
1971 mlx4_en_deactivate_cq(priv, priv->tx_cq[t][i]); in mlx4_en_stop_port()
2121 if (priv->tx_cq[t] && priv->tx_cq[t][i]) in mlx4_en_free_resources()
2122 mlx4_en_destroy_cq(priv, &priv->tx_cq[t][i]); in mlx4_en_free_resources()
2125 kfree(priv->tx_cq[t]); in mlx4_en_free_resources()
2148 if (mlx4_en_create_cq(priv, &priv->tx_cq[t][i], in mlx4_en_alloc_resources()
2194 if (priv->tx_cq[t][i]) in mlx4_en_alloc_resources()
2195 mlx4_en_destroy_cq(priv, &priv->tx_cq[t][i]); in mlx4_en_alloc_resources()
[all …]
Den_rx.c909 priv->tx_cq[TX_XDP][cq_ring]->xdp_busy = true; in mlx4_en_process_rx_cq()
950 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.h603 struct mlx4_en_cq **tx_cq[MLX4_EN_NUM_TX_TYPES]; member
/Linux-v5.10/drivers/net/ethernet/emulex/benet/
Dbe_main.c2710 struct be_queue_info *tx_cq = &txo->cq; in be_tx_compl_get() local
2712 struct be_eth_tx_compl *compl = queue_tail_node(tx_cq); in be_tx_compl_get()
2743 queue_tail_inc(tx_cq); in be_tx_compl_get()