Home
last modified time | relevance | path

Searched refs:ti_event (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_hdlrs.c111 while ((info->ti_event & in eibnx_port_monitor()
123 if (info->ti_event & ENX_EVENT_DIE) { in eibnx_port_monitor()
127 info->ti_event &= (~ENX_EVENT_LINK_UP); in eibnx_port_monitor()
140 while ((info->ti_event & in eibnx_port_monitor()
152 if (info->ti_event & ENX_EVENT_DIE) { in eibnx_port_monitor()
156 info->ti_event &= (~ENX_EVENT_MCGS_AVAILABLE); in eibnx_port_monitor()
233 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()
248 if (info->ti_event & ENX_EVENT_DIE) { in eibnx_port_monitor()
253 if (info->ti_event & ENX_EVENT_TIMED_OUT) { in eibnx_port_monitor()
[all …]
H A Denx_misc.c410 while (ti->ti_event & ENX_EVENT_COMPLETION) { in eibnx_stop_port_monitor()
413 ti->ti_event |= ENX_EVENT_DIE; in eibnx_stop_port_monitor()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Denx_impl.h366 uint_t ti_event; member