Lines Matching refs:pr_debug

92 	pr_debug("%s: MAC %pM, IRQ %u\n", netdev->name, netdev->dev_addr, netdev->irq);  in c2_print_macaddr()
220 pr_debug("%s: out of memory for receive\n", in c2_rx_alloc()
401 pr_debug("%s: tx done slot %3Zu status 0x%x len " in c2_tx_interrupt()
427 pr_debug("BAD RXP_HRXD\n"); in c2_rx_error()
428 pr_debug(" rx_desc : %p\n", rx_desc); in c2_rx_error()
429 pr_debug(" index : %Zu\n", in c2_rx_error()
431 pr_debug(" len : %u\n", rx_desc->len); in c2_rx_error()
432 pr_debug(" rxp_hdr : %p [PA %p]\n", rxp_hdr, in c2_rx_error()
434 pr_debug(" flags : 0x%x\n", rxp_hdr->flags); in c2_rx_error()
435 pr_debug(" status: 0x%x\n", rxp_hdr->status); in c2_rx_error()
436 pr_debug(" len : %u\n", rxp_hdr->len); in c2_rx_error()
437 pr_debug(" rsvd : 0x%x\n", rxp_hdr->rsvd); in c2_rx_error()
457 pr_debug("packet dropped\n"); in c2_rx_error()
597 pr_debug("%s: enabling interface\n", netdev->name); in c2_up()
610 pr_debug("Unable to allocate memory for " in c2_up()
619 pr_debug("Unable to create RX ring\n"); in c2_up()
625 pr_debug("Unable to fill RX ring\n"); in c2_up()
633 pr_debug("Unable to create TX ring\n"); in c2_up()
695 pr_debug("%s: disabling interface\n", in c2_down()
747 pr_debug("c2_reset: failed to quiesce the hardware!\n"); in c2_reset()
753 pr_debug("Current RX: %u\n", c2dev->cur_rx); in c2_reset()
773 pr_debug("%s: Tx ring full when queue awake!\n", in c2_xmit_frame()
829 pr_debug("%s: transmit queue full\n", in c2_xmit_frame()
845 pr_debug("%s: tx timeout\n", netdev->name); in c2_tx_timeout()
886 pr_debug("c2_port etherdev alloc failed"); in c2_devinit()
910 pr_debug("Invalid MAC Address\n"); in c2_devinit()
955 pr_debug("BAR0 size = 0x%lX bytes\n", reg0_len); in c2_probe()
956 pr_debug("BAR2 size = 0x%lX bytes\n", reg2_len); in c2_probe()
957 pr_debug("BAR4 size = 0x%lX bytes\n", reg4_len); in c2_probe()