Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_agents.c431 event.ev_port_flags = 0; in hermon_agent_handle_req()
457 event.ev_port_flags = hermon_port_change_flags( in hermon_agent_handle_req()
459 if (event.ev_port_flags & in hermon_agent_handle_req()
464 event.ev_port_flags) in hermon_agent_handle_req()
477 if ((event.ev_port_flags & in hermon_agent_handle_req()
483 event.ev_port_flags = IBT_PORT_CHANGE_PKEY; in hermon_agent_handle_req()
487 event.ev_port_flags = IBT_PORT_CHANGE_SGID; in hermon_agent_handle_req()
/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_ibt.c520 (event->ev_port_flags & IBT_PORT_CHANGE_PKEY)) { in eib_ibt_async_handler()
526 (event->ev_port_flags & IBT_PORT_CHANGE_SGID)) { in eib_ibt_async_handler()
/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_handlers.c367 portp->flags |= event_p->ev_port_flags; in ibc_async_handler()
701 hca_devp->hd_async_event.ev_port_flags = in ibtl_do_hca_asyncs()
741 eventp->ev_port_flags & IBT_PORT_CHANGE_SM_LID) in ibtl_do_hca_asyncs()
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibci.h190 ibt_port_change_t ev_port_flags; /* Port Change flags */ member
H A Dibti_common.h129 ibt_port_change_t ev_port_flags; /* Port Change flags */ member
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_saa_impl.c2377 if (event->ev_port_flags & IBT_PORT_CHANGE_SM_LID) { in ibmf_saa_impl_port_chg()
2382 if (event->ev_port_flags & IBT_PORT_CHANGE_SM_SL) { in ibmf_saa_impl_port_chg()
2387 if (event->ev_port_flags & IBT_PORT_CHANGE_SUB_TIMEOUT) { in ibmf_saa_impl_port_chg()
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_impl.c2412 if ((eventp->ev_port_flags & IBT_PORT_CHANGE_SM_LID) == 0) in ibcm_async_handler()
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibdm/
H A Dibdm.c593 if (event->ev_port_flags & IBT_PORT_CHANGE_PKEY) in ibdm_event_hdlr()
/illumos-gate/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c2328 if ((event->ev_port_flags & IBT_PORT_CHANGE_PKEY) == in ibd_async_handler()