Searched refs:RES_OP_RESERVE (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | pd.c | 83 RES_XRCD, RES_OP_RESERVE, in mlx4_xrcd_alloc() 109 RES_OP_RESERVE, MLX4_CMD_FREE_RES, in mlx4_xrcd_free()
|
D | qp.c | 255 RES_QP, RES_OP_RESERVE, in mlx4_qp_reserve_range() 286 err = mlx4_cmd(dev, in_param, RES_QP, RES_OP_RESERVE, in mlx4_qp_release_range()
|
D | mr.c | 453 if (mlx4_cmd_imm(dev, 0, &out_param, RES_MPT, RES_OP_RESERVE, in mlx4_mpt_reserve() 475 if (mlx4_cmd(dev, in_param, RES_MPT, RES_OP_RESERVE, in mlx4_mpt_release()
|
D | resource_tracker.c | 1558 case RES_OP_RESERVE: in qp_alloc_res() 1656 case RES_OP_RESERVE: in mpt_alloc_res() 2009 if (op != RES_OP_RESERVE) in counter_alloc_res() 2039 if (op != RES_OP_RESERVE) in xrcdn_alloc_res() 2129 case RES_OP_RESERVE: in qp_free_res() 2189 case RES_OP_RESERVE: in mpt_free_res() 2334 if (op != RES_OP_RESERVE) in counter_free_res() 2354 if (op != RES_OP_RESERVE) in xrcdn_free_res()
|
D | mlx4.h | 151 RES_OP_RESERVE, enumerator
|
D | main.c | 2231 RES_OP_RESERVE, MLX4_CMD_ALLOC_RES, in mlx4_counter_alloc() 2254 mlx4_cmd(dev, in_param, RES_COUNTER, RES_OP_RESERVE, in mlx4_counter_free()
|