ib_verbs.h (62e3c379d4d713dbcb70adc7c65443fd8722b33f) ib_verbs.h (38ca87c6f1e514686d4a385246d1afe1e1f2e482)
1/*
2 * Copyright (c) 2004 Mellanox Technologies Ltd. All rights reserved.
3 * Copyright (c) 2004 Infinicon Corporation. All rights reserved.
4 * Copyright (c) 2004 Intel Corporation. All rights reserved.
5 * Copyright (c) 2004 Topspin Corporation. All rights reserved.
6 * Copyright (c) 2004 Voltaire Corporation. All rights reserved.
7 * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
8 * Copyright (c) 2005, 2006, 2007 Cisco Systems. All rights reserved.

--- 1222 unchanged lines hidden (view full) ---

1231 IB_WR_MASKED_ATOMIC_CMP_AND_SWP =
1232 IB_UVERBS_WR_MASKED_ATOMIC_CMP_AND_SWP,
1233 IB_WR_MASKED_ATOMIC_FETCH_AND_ADD =
1234 IB_UVERBS_WR_MASKED_ATOMIC_FETCH_AND_ADD,
1235
1236 /* These are kernel only and can not be issued by userspace */
1237 IB_WR_REG_MR = 0x20,
1238 IB_WR_REG_SIG_MR,
1/*
2 * Copyright (c) 2004 Mellanox Technologies Ltd. All rights reserved.
3 * Copyright (c) 2004 Infinicon Corporation. All rights reserved.
4 * Copyright (c) 2004 Intel Corporation. All rights reserved.
5 * Copyright (c) 2004 Topspin Corporation. All rights reserved.
6 * Copyright (c) 2004 Voltaire Corporation. All rights reserved.
7 * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
8 * Copyright (c) 2005, 2006, 2007 Cisco Systems. All rights reserved.

--- 1222 unchanged lines hidden (view full) ---

1231 IB_WR_MASKED_ATOMIC_CMP_AND_SWP =
1232 IB_UVERBS_WR_MASKED_ATOMIC_CMP_AND_SWP,
1233 IB_WR_MASKED_ATOMIC_FETCH_AND_ADD =
1234 IB_UVERBS_WR_MASKED_ATOMIC_FETCH_AND_ADD,
1235
1236 /* These are kernel only and can not be issued by userspace */
1237 IB_WR_REG_MR = 0x20,
1238 IB_WR_REG_SIG_MR,
1239 IB_WR_REG_MR_INTEGRITY,
1239
1240 /* reserve values for low level drivers' internal use.
1241 * These values will not be used at all in the ib core layer.
1242 */
1243 IB_WR_RESERVED1 = 0xf0,
1244 IB_WR_RESERVED2,
1245 IB_WR_RESERVED3,
1246 IB_WR_RESERVED4,

--- 3328 unchanged lines hidden ---
1240
1241 /* reserve values for low level drivers' internal use.
1242 * These values will not be used at all in the ib core layer.
1243 */
1244 IB_WR_RESERVED1 = 0xf0,
1245 IB_WR_RESERVED2,
1246 IB_WR_RESERVED3,
1247 IB_WR_RESERVED4,

--- 3328 unchanged lines hidden ---