Searched refs:RES_OP_RESERVE (Results 1 – 6 of 6) sorted by relevance
/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 | 262 in_modifier, RES_OP_RESERVE, in mlx4_qp_reserve_range() 296 err = mlx4_cmd(dev, in_param, RES_QP, RES_OP_RESERVE, in mlx4_qp_release_range()
|
D | mr.c | 451 if (mlx4_cmd_imm(dev, 0, &out_param, RES_MPT, RES_OP_RESERVE, in mlx4_mpt_reserve() 473 if (mlx4_cmd(dev, in_param, RES_MPT, RES_OP_RESERVE, in mlx4_mpt_release()
|
D | resource_tracker.c | 1023 err = counter_alloc_res(dev, slave, RES_OP_RESERVE, 0, 0, &counter_idx, in handle_unexisting_counter() 1797 case RES_OP_RESERVE: in qp_alloc_res() 1895 case RES_OP_RESERVE: in mpt_alloc_res() 2248 if (op != RES_OP_RESERVE) in counter_alloc_res() 2278 if (op != RES_OP_RESERVE) in xrcdn_alloc_res() 2368 case RES_OP_RESERVE: in qp_free_res() 2428 case RES_OP_RESERVE: in mpt_free_res() 2572 if (op != RES_OP_RESERVE) in counter_free_res() 2595 if (op != RES_OP_RESERVE) in xrcdn_free_res()
|
D | mlx4.h | 154 RES_OP_RESERVE, enumerator
|
D | main.c | 2604 RES_OP_RESERVE, MLX4_CMD_ALLOC_RES, in mlx4_counter_alloc() 2655 mlx4_cmd(dev, in_param, RES_COUNTER, RES_OP_RESERVE, in mlx4_counter_free()
|