Lines Matching refs:pr_debug
81 pr_debug("- TX (Stopped): Reset or Stop command\n"); in show_tx_process_state()
84 pr_debug("- TX (Running):Fetching the Tx desc\n"); in show_tx_process_state()
87 pr_debug("- TX (Running): Waiting for end of tx\n"); in show_tx_process_state()
90 pr_debug("- TX (Running): Reading the data " in show_tx_process_state()
94 pr_debug("- TX (Suspended): Tx Buff Underflow " in show_tx_process_state()
98 pr_debug("- TX (Running): Closing Tx descriptor\n"); in show_tx_process_state()
112 pr_debug("- RX (Stopped): Reset or Stop command\n"); in show_rx_process_state()
115 pr_debug("- RX (Running): Fetching the Rx desc\n"); in show_rx_process_state()
118 pr_debug("- RX (Running):Checking for end of pkt\n"); in show_rx_process_state()
121 pr_debug("- RX (Running): Waiting for Rx pkt\n"); in show_rx_process_state()
124 pr_debug("- RX (Suspended): Unavailable Rx buf\n"); in show_rx_process_state()
127 pr_debug("- RX (Running): Closing Rx descriptor\n"); in show_rx_process_state()
130 pr_debug("- RX(Running): Flushing the current frame" in show_rx_process_state()
134 pr_debug("- RX (Running): Queuing the Rx frame" in show_rx_process_state()
152 pr_debug("%s: [CSR5: 0x%08x]\n", __func__, intr_status); in dwmac_dma_interrupt()