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

/freebsd-13-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_cmd.c1097 mlx5_alloc_cmd_msg(struct mlx5_core_dev *dev, gfp_t flags, size_t size) function
1266 msg = mlx5_alloc_cmd_msg(dev, gfp, in_size);
1313 outb = mlx5_alloc_cmd_msg(dev, gfp, out_size);
1450 msg = mlx5_alloc_cmd_msg(dev, GFP_KERNEL, LONG_LIST_SIZE);
1460 msg = mlx5_alloc_cmd_msg(dev, GFP_KERNEL, MED_LIST_SIZE);

Completed in 50 milliseconds