Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Dmain.c547 dev->caps.alloc_res_qp_mask = in mlx4_dev_cap()
559 dev->caps.alloc_res_qp_mask = 0; in mlx4_dev_cap()
922 dev->caps.alloc_res_qp_mask |= MLX4_RESERVE_ETH_BF_QP; in mlx4_slave_cap()
925 dev->caps.alloc_res_qp_mask |= MLX4_RESERVE_A0_QP; in mlx4_slave_cap()
Dqp.c249 flags &= dev->caps.alloc_res_qp_mask; in mlx4_qp_reserve_range()
Dresource_tracker.c1563 flags = (get_param_l(&in_param) >> 24) & dev->caps.alloc_res_qp_mask; in qp_alloc_res()
/linux-4.1.27/include/linux/mlx4/
Ddevice.h584 u8 alloc_res_qp_mask; member