Lines Matching +full:nested +full:- +full:attributes
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
21 #define RDMA_NL_GET_CLIENT(type) ((type & (((1 << 6) - 1) << 10)) >> 10)
22 #define RDMA_NL_GET_OP(type) (type & ((1 << 10) - 1))
38 /* iwarp port mapper op-codes */
85 /* The following maintains bisectability of rdma-core */
164 * RESOLVE - The client requests the local service to resolve a path.
165 * SET_TIMEOUT - The local service requests the client to set the timeout.
166 * IP_RESOLVE - The client requests the local service to resolve an IP to GID.
183 * attributes
189 * ALL - For connected CM operation (6 pathrecords)
190 * UNIDIRECTIONAL - For unidirectional UD (1 pathrecord)
191 * GMP - For miscellaneous GMP like operation (at least 1 reversible
219 * Local service attributes:
221 * -----------------------------------------------------
337 * When used for port info, first 32-bits are CapabilityMask followed by
338 * 16-bit CapabilityMask2.
366 * According to IB specification, It is 16-bit address assigned
367 * by the Subnet Manager. Extended to be 32-bit for OmniPath users.
382 RDMA_NLDEV_ATTR_RES_SUMMARY, /* nested table */
383 RDMA_NLDEV_ATTR_RES_SUMMARY_ENTRY, /* nested table */
387 RDMA_NLDEV_ATTR_RES_QP, /* nested table */
388 RDMA_NLDEV_ATTR_RES_QP_ENTRY, /* nested table */
427 RDMA_NLDEV_ATTR_RES_CM_ID, /* nested table */
428 RDMA_NLDEV_ATTR_RES_CM_ID_ENTRY, /* nested table */
439 RDMA_NLDEV_ATTR_RES_CQ, /* nested table */
440 RDMA_NLDEV_ATTR_RES_CQ_ENTRY, /* nested table */
445 RDMA_NLDEV_ATTR_RES_MR, /* nested table */
446 RDMA_NLDEV_ATTR_RES_MR_ENTRY, /* nested table */
452 RDMA_NLDEV_ATTR_RES_PD, /* nested table */
453 RDMA_NLDEV_ATTR_RES_PD_ENTRY, /* nested table */
469 * driver-specific attributes.
471 RDMA_NLDEV_ATTR_DRIVER, /* nested table */
472 RDMA_NLDEV_ATTR_DRIVER_ENTRY, /* nested table */
524 * Counter-specific attributes.
529 RDMA_NLDEV_ATTR_STAT_COUNTER, /* nested table */
530 RDMA_NLDEV_ATTR_STAT_COUNTER_ENTRY, /* nested table */
532 RDMA_NLDEV_ATTR_STAT_HWCOUNTERS, /* nested table */
533 RDMA_NLDEV_ATTR_STAT_HWCOUNTER_ENTRY, /* nested table */
544 RDMA_NLDEV_ATTR_RES_CTX, /* nested table */
545 RDMA_NLDEV_ATTR_RES_CTX_ENTRY, /* nested table */
547 RDMA_NLDEV_ATTR_RES_SRQ, /* nested table */
548 RDMA_NLDEV_ATTR_RES_SRQ_ENTRY, /* nested table */
568 * Supported counter bind modes. All modes are mutual-exclusive.