Home
last modified time | relevance | path

Searched refs:BGE_TRACE (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_chip2.c184 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()
268 BGE_TRACE(("bge_ind_put32($%p, 0x%lx, 0x%x)", in bge_ind_put32()
340 BGE_TRACE(("bge_chip_cfg_init($%p, $%p, %d)", in bge_chip_cfg_init()
613 BGE_TRACE(("bge_reg_get32($%p, 0x%lx)", in bge_reg_get32()
625 BGE_TRACE(("bge_reg_put32($%p, 0x%lx, 0x%x)", in bge_reg_put32()
640 BGE_TRACE(("bge_reg_set32($%p, 0x%lx, 0x%x)", in bge_reg_set32()
656 BGE_TRACE(("bge_reg_clr32($%p, 0x%lx, 0x%x)", in bge_reg_clr32()
703 BGE_TRACE(("bge_reg_get64($%p, 0x%lx) = 0x%016llx", in bge_reg_get64()
[all …]
H A Dbge_mii.c185 BGE_TRACE(("bge_phy_probe($%p)", (void *)bgep)); in bge_phy_probe()
241 BGE_TRACE(("bge_phy_reset($%p)", (void *)bgep)); in bge_phy_reset()
279 BGE_TRACE(("bge_phy_powerdown")); in bge_phy_powerdown()
571 BGE_TRACE(("bge_restart_copper($%p, %d)", (void *)bgep, powerdown)); in bge_restart_copper()
706 BGE_TRACE(("bge_eee_init($%p)", (void *)bgep)); in bge_eee_init()
752 BGE_TRACE(("bge_eee_autoneg($%p)", (void *)bgep)); in bge_eee_autoneg()
815 BGE_TRACE(("bge_eee_adjust($%p, %d)", (void *)bgep)); in bge_eee_adjust()
928 BGE_TRACE(("bge_update_copper($%p)", (void *)bgep)); in bge_update_copper()
1327 BGE_TRACE(("bge_restart_serdes($%p, %d)", (void *)bgep, powerdown)); in bge_restart_serdes()
1403 BGE_TRACE(("bge_update_serdes($%p)", (void *)bgep)); in bge_update_serdes()
[all …]
H A Dbge_main2.c355 BGE_TRACE(("bge_reset($%p)", (void *)bgep)); in bge_reset()
403 BGE_TRACE(("bge_stop($%p)", (void *)bgep)); in bge_stop()
428 BGE_TRACE(("bge_start($%p, %d)", (void *)bgep, reset_phys)); in bge_start()
490 BGE_TRACE(("bge_m_stop($%p)", arg)); in bge_m_stop()
537 BGE_TRACE(("bge_m_start($%p)", arg));
618 BGE_TRACE(("bge_unicst_set($%p, %s)", arg,
1298 BGE_TRACE(("bge_m_multicst($%p, %s, %s)", arg,
1391 BGE_TRACE(("bge_m_promisc_set($%p, %d)", arg, on));
2096 BGE_TRACE(("bge_alloc_dma_mem($%p, %ld, $%p, 0x%x, $%p)",
2219 BGE_TRACE(("bge_init_buff_ring($%p, %d)",
[all …]
H A Dbge_send.c598 BGE_TRACE(("bge_send_drain($%p)", (void *)bgep)); in bge_send_drain()
623 BGE_TRACE(("bge_m_tx($%p, $%p)", arg, (void *)mp)); in bge_m_tx()
H A Dbge_ndd.c130 BGE_TRACE(("bge_nd_init($%p)", (void *)bgep)); in bge_nd_init()
H A Dbge_kstats.c633 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 Dbge_impl.h1164 #define BGE_TRACE(args) BGE_LDB(BGE_TRC, args) macro