Home
last modified time | relevance | path

Searched defs:ibt_hca_attr_s (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_types.h435 typedef struct ibt_hca_attr_s { struct
436 ibt_hca_flags_t hca_flags; /* HCA capabilities etc */
437 ibt_hca_flags2_t hca_flags2;
440 uint32_t hca_vendor_id:24; /* 24 bit Vendor ID */
441 uint16_t hca_device_id;
442 uint32_t hca_version_id;
444 uint_t hca_max_chans; /* Max Chans supported */
445 uint_t hca_max_chan_sz; /* Max outstanding WRs on any */
448 uint_t hca_max_sgl; /* Max SGL entries per WR */
450 uint_t hca_max_cq; /* Max num of CQs supported */
[all …]