Home
last modified time | relevance | path

Searched refs:DEBUG_RX (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/amd/
Dam79c961a.h14 #define DEBUG_RX 4 macro
/Linux-v4.19/drivers/net/wan/
Dixp4xx_hss.c29 #define DEBUG_RX 0 macro
647 #if DEBUG_RX in hss_hdlc_rx_irq()
662 #if DEBUG_RX in hss_hdlc_poll()
676 #if DEBUG_RX in hss_hdlc_poll()
684 #if DEBUG_RX in hss_hdlc_poll()
692 #if DEBUG_RX in hss_hdlc_poll()
783 #if DEBUG_RX in hss_hdlc_poll()
/Linux-v4.19/drivers/net/wireless/ti/wlcore/
Ddebug.h43 DEBUG_RX = BIT(7), enumerator
Drx.c163 wl1271_dump((DEBUG_RX|DEBUG_CMD), "PKT: ", data + sizeof(*desc), in wl1271_rx_handle_data()
202 wl1271_debug(DEBUG_RX, "rx skb 0x%p: %d B %s seq %d hlid %d", skb, in wl1271_rx_handle_data()
/Linux-v4.19/drivers/net/ethernet/seeq/
Dether3.h18 #define DEBUG_RX 4 macro
/Linux-v4.19/drivers/net/ethernet/xscale/
Dixp4xx_eth.c44 #define DEBUG_RX 0 macro
674 #if DEBUG_RX in eth_rx_irq()
688 #if DEBUG_RX in eth_poll()
702 #if DEBUG_RX in eth_poll()
710 #if DEBUG_RX in eth_poll()
717 #if DEBUG_RX in eth_poll()
783 #if DEBUG_RX in eth_poll()
/Linux-v4.19/drivers/net/wireless/ti/wl1251/
Drx.c192 wl1251_debug(DEBUG_RX, "rx skb 0x%p: %d B %s", skb, skb->len, in wl1251_rx_body()
Dwl1251.h43 DEBUG_RX = BIT(7), enumerator
/Linux-v4.19/drivers/net/ethernet/dec/tulip/
Dde4x5.h849 #define DEBUG_RX 0x0008 /* Print RX (de4x5_rx) messages */ macro
Dde4x5.c5341 if (de4x5_debug & DEBUG_RX) { in de4x5_dbg_rx()