Searched refs:mlx5_buf_alloc_node (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/sys/dev/mlx5/mlx5_core/ |
| H A D | mlx5_wq.c | 78 err = mlx5_buf_alloc_node(mdev, mlx5_wq_cyc_get_byte_size(wq), in mlx5_wq_cyc_create() 116 err = mlx5_buf_alloc_node(mdev, mlx5_cqwq_get_byte_size(wq), in mlx5_cqwq_create() 155 err = mlx5_buf_alloc_node(mdev, mlx5_wq_ll_get_byte_size(wq), in mlx5_wq_ll_create()
|
| /freebsd-12.1/sys/dev/mlx5/ |
| H A D | driver.h | 972 #define mlx5_buf_alloc_node(dev, size, direct, buf, node) \ macro
|