Searched refs:mlx4_bf_alloc (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
H A D | pd.c | 172 int mlx4_bf_alloc(struct mlx4_dev *dev, struct mlx4_bf *bf, int node) in mlx4_bf_alloc() function 244 EXPORT_SYMBOL_GPL(mlx4_bf_alloc); variable
|
H A D | en_tx.c | 120 err = mlx4_bf_alloc(mdev->dev, &ring->bf, node); in mlx4_en_create_tx_ring()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
H A D | pd.c | 172 int mlx4_bf_alloc(struct mlx4_dev *dev, struct mlx4_bf *bf, int node) in mlx4_bf_alloc() function 244 EXPORT_SYMBOL_GPL(mlx4_bf_alloc); variable
|
H A D | en_tx.c | 122 err = mlx4_bf_alloc(mdev->dev, &ring->bf, node); in mlx4_en_create_tx_ring()
|
/kernel/linux/linux-5.10/include/linux/mlx4/ |
H A D | device.h | 1098 int mlx4_bf_alloc(struct mlx4_dev *dev, struct mlx4_bf *bf, int node);
|
/kernel/linux/linux-6.6/include/linux/mlx4/ |
H A D | device.h | 1117 int mlx4_bf_alloc(struct mlx4_dev *dev, struct mlx4_bf *bf, int node);
|
Completed in 13 milliseconds