Searched refs:MLX5_CMD_OP_DESTROY_CQ (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/ |
D | cq.c | 145 MLX5_SET(destroy_cq_in, din, opcode, MLX5_CMD_OP_DESTROY_CQ); in mlx5_create_cq() 173 MLX5_SET(destroy_cq_in, in, opcode, MLX5_CMD_OP_DESTROY_CQ); in mlx5_core_destroy_cq()
|
D | cmd.c | 303 case MLX5_CMD_OP_DESTROY_CQ: in mlx5_internal_err_ret_value()
|
/linux-5.19.10/drivers/infiniband/hw/mlx5/ |
D | devx.c | 1121 MLX5_SET(destroy_cq_in, din, opcode, MLX5_CMD_OP_DESTROY_CQ); in devx_obj_build_destroy_cmd()
|
/linux-5.19.10/include/linux/mlx5/ |
D | mlx5_ifc.h | 142 MLX5_CMD_OP_DESTROY_CQ = 0x401, enumerator
|