Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c3139 ibnex_ctl_query_hca_port_t *query_hca_port = NULL; in ibnex_ctl_query_hca_port() local
3149 query_hca_port = kmem_zalloc(sizeof (ibnex_ctl_query_hca_port_t), in ibnex_ctl_query_hca_port()
3165 query_hca_port->hca_guid = query_hca_port_32->hca_guid; in ibnex_ctl_query_hca_port()
3166 query_hca_port->port_num = query_hca_port_32->port_num; in ibnex_ctl_query_hca_port()
3168 query_hca_port->sgid_tbl = in ibnex_ctl_query_hca_port()
3170 query_hca_port->sgid_tbl_alloc_sz = in ibnex_ctl_query_hca_port()
3173 query_hca_port->pkey_tbl = in ibnex_ctl_query_hca_port()
3175 query_hca_port->pkey_tbl_alloc_sz = in ibnex_ctl_query_hca_port()
3181 if (ddi_copyin((void *)arg, query_hca_port, in ibnex_ctl_query_hca_port()
3190 if (ibt_query_hca_byguid(query_hca_port->hca_guid, &hca_attr) != in ibnex_ctl_query_hca_port()
[all …]