Searched refs:mlx5_fwp_alloc (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_alloc.c159 pgdir->fw_page = mlx5_fwp_alloc(dev, GFP_KERNEL, 1);
H A Dmlx5_pagealloc.c94 mlx5_fwp_alloc(struct mlx5_core_dev *dev, gfp_t flags, unsigned num) function
258 fwp = mlx5_fwp_alloc(dev, GFP_KERNEL, 1);
H A Dmlx5_cmd.c1099 msg = mlx5_fwp_alloc(dev, flags, howmany(n, MLX5_NUM_CMDS_IN_ADAPTER_PAGE));
1497 cmd->cmd_page = mlx5_fwp_alloc(dev, GFP_KERNEL, 1);
/freebsd-11-stable/sys/dev/mlx5/
H A Ddriver.h1005 struct mlx5_fw_page *mlx5_fwp_alloc(struct mlx5_core_dev *dev, gfp_t flags, unsigned num);

Completed in 92 milliseconds