Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/cavium/octe/
H A Dethernet-rx.c137 DEBUGPRINT("Port %d unknown preamble, packet dropped\n", work->word1.cn38xx.ipprt); in cvm_oct_check_rcv_error()
146DEBUGPRINT("Port %d receive error code %d, packet dropped\n", work->word1.cn38xx.ipprt, work->word… in cvm_oct_check_rcv_error()
226 DEBUGPRINT("Port %d failed to allocate mbuf, packet dropped\n", work->word1.cn38xx.ipprt); in cvm_oct_tasklet_rx()
313 DEBUGPRINT("Port %d not controlled by FreeBSD, packet dropped\n", work->word1.cn38xx.ipprt); in cvm_oct_tasklet_rx()
H A Dethernet-util.h32 #define DEBUGPRINT(format, ...) printf(format, ##__VA_ARGS__) macro
H A Dethernet.c113 DEBUGPRINT("%s: %u Mbps %s duplex, port %2d, queue %2d\n", in cvm_oct_update_link()
119 DEBUGPRINT("%s: Link down\n", if_name(ifp)); in cvm_oct_update_link()
H A Dethernet-tx.c227 DEBUGPRINT("%s: Failed to send the packet\n", if_name(ifp)); in cvm_oct_xmit()
H A Dethernet-rgmii.c103 DEBUGPRINT("%s: Using 10Mbps with software preamble removal\n", if_name(ifp)); in cvm_oct_rgmii_poll()