Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/amd/
Dam79c961a.h11 #define DEBUG_RX 4 macro
/Linux-v5.4/drivers/net/wan/
Dixp4xx_hss.c26 #define DEBUG_RX 0 macro
644 #if DEBUG_RX in hss_hdlc_rx_irq()
659 #if DEBUG_RX in hss_hdlc_poll()
673 #if DEBUG_RX in hss_hdlc_poll()
681 #if DEBUG_RX in hss_hdlc_poll()
689 #if DEBUG_RX in hss_hdlc_poll()
780 #if DEBUG_RX in hss_hdlc_poll()
/Linux-v5.4/drivers/net/wireless/ti/wlcore/
Ddebug.h29 DEBUG_RX = BIT(7), enumerator
Drx.c149 wl1271_dump((DEBUG_RX|DEBUG_CMD), "PKT: ", data + sizeof(*desc), in wl1271_rx_handle_data()
188 wl1271_debug(DEBUG_RX, "rx skb 0x%p: %d B %s seq %d hlid %d", skb, in wl1271_rx_handle_data()
/Linux-v5.4/drivers/net/ethernet/seeq/
Dether3.h15 #define DEBUG_RX 4 macro
/Linux-v5.4/drivers/net/ethernet/xscale/
Dixp4xx_eth.c41 #define DEBUG_RX 0 macro
671 #if DEBUG_RX in eth_rx_irq()
685 #if DEBUG_RX in eth_poll()
699 #if DEBUG_RX in eth_poll()
707 #if DEBUG_RX in eth_poll()
714 #if DEBUG_RX in eth_poll()
780 #if DEBUG_RX in eth_poll()
/Linux-v5.4/drivers/net/wireless/ti/wl1251/
Drx.c178 wl1251_debug(DEBUG_RX, "rx skb 0x%p: %d B %s", skb, skb->len, in wl1251_rx_body()
Dwl1251.h29 DEBUG_RX = BIT(7), enumerator
/Linux-v5.4/drivers/net/ethernet/dec/tulip/
Dde4x5.h849 #define DEBUG_RX 0x0008 /* Print RX (de4x5_rx) messages */ macro
Dde4x5.c5340 if (de4x5_debug & DEBUG_RX) { in de4x5_dbg_rx()