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.c 175 lacp_dprintf(const struct lacp_port *lp, const char *fmt, ...) function in typeref:typename:void
  /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 48 milliseconds