Searched refs:lacp_dprintf (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/net/
H A Dieee8023ad_lacp.c187 static void lacp_dprintf(const struct lacp_port *, const char *, ...)
196 #define LACP_DPRINTF(a) if (lacp_debug & 0x01) { lacp_dprintf a ; }
197 #define LACP_TRACE(a) if (lacp_debug & 0x02) { lacp_dprintf(a,"%s\n",__func__); }
198 #define LACP_TPRINTF(a) if (lacp_debug & 0x04) { lacp_dprintf a ; }
302 lacp_dprintf(lp, "lacpdu receive\n");
387 lacp_dprintf(lp, "lacpdu transmit\n");
1376 lacp_dprintf(lp, "%s: state= 0x%x, selected= 0x%x, "
1418 lacp_dprintf(lp, "Interface stopped DISTRIBUTING, possible flapping\n");
2048 lacp_dprintf(const struct lacp_port *lp, const char *fmt, ...) function

Completed in 194 milliseconds