Searched refs:query_hca_port_32 (Results 1 – 1 of 1) sorted by relevance
3140 ibnex_ctl_query_hca_port_32_t *query_hca_port_32 = NULL; in ibnex_ctl_query_hca_port() local3154 query_hca_port_32 = kmem_zalloc( in ibnex_ctl_query_hca_port()3157 if (ddi_copyin((void *)arg, query_hca_port_32, 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()3169 (ib_gid_t *)(uintptr_t)query_hca_port_32->sgid_tbl; in ibnex_ctl_query_hca_port()3171 query_hca_port_32->sgid_tbl_alloc_sz; in ibnex_ctl_query_hca_port()3174 (ib_pkey_t *)(uintptr_t)query_hca_port_32->pkey_tbl; in ibnex_ctl_query_hca_port()3176 query_hca_port_32->pkey_tbl_alloc_sz; in ibnex_ctl_query_hca_port()3221 &query_hca_port_32->port_info, ibt_pi, in ibnex_ctl_query_hca_port()[all …]