Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_hdlrs.c717 gwi->gw_state = ENX_GW_STATE_UNAVAILABLE; in eibnx_process_rx()
735 gwi->gw_state = ENX_GW_STATE_UNAVAILABLE; in eibnx_process_rx()
741 if (orig_gw_state == ENX_GW_STATE_UNAVAILABLE) { in eibnx_process_rx()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Denx_impl.h201 #define ENX_GW_STATE_UNAVAILABLE 1 /* GW nackd availability */ macro