Lines Matching +full:nested +full:- +full:attributes

1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
22 #define RDMA_NL_GET_CLIENT(type) ((type & (((1 << 6) - 1) << 10)) >> 10)
23 #define RDMA_NL_GET_OP(type) (type & ((1 << 10) - 1))
39 /* iwarp port mapper op-codes */
86 /* The following maintains bisectability of rdma-core */
165 * RESOLVE - The client requests the local service to resolve a path.
166 * SET_TIMEOUT - The local service requests the client to set the timeout.
167 * IP_RESOLVE - The client requests the local service to resolve an IP to GID.
184 * attributes
190 * ALL - For connected CM operation (6 pathrecords)
191 * UNIDIRECTIONAL - For unidirectional UD (1 pathrecord)
192 * GMP - For miscellaneous GMP like operation (at least 1 reversible
220 * Local service attributes:
222 * -----------------------------------------------------
344 * When used for port info, first 32-bits are CapabilityMask followed by
345 * 16-bit CapabilityMask2.
373 * According to IB specification, It is 16-bit address assigned
374 * by the Subnet Manager. Extended to be 32-bit for OmniPath users.
389 RDMA_NLDEV_ATTR_RES_SUMMARY, /* nested table */
390 RDMA_NLDEV_ATTR_RES_SUMMARY_ENTRY, /* nested table */
394 RDMA_NLDEV_ATTR_RES_QP, /* nested table */
395 RDMA_NLDEV_ATTR_RES_QP_ENTRY, /* nested table */
434 RDMA_NLDEV_ATTR_RES_CM_ID, /* nested table */
435 RDMA_NLDEV_ATTR_RES_CM_ID_ENTRY, /* nested table */
446 RDMA_NLDEV_ATTR_RES_CQ, /* nested table */
447 RDMA_NLDEV_ATTR_RES_CQ_ENTRY, /* nested table */
452 RDMA_NLDEV_ATTR_RES_MR, /* nested table */
453 RDMA_NLDEV_ATTR_RES_MR_ENTRY, /* nested table */
459 RDMA_NLDEV_ATTR_RES_PD, /* nested table */
460 RDMA_NLDEV_ATTR_RES_PD_ENTRY, /* nested table */
476 * driver-specific attributes.
478 RDMA_NLDEV_ATTR_DRIVER, /* nested table */
479 RDMA_NLDEV_ATTR_DRIVER_ENTRY, /* nested table */
531 * Counter-specific attributes.
536 RDMA_NLDEV_ATTR_STAT_COUNTER, /* nested table */
537 RDMA_NLDEV_ATTR_STAT_COUNTER_ENTRY, /* nested table */
539 RDMA_NLDEV_ATTR_STAT_HWCOUNTERS, /* nested table */
540 RDMA_NLDEV_ATTR_STAT_HWCOUNTER_ENTRY, /* nested table */
551 RDMA_NLDEV_ATTR_RES_CTX, /* nested table */
552 RDMA_NLDEV_ATTR_RES_CTX_ENTRY, /* nested table */
554 RDMA_NLDEV_ATTR_RES_SRQ, /* nested table */
555 RDMA_NLDEV_ATTR_RES_SRQ_ENTRY, /* nested table */
590 * Supported counter bind modes. All modes are mutual-exclusive.
630 RDMA_NAME_ASSIGN_TYPE_USER = 1, /* Provided by user-space */