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

/illumos-gate/usr/src/uts/common/sys/ib/ibnex/
H A Dibnex_devctl.h214 * the allocated memory and pkey_tbl_alloc_sz to the number of pkey entries
227 * pkeys in the array is pkey_tbl_alloc_sz or port_info.p_pkey_tbl_sz
595 uint_t pkey_tbl_alloc_sz; /* in: # of entries in P_Key table */ member in struct:ibnex_ctl_query_hca_port_s
609 uint_t pkey_tbl_alloc_sz; /* in: # of entries in P_Key table */ member in struct:ibnex_ctl_query_hca_port_32_s
/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c3157 query_hca_port->pkey_tbl_alloc_sz =
3158 query_hca_port_32->pkey_tbl_alloc_sz;
3197 pkey_tbl_sz = MIN(query_hca_port->pkey_tbl_alloc_sz,

Completed in 78 milliseconds