Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/ib/ibnex/
H A Dibnex_devctl.h292 typedef struct ibnex_ctl_hca_info_s { struct
293 ib_guid_t hca_node_guid; /* Node GUID */
294 ib_guid_t hca_si_guid; /* Optional System Image GUID */
295 uint_t hca_nports; /* Number of physical ports */
298 char hca_driver_name[MAX_HCA_DRVNAME_LEN];
299 int hca_driver_instance;
306 char *hca_device_path;
307 uint_t hca_device_path_len;
309 ibt_hca_flags_t hca_flags; /* HCA capabilities etc */
310 ibt_hca_flags2_t hca_flags2; /* HCA capabilities etc */
[all …]