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

/freebsd-11-stable/sys/mips/cavium/octe/
H A Dethernet-util.h31 #define DEBUGPRINT(format, ...) printf(format, ##__VA_ARGS__) macro
H A Dethernet-rx.c126 DEBUGPRINT("Port %d received 0xd5 preamble\n", work->word1.cn38xx.ipprt);
133 DEBUGPRINT("Port %d received 0x?d preamble\n", work->word1.cn38xx.ipprt);
142 DEBUGPRINT("Port %d unknown preamble, packet dropped\n", work->word1.cn38xx.ipprt);
151 DEBUGPRINT("Port %d receive error code %d, packet dropped\n", work->word1.cn38xx.ipprt, work->word2.snoip.err_code);
234 DEBUGPRINT("Port %d failed to allocate mbuf, packet dropped\n", work->word1.cn38xx.ipprt);
313 DEBUGPRINT("%s: Device not up, packet dropped\n",
321 DEBUGPRINT("Port %d not controlled by FreeBSD, packet dropped\n", work->word1.cn38xx.ipprt);
H A Dethernet.c112 DEBUGPRINT("%s: %u Mbps %s duplex, port %2d, queue %2d\n",
118 DEBUGPRINT("%s: Link down\n", if_name(ifp));
H A Dethernet-rgmii.c105 DEBUGPRINT("%s: Using 10Mbps with software preamble removal\n", if_name(ifp));
H A Dethernet-tx.c227 DEBUGPRINT("%s: Failed to send the packet\n", if_name(ifp));

Completed in 125 milliseconds