• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/nes/

Lines Matching refs:nes_debug

270 		nes_debug(NES_DBG_INIT, "Searching Adapter list for PCI devfn = 0x%X,"
287 nes_debug(NES_DBG_INIT, "NE020 driver detected unknown hardware revision 0x%x\n",
292 nes_debug(NES_DBG_INIT, "Determine Soft Reset, QP_control=0x%x, CPU0=0x%x, CPU1=0x%x, CPU2=0x%x\n",
298 nes_debug(NES_DBG_INIT, "Reset and init NE020\n");
305 nes_debug(NES_DBG_INIT, "QP_CTX_SIZE=%u\n", max_qp);
309 nes_debug(NES_DBG_INIT, "Reducing Max QPs to %u due to hash table size = 0x%08X\n",
315 nes_debug(NES_DBG_INIT, "Max QP = %u, hte_index_mask = 0x%08X.\n",
324 nes_debug(NES_DBG_INIT, "Reducing Max QPs to %u due to Available Q1s.\n",
358 nes_debug(NES_DBG_INIT, "Allocating new nesadapter @ %p, size = %u (actual size = %u).\n",
520 nes_debug(NES_DBG_INIT, "Probe time, LOG2PHY=%u\n",
626 nes_debug(NES_DBG_INIT, "%s %d functions found for %s.\n", __func__,
647 nes_debug(NES_DBG_INIT, "Initial Software Reset = 0x%08X, port_count=%u\n",
650 nes_debug(NES_DBG_INIT, "Running in 1G mode.\n");
669 nes_debug(NES_DBG_INIT, "Issuing Full Soft reset = 0x%08X\n", u32temp | 0xd);
676 nes_debug(NES_DBG_INIT, "Did not see full soft reset done.\n");
703 nes_debug(NES_DBG_INIT, "Issuing Port Soft reset = 0x%08X\n", u32temp | 0xd);
710 nes_debug(NES_DBG_INIT, "Did not see port soft reset done.\n");
720 nes_debug(NES_DBG_INIT, "Serdes 0 not ready, status=%x\n", u32temp);
731 nes_debug(NES_DBG_INIT, "Serdes 1 not ready, status=%x\n", u32temp);
816 nes_debug(NES_DBG_PHY, "Init: serdes 0 not ready, status=%x\n", u32temp);
864 nes_debug(NES_DBG_INIT, "port_count=%d\n", port_count);
953 nes_debug(NES_DBG_SHUTDOWN, "Nes Adapter list entry = 0x%p.\n",
1002 nes_debug(NES_DBG_INIT, "Unable to allocate memory for host descriptor rings\n");
1011 nes_debug(NES_DBG_INIT, "Unable to allocate memory CQP request entries.\n");
1017 nes_debug(NES_DBG_INIT, "Allocated CQP structures at %p (phys = %016lX), size = %u.\n",
1171 nes_debug(NES_DBG_INIT, "CQP Status = 0x%08X\n", nes_read_indexed(nesdev,
1191 nes_debug(NES_DBG_INIT, "QP Status = 0x%08X\n", nes_read_indexed(nesdev,
1282 nes_debug(NES_DBG_SHUTDOWN, "Function%d: QP Status = 0x%08X\n",
1685 nes_debug(NES_DBG_INIT, "Unable to allocate memory for NIC host descriptor rings\n");
1689 nes_debug(NES_DBG_INIT, "Allocated NIC QP structures at %p (phys = %016lX), size = %u.\n",
1789 nes_debug(NES_DBG_INIT, "RX_WINDOW_BUFFER_PAGE_TABLE_SIZE = 0x%08X, RX_WINDOW_BUFFER_SIZE = 0x%08X\n",
1820 nes_debug(NES_DBG_INIT, "Waiting for create NIC QP%u to complete.\n",
1825 nes_debug(NES_DBG_INIT, "Create NIC QP%u completed, wait_event_timeout ret = %u.\n",
1828 nes_debug(NES_DBG_INIT, "NIC QP%u create timeout expired\n", nesvnic->nic.qp_id);
1838 nes_debug(NES_DBG_INIT, "%s: out of memory for receive skb\n", netdev->name);
1868 nes_debug(NES_DBG_INIT, "NAPI support Enabled\n");
2011 nes_debug(NES_DBG_SHUTDOWN, "Waiting for CQP, cqp_head=%u, cqp.sq_head=%u,"
2019 nes_debug(NES_DBG_SHUTDOWN, "Destroy NIC QP returned, wait_event_timeout ret = %u, cqp_head=%u,"
2023 nes_debug(NES_DBG_SHUTDOWN, "NIC QP%u destroy timeout expired\n",
2139 /* nes_debug(NES_DBG_ISR, "\n"); */
2266 /* nes_debug(NES_DBG_ISR, "Enabling periodic timer interrupt.\n" ); */
2292 /* nes_debug(NES_DBG_CQ, "\n"); */
2303 /* nes_debug(NES_DBG_CQ, "pCQ = %p\n", cq); */
2353 nes_debug(NES_DBG_AEQ, "Processing CQP related AE, misc = 0x%04X\n",
2467 nes_debug(NES_DBG_PHY, "MAC%u interrupt status = 0x%X.\n", mac_number, mac_status);
2480 nes_debug(NES_DBG_PHY, "Phy%d data from register 0x1a = 0x%X.\n",
2488 nes_debug(NES_DBG_PHY, "Phy%d data from register 0x11 = 0x%X.\n",
2497 nes_debug(NES_DBG_PHY, "Phy%d data from register 0x1e = 0x%X.\n",
2502 nes_debug(NES_DBG_PHY, "1G phy%u data from register 1 = 0x%X\n",
2506 nes_debug(NES_DBG_PHY, "The Link is up according to the PHY\n");
2509 nes_debug(NES_DBG_PHY, "The Link is down according to the PHY\n");
2512 nes_debug(NES_DBG_PHY, "Eth SERDES Common Status: 0=0x%08X, 1=0x%08X\n",
2535 nes_debug(NES_DBG_PHY, "PCS PHY Control/Status%u: 0x%08X\n",
2545 nes_debug(NES_DBG_PHY, "PCS says the link is down\n");
2572 nes_debug(NES_DBG_PHY, "%s: Phy data = 0x%04X, link was %s.\n",
2602 nes_debug(NES_DBG_PHY, "The Link is UP!!. linkup was %d\n",
2627 nes_debug(NES_DBG_PHY, "The Link is Down!!. linkup was %d\n",
2789 nes_debug(NES_DBG_CQ, "%s: unsuccessfully checksummed TCP or UDP packet."
2799 /* nes_debug(NES_DBG_CQ, "%s: Reporting successfully checksummed IPv4 packet.\n",
2803 nes_debug(NES_DBG_CQ, "%s: unsuccessfully checksummed TCP or UDP packet."
2807 /* nes_debug(NES_DBG_CQ, "pkt_type=%x, APBVT_MASK=%x\n",
2823 nes_debug(NES_DBG_CQ, "%s: Reporting stripped VLAN packet. Tag = 0x%04X\n",
2875 /* nes_debug(NES_DBG_CQ, "CQ%u Processed = %u cqes, new head = %u.\n",
2910 /* nes_debug(NES_DBG_CQP, "head=%u cqe_words=%08X\n", head,
2922 nes_debug(NES_DBG_CQP, "Bad Completion code for opcode 0x%02X from CQP,"
2927 nes_debug(NES_DBG_CQP, "cqp: qp_id=%u, sq_head=%u, sq_tail=%u\n",
2938 /* nes_debug(NES_DBG_CQP, "%s: Waking up requestor\n"); */
2985 nes_debug(NES_DBG_CQP, "CQP request %p (opcode 0x%02X) put on CQPs SQ wqe%u.\n",
3435 nes_debug(NES_DBG_AEQ, "\n");
3451 nes_debug(NES_DBG_AEQ, "aeid = 0x%04X, qp-cq id = %d, aeqe = %p,"
3487 nes_debug(NES_DBG_AEQ, "QP%u Not decrementing QP refcount (%d),"
3605 nes_debug(NES_DBG_AEQ, "Processing an NES_AEQE_AEID_CQ_OPERATION_ERROR event on CQ%u, %p\n",
3626 nes_debug(NES_DBG_AEQ, "Processing an iWARP related AE for QP, misc = 0x%04X\n",
3640 /* nes_debug(NES_DBG_CQ, "Processing completion event for iWARP CQ%u.\n",
3666 nes_debug(NES_DBG_QP, "Failed to get a cqp_request.\n");
3672 nes_debug(NES_DBG_QP, "%s APBV for local port=%u(0x%04x), nic_index=%u\n",
3682 nes_debug(NES_DBG_QP, "Waiting for CQP completion for APBVT.\n");
3690 nes_debug(NES_DBG_QP, "Completed, ret=%u, CQP Major:Minor codes = 0x%04X:0x%04X\n",
3726 nes_debug(NES_DBG_NETDEV, "Failed to get a cqp_request.\n");
3751 nes_debug(NES_DBG_NETDEV, "Not waiting for CQP, cqp.sq_head=%u, cqp.sq_tail=%u\n",
3773 nes_debug(NES_DBG_QP, "Failed to get a cqp_request.\n");
3813 nes_debug(NES_DBG_QP, "Flush SQ QP WQEs completed, ret=%u,"