Searched refs:BGE_TRACE (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/io/bge/ |
H A D | bge_chip2.c | 184 BGE_TRACE(("bge_cfg_clr16($%p, 0x%lx, 0x%x)", in bge_cfg_clr16() 206 BGE_TRACE(("bge_cfg_clr32($%p, 0x%lx, 0x%x)", in bge_cfg_clr32() 242 BGE_TRACE(("bge_ind_get32($%p, 0x%lx)", (void *)bgep, regno)); in bge_ind_get32() 267 BGE_TRACE(("bge_ind_put32($%p, 0x%lx, 0x%x)", in bge_ind_put32() 338 BGE_TRACE(("bge_chip_cfg_init($%p, $%p, %d)", in bge_chip_cfg_init() 607 BGE_TRACE(("bge_reg_get32($%p, 0x%lx)", in bge_reg_get32() 619 BGE_TRACE(("bge_reg_put32($%p, 0x%lx, 0x%x)", in bge_reg_put32() 634 BGE_TRACE(("bge_reg_set32($%p, 0x%lx, 0x%x)", in bge_reg_set32() 650 BGE_TRACE(("bge_reg_clr32($%p, 0x%lx, 0x%x)", in bge_reg_clr32() 695 BGE_TRACE(("bge_reg_get64($%p, 0x%lx) = 0x%016llx", in bge_reg_get64() [all …]
|
H A D | bge_mii.c | 181 BGE_TRACE(("bge_phy_probe($%p)", (void *)bgep)); in bge_phy_probe() 237 BGE_TRACE(("bge_phy_reset($%p)", (void *)bgep)); in bge_phy_reset() 275 BGE_TRACE(("bge_phy_powerdown")); in bge_phy_powerdown() 567 BGE_TRACE(("bge_restart_copper($%p, %d)", (void *)bgep, powerdown)); in bge_restart_copper() 702 BGE_TRACE(("bge_eee_init($%p)", (void *)bgep)); in bge_eee_init() 748 BGE_TRACE(("bge_eee_autoneg($%p)", (void *)bgep)); in bge_eee_autoneg() 811 BGE_TRACE(("bge_eee_adjust($%p, %d)", (void *)bgep)); in bge_eee_adjust() 924 BGE_TRACE(("bge_update_copper($%p)", (void *)bgep)); in bge_update_copper() 1323 BGE_TRACE(("bge_restart_serdes($%p, %d)", (void *)bgep, powerdown)); in bge_restart_serdes() 1398 BGE_TRACE(("bge_update_serdes($%p)", (void *)bgep)); in bge_update_serdes() [all …]
|
H A D | bge_main2.c | 385 BGE_TRACE(("bge_reset($%p)", (void *)bgep)); in bge_reset() 433 BGE_TRACE(("bge_stop($%p)", (void *)bgep)); in bge_stop() 458 BGE_TRACE(("bge_start($%p, %d)", (void *)bgep, reset_phys)); in bge_start() 520 BGE_TRACE(("bge_m_stop($%p)", arg)); in bge_m_stop() 567 BGE_TRACE(("bge_m_start($%p)", arg)); 648 BGE_TRACE(("bge_unicst_set($%p, %s)", arg, 1334 BGE_TRACE(("bge_m_multicst($%p, %s, %s)", arg, 1427 BGE_TRACE(("bge_m_promisc_set($%p, %d)", arg, on)); 2110 BGE_TRACE(("bge_alloc_dma_mem($%p, %ld, $%p, 0x%x, $%p)", 2233 BGE_TRACE(("bge_init_buff_ring($%p, %d)", [all …]
|
H A D | bge_send.c | 597 BGE_TRACE(("bge_send_drain($%p)", (void *)bgep)); in bge_send_drain() 622 BGE_TRACE(("bge_m_tx($%p, $%p)", arg, (void *)mp)); in bge_m_tx()
|
H A D | bge_ndd.c | 130 BGE_TRACE(("bge_nd_init($%p)", (void *)bgep)); in bge_nd_init()
|
H A D | bge_kstats.c | 633 BGE_TRACE(("bge_init_kstats($%p, %d)", (void *)bgep, instance)); in bge_init_kstats() 679 BGE_TRACE(("bge_fini_kstats($%p)", (void *)bgep)); in bge_fini_kstats()
|
H A D | bge_impl.h | 1164 #define BGE_TRACE(args) BGE_LDB(BGE_TRC, args) macro
|