Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c3140 ibt_hca_portinfo_t *ibt_pi; in ibnex_ctl_query_hca_port() local
3212 query_hca_port->port_num, &ibt_pi, &nports, &size) != IBT_SUCCESS) { in ibnex_ctl_query_hca_port()
3218 ibt_pi->p_sgid_tbl_sz); in ibnex_ctl_query_hca_port()
3221 ibt_pi->p_pkey_tbl_sz); in ibnex_ctl_query_hca_port()
3226 &query_hca_port_32->port_info, ibt_pi, in ibnex_ctl_query_hca_port()
3233 ddi_copyout(ibt_pi->p_sgid_tbl, in ibnex_ctl_query_hca_port()
3237 ddi_copyout(ibt_pi->p_pkey_tbl, in ibnex_ctl_query_hca_port()
3250 &query_hca_port->port_info, ibt_pi, in ibnex_ctl_query_hca_port()
3257 ddi_copyout(ibt_pi->p_sgid_tbl, in ibnex_ctl_query_hca_port()
3261 ddi_copyout(ibt_pi->p_pkey_tbl, in ibnex_ctl_query_hca_port()
[all …]