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.h205 * arg - pointer to a structure of type ibnex_ctl_query_hca_port_t
599 } ibnex_ctl_query_hca_port_t; typedef in typeref:struct:ibnex_ctl_query_hca_port_s
/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c3121 ibnex_ctl_query_hca_port_t *query_hca_port = NULL;
3131 query_hca_port = kmem_zalloc(sizeof (ibnex_ctl_query_hca_port_t),
3164 sizeof (ibnex_ctl_query_hca_port_t), mode) != 0) {
3231 &((ibnex_ctl_query_hca_port_t *)arg)->port_info,
3254 kmem_free(query_hca_port, sizeof (ibnex_ctl_query_hca_port_t));

Completed in 1275 milliseconds