Searched refs:NES_DBG_PHY (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/nes/ |
D | nes_utils.c | 431 nes_debug(NES_DBG_PHY, "Phy is not responding. interrupt status = 0x%X.\n", in nes_write_1G_phy_reg() 461 nes_debug(NES_DBG_PHY, "Phy is not responding. interrupt status = 0x%X.\n", in nes_read_1G_phy_reg() 494 nes_debug(NES_DBG_PHY, "Phy is not responding. interrupt status = 0x%X.\n", in nes_write_10G_phy_reg() 509 nes_debug(NES_DBG_PHY, "Phy is not responding. interrupt status = 0x%X.\n", in nes_write_10G_phy_reg() 539 nes_debug(NES_DBG_PHY, "Phy is not responding. interrupt status = 0x%X.\n", in nes_read_10G_phy_reg() 554 nes_debug(NES_DBG_PHY, "Phy is not responding. interrupt status = 0x%X.\n", in nes_read_10G_phy_reg()
|
D | nes_hw.c | 810 nes_debug(NES_DBG_PHY, "Init: serdes 0 not ready, status=%x\n", u32temp); in nes_init_serdes() 2448 nes_debug(NES_DBG_PHY, "MAC%u interrupt status = 0x%X.\n", mac_number, mac_status); in nes_process_mac_intr() 2461 nes_debug(NES_DBG_PHY, "Phy%d data from register 0x1a = 0x%X.\n", in nes_process_mac_intr() 2469 nes_debug(NES_DBG_PHY, "Phy%d data from register 0x11 = 0x%X.\n", in nes_process_mac_intr() 2478 nes_debug(NES_DBG_PHY, "Phy%d data from register 0x1e = 0x%X.\n", in nes_process_mac_intr() 2483 nes_debug(NES_DBG_PHY, "1G phy%u data from register 1 = 0x%X\n", in nes_process_mac_intr() 2487 nes_debug(NES_DBG_PHY, "The Link is up according to the PHY\n"); in nes_process_mac_intr() 2490 nes_debug(NES_DBG_PHY, "The Link is down according to the PHY\n"); in nes_process_mac_intr() 2493 nes_debug(NES_DBG_PHY, "Eth SERDES Common Status: 0=0x%08X, 1=0x%08X\n", in nes_process_mac_intr() 2516 nes_debug(NES_DBG_PHY, "PCS PHY Control/Status%u: 0x%08X\n", in nes_process_mac_intr() [all …]
|
D | nes.h | 120 #define NES_DBG_PHY 0x00000008 macro
|