Home
last modified time | relevance | path

Searched refs:BGE_REPORT (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_mii.c504 BGE_REPORT((bgep, "PHY didn't reset!")); in bge_phy_reset_and_check()
506 BGE_REPORT((bgep, "PHY locked up!")); in bge_phy_reset_and_check()
604 BGE_REPORT((bgep, "PHY failed to reset correctly")); in bge_restart_copper()
H A Dbge_chip2.c1222 BGE_REPORT((bgep, "bge_mii_access: cmd 0x%x -- " in bge_mii_access()
1270 BGE_REPORT((bgep, "bge_mii_access: cmd 0x%x -- " in bge_mii_access()
4291 BGE_REPORT((bgep, "SEND INDEX - device didn't RESET")); in bge_chip_reset()
5201 BGE_REPORT((bgep, "msi error attention," in bge_intr()
5312 BGE_REPORT((bgep, "interrupt: flags 0x%llx - " in bge_intr()
5425 BGE_REPORT((bgep, "Tx stall detected, watchdog code 0x%x", dogval)); in bge_factotum_stall_check()
5520 BGE_REPORT((bgep, "automatic recovery activated")); in bge_chip_factotum()
H A Dbge_impl.h1174 #define BGE_REPORT(args) BGE_DDB(bge_log args) macro