Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_handlers.c340 portp = &hca_devp->hd_async_port[port_minus1]; in ibc_async_handler()
502 portp = &hca_devp->hd_async_port[port - 1]; in ibt_cisco_embedded_sm_rereg_fix()
675 portp = hca_devp->hd_async_port; in ibtl_do_hca_asyncs()
702 hca_devp->hd_async_port[port_minus1].flags; in ibtl_do_hca_asyncs()
703 hca_devp->hd_async_port[port_minus1].flags = 0; in ibtl_do_hca_asyncs()
705 hca_devp->hd_async_port[port_minus1].status &= ~temp; in ibtl_do_hca_asyncs()
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/impl/
H A Dibtl.h176 ibtl_async_port_event_t hd_async_port[1]; /* per-port async data */ member