Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx4/
H A Den_netdev.c1435 cq = priv->tx_cq[t][i]; in mlx4_en_set_default_moderation()
1728 cq = priv->tx_cq[t][i]; in mlx4_en_start_port()
2139 if (priv->tx_cq[t] && priv->tx_cq[t][i]) in mlx4_en_free_resources()
2143 kfree(priv->tx_cq[t]); in mlx4_en_free_resources()
2212 if (priv->tx_cq[t][i]) in mlx4_en_alloc_resources()
2249 dst->tx_cq[t] = kcalloc(MAX_TX_RINGS, in mlx4_en_copy_priv()
2252 if (!dst->tx_cq[t]) { in mlx4_en_copy_priv()
2263 kfree(dst->tx_cq[t]); in mlx4_en_copy_priv()
2281 dst->tx_cq[t] = src->tx_cq[t]; in mlx4_en_update_priv()
2309 kfree(tmp->tx_cq[t]); in mlx4_en_try_alloc_resources()
[all …]
H A Den_rx.c940 priv->tx_cq[TX_XDP][cq_ring]->xdp_busy = true; in mlx4_en_process_rx_cq()
980 xdp_tx_cq = priv->tx_cq[TX_XDP][cq->ring]; in mlx4_en_poll_rx_cq()
H A Den_ethtool.c58 priv->tx_cq[t][i]->moder_cnt = priv->tx_frames; in mlx4_en_moderation_update()
59 priv->tx_cq[t][i]->moder_time = priv->tx_usecs; in mlx4_en_moderation_update()
62 priv->tx_cq[t][i]); in mlx4_en_moderation_update()
H A Dmlx4_en.h589 struct mlx4_en_cq **tx_cq[MLX4_EN_NUM_TX_TYPES]; member
/linux-6.15/drivers/net/ethernet/microsoft/mana/
H A Dmana_en.c270 cq = &apc->tx_qp[txq_idx].tx_cq; in mana_start_xmit()
1906 napi = &apc->tx_qp[i].tx_cq.napi; in mana_destroy_txq()
1915 mana_deinit_cq(apc, &apc->tx_qp[i].tx_cq); in mana_destroy_txq()
1938 &tx_qp->tx_cq.gdma_cq->head); in mana_create_txq_debugfs()
1940 &tx_qp->tx_cq.gdma_cq->tail); in mana_create_txq_debugfs()
1942 &tx_qp->tx_cq.budget); in mana_create_txq_debugfs()
1946 tx_qp->tx_cq.gdma_cq, &mana_dbg_q_fops); in mana_create_txq_debugfs()
2007 cq = &apc->tx_qp[i].tx_cq; in mana_create_txq()
/linux-6.15/include/net/mana/
H A Dmana.h364 struct mana_cq tx_cq; member
/linux-6.15/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c2712 struct be_queue_info *tx_cq = &txo->cq; in be_tx_compl_get() local
2714 struct be_eth_tx_compl *compl = queue_tail_node(tx_cq); in be_tx_compl_get()
2745 queue_tail_inc(tx_cq); in be_tx_compl_get()