Lines Matching refs:nes_debug
277 nes_debug(NES_DBG_INIT, "Searching Adapter list for PCI devfn = 0x%X," in nes_init_adapter()
294 nes_debug(NES_DBG_INIT, "NE020 driver detected unknown hardware revision 0x%x\n", in nes_init_adapter()
299 nes_debug(NES_DBG_INIT, "Determine Soft Reset, QP_control=0x%x, CPU0=0x%x, CPU1=0x%x, CPU2=0x%x\n", in nes_init_adapter()
305 nes_debug(NES_DBG_INIT, "Reset and init NE020\n"); in nes_init_adapter()
312 nes_debug(NES_DBG_INIT, "QP_CTX_SIZE=%u\n", max_qp); in nes_init_adapter()
316 nes_debug(NES_DBG_INIT, "Reducing Max QPs to %u due to hash table size = 0x%08X\n", in nes_init_adapter()
322 nes_debug(NES_DBG_INIT, "Max QP = %u, hte_index_mask = 0x%08X.\n", in nes_init_adapter()
331 nes_debug(NES_DBG_INIT, "Reducing Max QPs to %u due to Available Q1s.\n", in nes_init_adapter()
365 nes_debug(NES_DBG_INIT, "Allocating new nesadapter @ %p, size = %u (actual size = %u).\n", in nes_init_adapter()
527 nes_debug(NES_DBG_INIT, "Probe time, LOG2PHY=%u\n", in nes_init_adapter()
633 nes_debug(NES_DBG_INIT, "%s %d functions found for %s.\n", __func__, in nes_init_adapter()
654 nes_debug(NES_DBG_INIT, "Initial Software Reset = 0x%08X, port_count=%u\n", in nes_reset_adapter_ne020()
657 nes_debug(NES_DBG_INIT, "Running in 1G mode.\n"); in nes_reset_adapter_ne020()
676 nes_debug(NES_DBG_INIT, "Issuing Full Soft reset = 0x%08X\n", u32temp | 0xd); in nes_reset_adapter_ne020()
683 nes_debug(NES_DBG_INIT, "Did not see full soft reset done.\n"); in nes_reset_adapter_ne020()
710 nes_debug(NES_DBG_INIT, "Issuing Port Soft reset = 0x%08X\n", u32temp | 0xd); in nes_reset_adapter_ne020()
717 nes_debug(NES_DBG_INIT, "Did not see port soft reset done.\n"); in nes_reset_adapter_ne020()
727 nes_debug(NES_DBG_INIT, "Serdes 0 not ready, status=%x\n", u32temp); in nes_reset_adapter_ne020()
738 nes_debug(NES_DBG_INIT, "Serdes 1 not ready, status=%x\n", u32temp); in nes_reset_adapter_ne020()
823 nes_debug(NES_DBG_PHY, "Init: serdes 0 not ready, status=%x\n", u32temp); in nes_init_serdes()
871 nes_debug(NES_DBG_INIT, "port_count=%d\n", port_count); in nes_init_csr_ne020()
960 nes_debug(NES_DBG_SHUTDOWN, "Nes Adapter list entry = 0x%p.\n", in nes_destroy_adapter()
1010 nes_debug(NES_DBG_INIT, "Unable to allocate memory for host descriptor rings\n"); in nes_init_cqp()
1018 nes_debug(NES_DBG_INIT, "Unable to allocate memory CQP request entries.\n"); in nes_init_cqp()
1024 nes_debug(NES_DBG_INIT, "Allocated CQP structures at %p (phys = %016lX), size = %u.\n", in nes_init_cqp()
1178 nes_debug(NES_DBG_INIT, "CQP Status = 0x%08X\n", nes_read_indexed(nesdev, in nes_init_cqp()
1198 nes_debug(NES_DBG_INIT, "QP Status = 0x%08X\n", nes_read_indexed(nesdev, in nes_init_cqp()
1289 nes_debug(NES_DBG_SHUTDOWN, "Function%d: QP Status = 0x%08X\n", in nes_destroy_cqp()
1698 nes_debug(NES_DBG_INIT, "Unable to allocate memory for NIC host descriptor rings\n"); in nes_init_nic_qp()
1701 nes_debug(NES_DBG_INIT, "Allocated NIC QP structures at %p (phys = %016lX), size = %u.\n", in nes_init_nic_qp()
1801 …nes_debug(NES_DBG_INIT, "RX_WINDOW_BUFFER_PAGE_TABLE_SIZE = 0x%08X, RX_WINDOW_BUFFER_SIZE = 0x%08X… in nes_init_nic_qp()
1832 nes_debug(NES_DBG_INIT, "Waiting for create NIC QP%u to complete.\n", in nes_init_nic_qp()
1837 nes_debug(NES_DBG_INIT, "Create NIC QP%u completed, wait_event_timeout ret = %u.\n", in nes_init_nic_qp()
1840 nes_debug(NES_DBG_INIT, "NIC QP%u create timeout expired\n", nesvnic->nic.qp_id); in nes_init_nic_qp()
1850 nes_debug(NES_DBG_INIT, "%s: out of memory for receive skb\n", netdev->name); in nes_init_nic_qp()
1883 nes_debug(NES_DBG_INIT, "NAPI support Enabled\n"); in nes_init_nic_qp()
1893 nes_debug(NES_DBG_INIT, "%s: Out of memory for pau nic\n", netdev->name); in nes_init_nic_qp()
2034 nes_debug(NES_DBG_SHUTDOWN, "Waiting for CQP, cqp_head=%u, cqp.sq_head=%u," in nes_destroy_nic_qp()
2042 nes_debug(NES_DBG_SHUTDOWN, "Destroy NIC QP returned, wait_event_timeout ret = %u, cqp_head=%u," in nes_destroy_nic_qp()
2046 nes_debug(NES_DBG_SHUTDOWN, "NIC QP%u destroy timeout expired\n", in nes_destroy_nic_qp()
2376 nes_debug(NES_DBG_AEQ, "Processing CQP related AE, misc = 0x%04X\n", in nes_process_aeq()
2490 nes_debug(NES_DBG_PHY, "MAC%u interrupt status = 0x%X.\n", mac_number, mac_status); in nes_process_mac_intr()
2503 nes_debug(NES_DBG_PHY, "Phy%d data from register 0x1a = 0x%X.\n", in nes_process_mac_intr()
2511 nes_debug(NES_DBG_PHY, "Phy%d data from register 0x11 = 0x%X.\n", in nes_process_mac_intr()
2520 nes_debug(NES_DBG_PHY, "Phy%d data from register 0x1e = 0x%X.\n", in nes_process_mac_intr()
2525 nes_debug(NES_DBG_PHY, "1G phy%u data from register 1 = 0x%X\n", in nes_process_mac_intr()
2529 nes_debug(NES_DBG_PHY, "The Link is up according to the PHY\n"); in nes_process_mac_intr()
2532 nes_debug(NES_DBG_PHY, "The Link is down according to the PHY\n"); in nes_process_mac_intr()
2535 nes_debug(NES_DBG_PHY, "Eth SERDES Common Status: 0=0x%08X, 1=0x%08X\n", in nes_process_mac_intr()
2558 nes_debug(NES_DBG_PHY, "PCS PHY Control/Status%u: 0x%08X\n", in nes_process_mac_intr()
2568 nes_debug(NES_DBG_PHY, "PCS says the link is down\n"); in nes_process_mac_intr()
2595 nes_debug(NES_DBG_PHY, "%s: Phy data = 0x%04X, link was %s.\n", in nes_process_mac_intr()
2625 nes_debug(NES_DBG_PHY, "The Link is UP!!. linkup was %d\n", in nes_process_mac_intr()
2659 nes_debug(NES_DBG_PHY, "The Link is Down!!. linkup was %d\n", in nes_process_mac_intr()
2715 nes_debug(NES_DBG_PHY, "%s: Phy data = 0x%04X, link was %s.\n", in nes_recheck_link_status()
2915 nes_debug(NES_DBG_CQ, "%s: unsuccessfully checksummed TCP or UDP packet." in nes_nic_ce_handler()
2929 nes_debug(NES_DBG_CQ, "%s: unsuccessfully checksummed TCP or UDP packet." in nes_nic_ce_handler()
2948 nes_debug(NES_DBG_CQ, "%s: Reporting stripped VLAN packet. Tag = 0x%04X\n", in nes_nic_ce_handler()
3043 nes_debug(NES_DBG_CQP, "Bad Completion code for opcode 0x%02X from CQP," in nes_cqp_ce_handler()
3111 nes_debug(NES_DBG_CQP, "CQP request %p (opcode 0x%02X) put on CQPs SQ wqe%u.\n", in nes_cqp_ce_handler()
3556 nes_debug(NES_DBG_AEQ, "\n"); in nes_process_iwarp_aeqe()
3572 nes_debug(NES_DBG_AEQ, "aeid = 0x%04X, qp-cq id = %d, aeqe = %p," in nes_process_iwarp_aeqe()
3607 nes_debug(NES_DBG_AEQ, "QP%u Not decrementing QP refcount (%d)," in nes_process_iwarp_aeqe()
3724 nes_debug(NES_DBG_AEQ, "Processing an NES_AEQE_AEID_CQ_OPERATION_ERROR event on CQ%u, %p\n", in nes_process_iwarp_aeqe()
3745 nes_debug(NES_DBG_AEQ, "Processing an iWARP related AE for QP, misc = 0x%04X\n", in nes_process_iwarp_aeqe()
3785 nes_debug(NES_DBG_QP, "Failed to get a cqp_request.\n"); in nes_manage_apbvt()
3791 nes_debug(NES_DBG_QP, "%s APBV for local port=%u(0x%04x), nic_index=%u\n", in nes_manage_apbvt()
3801 nes_debug(NES_DBG_QP, "Waiting for CQP completion for APBVT.\n"); in nes_manage_apbvt()
3809 nes_debug(NES_DBG_QP, "Completed, ret=%u, CQP Major:Minor codes = 0x%04X:0x%04X\n", in nes_manage_apbvt()
3845 nes_debug(NES_DBG_NETDEV, "Failed to get a cqp_request.\n"); in nes_manage_arp_cache()
3870 nes_debug(NES_DBG_NETDEV, "Not waiting for CQP, cqp.sq_head=%u, cqp.sq_tail=%u\n", in nes_manage_arp_cache()
3892 nes_debug(NES_DBG_QP, "Failed to get a cqp_request.\n"); in flush_wqes()
3932 nes_debug(NES_DBG_QP, "Flush SQ QP WQEs completed, ret=%u," in flush_wqes()