Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Diflib.c274 #define LINK_ACTIVE(ctx) ((ctx)->ifc_link_state == LINK_STATE_UP) macro
3738 !LINK_ACTIVE(ctx))) { in iflib_txq_drain()
4012 if (LINK_ACTIVE(ctx) == 0) in _task_fn_admin()
4081 if (__predict_false((ifp->if_drv_flags & IFF_DRV_RUNNING) == 0 || !LINK_ACTIVE(ctx))) { in iflib_if_transmit()