Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Dmain.c570 dev->caps.alloc_res_qp_mask = in mlx4_dev_cap()
582 dev->caps.alloc_res_qp_mask = 0; in mlx4_dev_cap()
949 dev->caps.alloc_res_qp_mask |= MLX4_RESERVE_ETH_BF_QP; in mlx4_slave_cap()
952 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.c1724 flags = (get_param_l(&in_param) >> 24) & dev->caps.alloc_res_qp_mask; in qp_alloc_res()
/linux-4.4.14/include/linux/mlx4/
Ddevice.h601 u8 alloc_res_qp_mask; member