Searched refs:mlx4_en_deactivate_cq (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_cq.c | 192 void mlx4_en_deactivate_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq) in mlx4_en_deactivate_cq() function
|
H A D | en_netdev.c | 1677 mlx4_en_deactivate_cq(priv, cq); in mlx4_en_start_port() 1724 mlx4_en_deactivate_cq(priv, cq); in mlx4_en_start_port() 1738 mlx4_en_deactivate_cq(priv, cq); in mlx4_en_start_port() 1852 mlx4_en_deactivate_cq(priv, priv->tx_cq[t][i]); in mlx4_en_start_port() 1865 mlx4_en_deactivate_cq(priv, priv->rx_cq[rx_index]); in mlx4_en_start_port() 1974 mlx4_en_deactivate_cq(priv, priv->tx_cq[t][i]); in mlx4_en_stop_port() 2000 mlx4_en_deactivate_cq(priv, cq); in mlx4_en_stop_port()
|
H A D | mlx4_en.h | 703 void mlx4_en_deactivate_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_cq.c | 189 void mlx4_en_deactivate_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq) in mlx4_en_deactivate_cq() function
|
H A D | en_netdev.c | 1687 mlx4_en_deactivate_cq(priv, cq); in mlx4_en_start_port() 1734 mlx4_en_deactivate_cq(priv, cq); in mlx4_en_start_port() 1748 mlx4_en_deactivate_cq(priv, cq); in mlx4_en_start_port() 1862 mlx4_en_deactivate_cq(priv, priv->tx_cq[t][i]); in mlx4_en_start_port() 1875 mlx4_en_deactivate_cq(priv, priv->rx_cq[rx_index]); in mlx4_en_start_port() 1984 mlx4_en_deactivate_cq(priv, priv->tx_cq[t][i]); in mlx4_en_stop_port() 2010 mlx4_en_deactivate_cq(priv, cq); in mlx4_en_stop_port()
|
H A D | mlx4_en.h | 695 void mlx4_en_deactivate_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq *cq);
|
Completed in 13 milliseconds