Searched refs:NES_DBG_PHY (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/drivers/infiniband/hw/nes/ |
D | nes_utils.c | 430 nes_debug(NES_DBG_PHY, "Phy is not responding. interrupt status = 0x%X.\n", in nes_write_1G_phy_reg() 460 nes_debug(NES_DBG_PHY, "Phy is not responding. interrupt status = 0x%X.\n", in nes_read_1G_phy_reg() 493 nes_debug(NES_DBG_PHY, "Phy is not responding. interrupt status = 0x%X.\n", in nes_write_10G_phy_reg() 508 nes_debug(NES_DBG_PHY, "Phy is not responding. interrupt status = 0x%X.\n", in nes_write_10G_phy_reg() 538 nes_debug(NES_DBG_PHY, "Phy is not responding. interrupt status = 0x%X.\n", in nes_read_10G_phy_reg() 553 nes_debug(NES_DBG_PHY, "Phy is not responding. interrupt status = 0x%X.\n", in nes_read_10G_phy_reg()
|
D | nes_hw.c | 823 nes_debug(NES_DBG_PHY, "Init: serdes 0 not ready, status=%x\n", u32temp); in nes_init_serdes() 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() [all …]
|
D | nes.h | 115 #define NES_DBG_PHY 0x00000008 macro
|