Searched refs:mlx4_en_create_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 | 46 int mlx4_en_create_cq(struct mlx4_en_priv *priv, in mlx4_en_create_cq() function
|
H A D | mlx4_en.h | 698 int mlx4_en_create_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq **pcq,
|
H A D | en_netdev.c | 2151 if (mlx4_en_create_cq(priv, &priv->tx_cq[t][i], in mlx4_en_alloc_resources() 2165 if (mlx4_en_create_cq(priv, &priv->rx_cq[i], in mlx4_en_alloc_resources()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_cq.c | 46 int mlx4_en_create_cq(struct mlx4_en_priv *priv, in mlx4_en_create_cq() function
|
H A D | mlx4_en.h | 690 int mlx4_en_create_cq(struct mlx4_en_priv *priv, struct mlx4_en_cq **pcq,
|
H A D | en_netdev.c | 2162 if (mlx4_en_create_cq(priv, &priv->tx_cq[t][i], in mlx4_en_alloc_resources() 2176 if (mlx4_en_create_cq(priv, &priv->rx_cq[i], in mlx4_en_alloc_resources()
|
Completed in 13 milliseconds