Home
last modified time | relevance | path

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

/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c296 #define LINK_ACTIVE(ctx) ((ctx)->ifc_link_state == LINK_STATE_UP) macro
4015 !LINK_ACTIVE(ctx))) { in iflib_txq_drain()
4297 if (LINK_ACTIVE(ctx) == 0) in _task_fn_admin()
4365 if (__predict_false((if_getdrvflags(ifp) & IFF_DRV_RUNNING) == 0 || !LINK_ACTIVE(ctx))) { in iflib_if_transmit()