Searched refs:ti_event (Results 1 – 3 of 3) sorted by relevance
111 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 …]
410 while (ti->ti_event & ENX_EVENT_COMPLETION) { in eibnx_stop_port_monitor()413 ti->ti_event |= ENX_EVENT_DIE; in eibnx_stop_port_monitor()
366 uint_t ti_event; member