Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/amd/
Dam79c961a.h14 #define DEBUG_RX 4 macro
/linux-4.4.14/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-4.4.14/drivers/net/wireless/ti/wlcore/
Ddebug.h43 DEBUG_RX = BIT(7), enumerator
Drx.c162 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-4.4.14/drivers/net/ethernet/seeq/
Dether3.h18 #define DEBUG_RX 4 macro
/linux-4.4.14/drivers/net/ethernet/xscale/
Dixp4xx_eth.c44 #define DEBUG_RX 0 macro
675 #if DEBUG_RX in eth_rx_irq()
689 #if DEBUG_RX in eth_poll()
703 #if DEBUG_RX in eth_poll()
711 #if DEBUG_RX in eth_poll()
719 #if DEBUG_RX in eth_poll()
785 #if DEBUG_RX in eth_poll()
/linux-4.4.14/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-4.4.14/drivers/net/ethernet/dec/tulip/
Dde4x5.h849 #define DEBUG_RX 0x0008 /* Print RX (de4x5_rx) messages */ macro
Dde4x5.c5334 if (de4x5_debug & DEBUG_RX) { in de4x5_dbg_rx()