Home
last modified time | relevance | path

Searched refs:query_hca_port_32 (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c3145 ibnex_ctl_query_hca_port_32_t *query_hca_port_32 = NULL; in ibnex_ctl_query_hca_port() local
3159 query_hca_port_32 = kmem_zalloc( in ibnex_ctl_query_hca_port()
3162 if (ddi_copyin((void *)arg, query_hca_port_32, in ibnex_ctl_query_hca_port()
3170 query_hca_port->hca_guid = query_hca_port_32->hca_guid; in ibnex_ctl_query_hca_port()
3171 query_hca_port->port_num = query_hca_port_32->port_num; in ibnex_ctl_query_hca_port()
3174 (ib_gid_t *)(uintptr_t)query_hca_port_32->sgid_tbl; in ibnex_ctl_query_hca_port()
3176 query_hca_port_32->sgid_tbl_alloc_sz; in ibnex_ctl_query_hca_port()
3179 (ib_pkey_t *)(uintptr_t)query_hca_port_32->pkey_tbl; in ibnex_ctl_query_hca_port()
3181 query_hca_port_32->pkey_tbl_alloc_sz; in ibnex_ctl_query_hca_port()
3226 &query_hca_port_32->port_info, ibt_pi, in ibnex_ctl_query_hca_port()
[all …]