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

/osnet-11/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_hca.c83 ibnex_ctl_query_hca_t query_hca; local
114 bzero(&query_hca, sizeof (query_hca));
115 query_hca.hca_guid = ib_attr.dia_hca_guid;
116 query_hca.hca_device_path = hca_device_path;
117 query_hca.hca_device_path_alloc_sz = sizeof (hca_device_path);
118 if (ioctl(ibnex_fd, IBNEX_CTL_QUERY_HCA, &query_hca) == -1) {
121 "init_hca: %s not found; query_hca failed\n",
126 if (strcmp(query_hca.hca_info.hca_driver_name, "tavor") == 0)
128 else if (strcmp(query_hca
[all...]

Completed in 20 milliseconds