Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dnet_debug.h71 #define netdev_vdbg netdev_dbg macro
74 #define netdev_vdbg(dev, format, args...) \ macro
/openbmc/linux/drivers/net/ethernet/cadence/
H A Dmacb_main.c1280 netdev_vdbg(bp->dev, "skb %u (data %p) TX complete\n", in macb_tx_complete()
1450 netdev_vdbg(bp->dev, "gem_rx %u (len %u)\n", entry, len); in gem_rx()
1500 netdev_vdbg(bp->dev, "macb_rx_frame frags %u - %u (len %u)\n", in macb_rx_frame()
1709 netdev_vdbg(bp->dev, "poll: packets pending, reschedule\n"); in macb_rx_poll()
1771 netdev_vdbg(bp->dev, "poll: tx restart\n"); in macb_tx_poll()
1858 netdev_vdbg(bp->dev, "MACB WoL: queue = %u, isr = 0x%08lx\n", in macb_wol_interrupt()
1887 netdev_vdbg(bp->dev, "GEM WoL: queue = %u, isr = 0x%08lx\n", in gem_wol_interrupt()
1923 netdev_vdbg(bp->dev, "queue = %u, isr = 0x%08lx\n", in macb_interrupt()
1939 netdev_vdbg(bp->dev, "scheduling RX softirq\n"); in macb_interrupt()
1957 netdev_vdbg(bp->dev, "scheduling TX softirq\n"); in macb_interrupt()
[all …]
/openbmc/u-boot/include/linux/
H A Dcompat.h62 #define netdev_vdbg(dev, fmt, args...) \ macro
/openbmc/linux/drivers/net/ethernet/sun/
H A Dsunhme.c1709 netdev_vdbg(hp->dev, "TX[%d]\n", elem); in happy_meal_tx()
1776 netdev_vdbg(dev, "RX[%d ERR(%08x)]", elem, flags); in happy_meal_rx()
1848 netdev_vdbg(dev, "RX[%d len=%d csum=%4x]", elem, len, csum); in happy_meal_rx()
1998 netdev_vdbg(dev, "SX<l[%d]e[%d]>\n", skb->len, entry); in happy_meal_start_xmit()
/openbmc/linux/drivers/net/can/usb/etas_es58x/
H A Des58x_core.c994 netdev_vdbg(netdev, "%s: OK\n", ret_desc); in es58x_rx_cmd_ret_u32()