Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_agents.c483 event.ev_port_flags = IBT_PORT_CHANGE_PKEY; 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()
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_types.h1677 IBT_PORT_CHANGE_PKEY = 0x000002, /* P_Key table */ enumerator
/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()
2329 IBT_PORT_CHANGE_PKEY) { in ibd_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()