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

/freebsd-10.2-release/sys/mips/cavium/octe/
H A Dethernet-util.h31 #define DEBUGPRINT(format, ...) printf(format, ##__VA_ARGS__) macro
H A Dethernet-rx.c125 DEBUGPRINT("Port %d received 0xd5 preamble\n", work->word1.cn38xx.ipprt);
132 DEBUGPRINT("Port %d received 0x?d preamble\n", work->word1.cn38xx.ipprt);
141 DEBUGPRINT("Port %d unknown preamble, packet dropped\n", work->word1.cn38xx.ipprt);
150 DEBUGPRINT("Port %d receive error code %d, packet dropped\n", work->word1.cn38xx.ipprt, work->word2.snoip.err_code);
233 DEBUGPRINT("Port %d failed to allocate mbuf, packet dropped\n", work->word1.cn38xx.ipprt);
312 DEBUGPRINT("%s: Device not up, packet dropped\n",
320 DEBUGPRINT("Port %d not controlled by FreeBSD, packet dropped\n", work->word1.cn38xx.ipprt);
H A Dethernet.c111 DEBUGPRINT("%s: %u Mbps %s duplex, port %2d, queue %2d\n",
117 DEBUGPRINT("%s: Link down\n", if_name(ifp));
H A Dethernet-rgmii.c104 DEBUGPRINT("%s: Using 10Mbps with software preamble removal\n", if_name(ifp));
H A Dethernet-tx.c226 DEBUGPRINT("%s: Failed to send the packet\n", if_name(ifp));

Completed in 53 milliseconds