Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_hdlrs.c233 while ((info->ti_event & (ENX_EVENT_TIMED_OUT | ENX_EVENT_DIE)) == 0) { in eibnx_port_monitor()
240 info->ti_event |= ENX_EVENT_TIMED_OUT; in eibnx_port_monitor()
253 if (info->ti_event & ENX_EVENT_TIMED_OUT) { in eibnx_port_monitor()
260 info->ti_event &= ~ENX_EVENT_TIMED_OUT; in eibnx_port_monitor()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Denx_impl.h288 #define ENX_EVENT_TIMED_OUT 0x04 macro