Home
last modified time | relevance | path

Searched refs:alloc_res_qp_mask (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_qp.c256 flags &= dev->caps.alloc_res_qp_mask; in mlx4_qp_reserve_range()
H A Dmlx4_main.c607 dev->caps.alloc_res_qp_mask = in mlx4_dev_cap()
619 dev->caps.alloc_res_qp_mask = 0; in mlx4_dev_cap()
995 dev->caps.alloc_res_qp_mask |= MLX4_RESERVE_ETH_BF_QP; in mlx4_slave_cap()
998 dev->caps.alloc_res_qp_mask |= MLX4_RESERVE_A0_QP; in mlx4_slave_cap()
H A Dmlx4_resource_tracker.c1749 flags = (get_param_l(&in_param) >> 24) & dev->caps.alloc_res_qp_mask; in qp_alloc_res()
/freebsd/sys/dev/mlx4/
H A Ddevice.h622 u8 alloc_res_qp_mask; member