Searched refs:RES_OP_RESERVE (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/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 | resource_tracker.c | 946 err = counter_alloc_res(dev, slave, RES_OP_RESERVE, 0, 0, &counter_idx, in handle_unexisting_counter() 1719 case RES_OP_RESERVE: in qp_alloc_res() 1817 case RES_OP_RESERVE: in mpt_alloc_res() 2170 if (op != RES_OP_RESERVE) in counter_alloc_res() 2200 if (op != RES_OP_RESERVE) in xrcdn_alloc_res() 2290 case RES_OP_RESERVE: in qp_free_res() 2350 case RES_OP_RESERVE: in mpt_free_res() 2495 if (op != RES_OP_RESERVE) in counter_free_res() 2518 if (op != RES_OP_RESERVE) in xrcdn_free_res()
|
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 | mlx4.h | 153 RES_OP_RESERVE, enumerator
|
D | main.c | 2337 RES_OP_RESERVE, MLX4_CMD_ALLOC_RES, in mlx4_counter_alloc() 2387 mlx4_cmd(dev, in_param, RES_COUNTER, RES_OP_RESERVE, in mlx4_counter_free()
|