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

/illumos-gate/usr/src/uts/common/sys/ib/ibnex/
H A Dibnex_devctl.h169 * allocated memory. Sets hca_guids_alloc_sz to the number of GUIDs for which
174 * The number of GUIDs copied are nhcas or hca_guids_alloc_sz which ever is
277 uint_t hca_guids_alloc_sz; /* in: # of HCA GUIDs for */ member in struct:ibnex_ctl_get_hca_list_s
284 uint_t hca_guids_alloc_sz; /* in: # of HCA GUIDs for */ member in struct:ibnex_ctl_get_hca_list_32_s
/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c2842 hca_list.hca_guids_alloc_sz = hca_list_32.hca_guids_alloc_sz;
2869 n = MIN(nhcas, hca_list.hca_guids_alloc_sz);

Completed in 66 milliseconds