Searched refs:hca_info (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ib/ibnex/ |
H A D | ibnex_devctl.h | 191 * 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
|
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/ |
H A D | dapl_tavor_hca.c | 125 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) {
|
/illumos-gate/usr/src/uts/common/io/ib/ibnex/ |
H A D | ibnex_ioctl.c | 3026 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,
|
/illumos-gate/usr/src/cmd/datadm/ |
H A D | datadm.c | 1353 query_hca.hca_info.hca_driver_name)) == NULL)
|
Completed in 91 milliseconds