Searched refs:hca_info (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/ib/ibnex/
H A Dibnex_devctl.h191 * Upon successful return from the IOCTL, hca_info will contain HCA attributes
192 * for the specified GUID. hca_info.hca_device_path_len will contain the actual
194 * character). hca_info.hca_device_path will point to null terminated hca device
197 * Otherwise hca_info.hca_device_path will be set to NULL.
495 ibnex_ctl_hca_info_t hca_info; /* out: HCA information */ member in struct:ibnex_ctl_query_hca_s
508 ibnex_ctl_hca_info_32_t hca_info; /* out: HCA information */ member in struct:ibnex_ctl_query_hca_32_s
/opensolaris-onvv-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_hca.c125 if (strcmp(query_hca.hca_info.hca_driver_name, "tavor") == 0)
127 else if (strcmp(query_hca.hca_info.hca_driver_name, "arbel") == 0)
129 else if (strcmp(query_hca.hca_info.hca_driver_name, "hermon") == 0) {
/opensolaris-onvv-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c3026 IBNEX_CTL_CP_HCA_INFO(&query_hca_32->hca_info, hca_attr,
3031 if (ddi_copyout(&query_hca_32->hca_info,
3032 &((ibnex_ctl_query_hca_32_t *)arg)->hca_info,
3042 IBNEX_CTL_CP_HCA_INFO(&query_hca->hca_info, hca_attr,
3047 if (ddi_copyout(&query_hca->hca_info,
3048 &((ibnex_ctl_query_hca_t *)arg)->hca_info,
/opensolaris-onvv-gate/usr/src/cmd/datadm/
H A Ddatadm.c1353 query_hca.hca_info.hca_driver_name)) == NULL)

Completed in 119 milliseconds