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 * -----------------------------------------------------
335 * When used for port info, first 32-bits are CapabilityMask followed by
336 * 16-bit CapabilityMask2.
364 * According to IB specification, It is 16-bit address assigned
365 * by the Subnet Manager. Extended to be 32-bit for OmniPath users.
380 RDMA_NLDEV_ATTR_RES_SUMMARY, /* nested table */
381 RDMA_NLDEV_ATTR_RES_SUMMARY_ENTRY, /* nested table */
385 RDMA_NLDEV_ATTR_RES_QP, /* nested table */
386 RDMA_NLDEV_ATTR_RES_QP_ENTRY, /* nested table */
425 RDMA_NLDEV_ATTR_RES_CM_ID, /* nested table */
426 RDMA_NLDEV_ATTR_RES_CM_ID_ENTRY, /* nested table */
437 RDMA_NLDEV_ATTR_RES_CQ, /* nested table */
438 RDMA_NLDEV_ATTR_RES_CQ_ENTRY, /* nested table */
443 RDMA_NLDEV_ATTR_RES_MR, /* nested table */
444 RDMA_NLDEV_ATTR_RES_MR_ENTRY, /* nested table */
450 RDMA_NLDEV_ATTR_RES_PD, /* nested table */
451 RDMA_NLDEV_ATTR_RES_PD_ENTRY, /* nested table */
467 * driver-specific attributes.
469 RDMA_NLDEV_ATTR_DRIVER, /* nested table */
470 RDMA_NLDEV_ATTR_DRIVER_ENTRY, /* nested table */
522 * Counter-specific attributes.
527 RDMA_NLDEV_ATTR_STAT_COUNTER, /* nested table */
528 RDMA_NLDEV_ATTR_STAT_COUNTER_ENTRY, /* nested table */
530 RDMA_NLDEV_ATTR_STAT_HWCOUNTERS, /* nested table */
531 RDMA_NLDEV_ATTR_STAT_HWCOUNTER_ENTRY, /* nested table */
542 RDMA_NLDEV_ATTR_RES_CTX, /* nested table */
543 RDMA_NLDEV_ATTR_RES_CTX_ENTRY, /* nested table */
545 RDMA_NLDEV_ATTR_RES_SRQ, /* nested table */
546 RDMA_NLDEV_ATTR_RES_SRQ_ENTRY, /* nested table */
564 * Supported counter bind modes. All modes are mutual-exclusive.