Searched refs:BGE_DEBUG (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/io/bge/ |
H A D | bge_mii.c | 144 BGE_DEBUG(("bge_phydump: " in bge_phydump() 205 BGE_DEBUG(("bge_phy_probe: status 0x%x", miicfg)); in bge_phy_probe() 263 BGE_DEBUG(("bge_phy_reset: FAILED, control now 0x%x", control)); in bge_phy_reset() 657 BGE_DEBUG(("bge_restart_copper: status 0x%x", phy_status)); in bge_restart_copper() 673 BGE_DEBUG(("bge_eee: eee not supported (device 0x%x)", in bge_eee_cap() 691 BGE_DEBUG(("bge_eee: eee not supported (asic rev 0x%08x)", in bge_eee_cap() 823 BGE_DEBUG(("bge_eee_adjust: link status up")); in bge_eee_adjust() 831 BGE_DEBUG(("bge_eee_adjust: eee timing for 1000Mb")); in bge_eee_adjust() 835 BGE_DEBUG(("bge_eee_adjust: eee timing for 100Mb")); in bge_eee_adjust() 851 BGE_DEBUG(("bge_eee_adjust: eee negotiaton success, lpi scheduled")); in bge_eee_adjust() [all …]
|
H A D | bge_main2.c | 423 BGE_DEBUG(("bge_reset($%p) done", (void *)bgep)); in bge_reset() 447 BGE_DEBUG(("bge_stop($%p) done", (void *)bgep)); in bge_stop() 467 BGE_DEBUG(("bge_start($%p, %d) done", (void *)bgep, reset_phys)); in bge_start() 498 BGE_DEBUG(("bge_restart($%p, %d) done", (void *)bgep, reset_phys)); in bge_restart() 553 BGE_DEBUG(("bge_m_stop($%p) done", arg)); in bge_m_stop() 612 BGE_DEBUG(("bge_m_start($%p) done", arg)); 715 BGE_DEBUG(("bge_unicst_set($%p) done", arg)); 1346 BGE_DEBUG(("bge_m_multicst: hash 0x%x index %d (%d:0x%x) = %d", 1400 BGE_DEBUG(("bge_m_multicst($%p) done", arg)); 1451 BGE_DEBUG(("bge_m_promisc_set($%p) done", arg)); [all …]
|
H A D | bge_chip2.c | 189 BGE_DEBUG(("bge_cfg_clr16($%p, 0x%lx, 0x%x): 0x%x => 0x%x", in bge_cfg_clr16() 211 BGE_DEBUG(("bge_cfg_clr32($%p, 0x%lx, 0x%x): 0x%x => 0x%x", in bge_cfg_clr32() 253 BGE_DEBUG(("bge_ind_get32($%p, 0x%lx) => 0x%x", in bge_ind_get32() 295 BGE_DEBUG(("bge_pci_check($%p): PCI status 0x%x", in bge_pci_check() 401 BGE_DEBUG(("bge_chip_cfg_init: %s bus is %s and %s; #INTA is %s", in bge_chip_cfg_init() 406 BGE_DEBUG(("bge_chip_cfg_init: vendor 0x%x device 0x%x revision 0x%x", in bge_chip_cfg_init() 408 BGE_DEBUG(("bge_chip_cfg_init: subven 0x%x subdev 0x%x asic_rev 0x%x", in bge_chip_cfg_init() 410 BGE_DEBUG(("bge_chip_cfg_init: clsize %d latency %d command 0x%x", in bge_chip_cfg_init() 818 BGE_DEBUG(("bge_mbx_get($%p, 0x%lx) => 0x%08x", in bge_mbx_get() 1441 BGE_DEBUG(("bge_seeprom_access: complete after %d us", tries)); in bge_seeprom_access() [all …]
|
H A D | bge_send.c | 630 BGE_DEBUG(("bge_m_tx: chip not running or link down")); in bge_m_tx()
|
H A D | bge_impl.h | 1165 #define BGE_DEBUG(args) BGE_LDB(BGE_DBG, args) macro
|