mlx5-abi.h (762f99f4f3cb41a775b5157dd761217beba65873) | mlx5-abi.h (13ad1125b941a5f257d9d3ae70485773abd34792) |
---|---|
1/* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR Linux-OpenIB) */ 2/* 3 * Copyright (c) 2013-2015, Mellanox Technologies. All rights reserved. 4 * 5 * This software is available to you under a choice of one of two 6 * licenses. You may choose to be licensed under the terms of the GNU 7 * General Public License (GPL) Version 2, available from the file 8 * COPYING in the main directory of this source tree, or the --- 90 unchanged lines hidden (view full) --- 99}; 100 101enum mlx5_ib_alloc_ucontext_resp_mask { 102 MLX5_IB_ALLOC_UCONTEXT_RESP_MASK_CORE_CLOCK_OFFSET = 1UL << 0, 103 MLX5_IB_ALLOC_UCONTEXT_RESP_MASK_DUMP_FILL_MKEY = 1UL << 1, 104 MLX5_IB_ALLOC_UCONTEXT_RESP_MASK_ECE = 1UL << 2, 105 MLX5_IB_ALLOC_UCONTEXT_RESP_MASK_SQD2RTS = 1UL << 3, 106 MLX5_IB_ALLOC_UCONTEXT_RESP_MASK_REAL_TIME_TS = 1UL << 4, | 1/* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR Linux-OpenIB) */ 2/* 3 * Copyright (c) 2013-2015, Mellanox Technologies. All rights reserved. 4 * 5 * This software is available to you under a choice of one of two 6 * licenses. You may choose to be licensed under the terms of the GNU 7 * General Public License (GPL) Version 2, available from the file 8 * COPYING in the main directory of this source tree, or the --- 90 unchanged lines hidden (view full) --- 99}; 100 101enum mlx5_ib_alloc_ucontext_resp_mask { 102 MLX5_IB_ALLOC_UCONTEXT_RESP_MASK_CORE_CLOCK_OFFSET = 1UL << 0, 103 MLX5_IB_ALLOC_UCONTEXT_RESP_MASK_DUMP_FILL_MKEY = 1UL << 1, 104 MLX5_IB_ALLOC_UCONTEXT_RESP_MASK_ECE = 1UL << 2, 105 MLX5_IB_ALLOC_UCONTEXT_RESP_MASK_SQD2RTS = 1UL << 3, 106 MLX5_IB_ALLOC_UCONTEXT_RESP_MASK_REAL_TIME_TS = 1UL << 4, |
107 MLX5_IB_ALLOC_UCONTEXT_RESP_MASK_MKEY_UPDATE_TAG = 1UL << 5, |
|
107}; 108 109enum mlx5_user_cmds_supp_uhw { 110 MLX5_USER_CMDS_SUPP_UHW_QUERY_DEVICE = 1 << 0, 111 MLX5_USER_CMDS_SUPP_UHW_CREATE_AH = 1 << 1, 112}; 113 114/* The eth_min_inline response value is set to off-by-one vs the FW --- 408 unchanged lines hidden --- | 108}; 109 110enum mlx5_user_cmds_supp_uhw { 111 MLX5_USER_CMDS_SUPP_UHW_QUERY_DEVICE = 1 << 0, 112 MLX5_USER_CMDS_SUPP_UHW_CREATE_AH = 1 << 1, 113}; 114 115/* The eth_min_inline response value is set to off-by-one vs the FW --- 408 unchanged lines hidden --- |