Searched refs:tx_cq (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/ethernet/microsoft/mana/ |
| H A D | mana_ethtool.c | 615 struct mana_cq *tx_cq = &apc->tx_qp[q]->tx_cq; in mana_set_coalesce() local 627 mana_dim_change(tx_cq, false); in mana_set_coalesce() 629 mana_dim_change(tx_cq, true); in mana_set_coalesce() 631 mana_gd_ring_dim(tx_cq->gdma_cq, in mana_set_coalesce()
|
| H A D | mana_en.c | 374 cq = &apc->tx_qp[txq_idx]->tx_cq; in mana_start_xmit() 2659 napi = &apc->tx_qp[i]->tx_cq.napi; in mana_destroy_txq() 2663 cancel_work_sync(&apc->tx_qp[i]->tx_cq.dim.work); in mana_destroy_txq() 2671 mana_deinit_cq(apc, &apc->tx_qp[i]->tx_cq); in mana_destroy_txq() 2696 &tx_qp->tx_cq.gdma_cq->head); in mana_create_txq_debugfs() 2698 &tx_qp->tx_cq.gdma_cq->tail); in mana_create_txq_debugfs() 2700 &tx_qp->tx_cq.budget); in mana_create_txq_debugfs() 2704 tx_qp->tx_cq.gdma_cq, &mana_dbg_q_fops); in mana_create_txq_debugfs() 2770 cq = &apc->tx_qp[i]->tx_cq; in mana_create_txq()
|
| /linux/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | en_netdev.c | 1435 cq = priv->tx_cq[t][i]; in mlx4_en_set_default_moderation() 1728 cq = priv->tx_cq[t][i]; in mlx4_en_start_port() 1865 mlx4_en_deactivate_cq(priv, priv->tx_cq[t][i]); in mlx4_en_start_port() 1987 mlx4_en_deactivate_cq(priv, priv->tx_cq[t][i]); in mlx4_en_stop_port() 2139 if (priv->tx_cq[t] && priv->tx_cq[t][i]) in mlx4_en_free_resources() 2140 mlx4_en_destroy_cq(priv, &priv->tx_cq[t][i]); in mlx4_en_free_resources() 2143 kfree(priv->tx_cq[t]); in mlx4_en_free_resources() 2166 if (mlx4_en_create_cq(priv, &priv->tx_cq[t][i], in mlx4_en_alloc_resources() 2212 if (priv->tx_cq[t][i]) in mlx4_en_alloc_resources() 2213 mlx4_en_destroy_cq(priv, &priv->tx_cq[t][i]); in mlx4_en_alloc_resources() [all …]
|
| H A D | en_rx.c | 944 priv->tx_cq[TX_XDP][cq_ring]->xdp_busy = true; in mlx4_en_process_rx_cq() 984 xdp_tx_cq = priv->tx_cq[TX_XDP][cq->ring]; in mlx4_en_poll_rx_cq()
|
| H A D | en_ethtool.c | 58 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()
|
| /linux/include/net/mana/ |
| H A D | mana.h | 428 struct mana_cq tx_cq; member
|
| /linux/drivers/net/ethernet/emulex/benet/ |
| H A D | be_main.c | 2715 struct be_queue_info *tx_cq = &txo->cq; in be_tx_compl_get() local 2717 struct be_eth_tx_compl *compl = queue_tail_node(tx_cq); in be_tx_compl_get() 2748 queue_tail_inc(tx_cq); in be_tx_compl_get()
|