HomeSort by: relevance | last modified time | path
    Searched defs:LACP_DPRINTF (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/agr/
ieee8023ad_lacp_debug.h 62 void lacp_dprintf(const struct lacp_port *, const char *, ...)
64 #define LACP_DPRINTF(a) if (lacpdebug) lacp_dprintf a
66 #define LACP_DPRINTF(a) /* nothing */
  /src/sys/net/lagg/
if_lagg_lacp.c 200 static void lacp_dprintf(const struct lacp_softc *,
205 #define LACP_DPRINTF(a) do { lacp_dprintf a; } while (/*CONSTCOND*/ 0)
213 #define LACP_DPRINTF(a) __nothing
308 lacp_dprintf(const struct lacp_softc *lsc, const struct lacp_port *lacpp, function in typeref:typename:void
588 LACP_DPRINTF((lsc, NULL, "lacp start\n"));
614 LACP_DPRINTF((lsc, NULL, "lacp stopped\n"));
642 LACP_DPRINTF((lsc, NULL, "waiting transit\n"));
649 LACP_DPRINTF((lsc, NULL, "no distributing port\n"));
889 LACP_DPRINTF((lsc, lacpp
    [all...]

Completed in 12 milliseconds