Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/ib/ibnex/
H A Dibnex_devctl.h599 } ibnex_ctl_query_hca_port_t; typedef
/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c3144 ibnex_ctl_query_hca_port_t *query_hca_port = NULL; in ibnex_ctl_query_hca_port()
3154 query_hca_port = kmem_zalloc(sizeof (ibnex_ctl_query_hca_port_t), in ibnex_ctl_query_hca_port()
3187 sizeof (ibnex_ctl_query_hca_port_t), mode) != 0) { in ibnex_ctl_query_hca_port()
3254 &((ibnex_ctl_query_hca_port_t *)arg)->port_info, in ibnex_ctl_query_hca_port()
3277 kmem_free(query_hca_port, sizeof (ibnex_ctl_query_hca_port_t)); in ibnex_ctl_query_hca_port()