Home
last modified time | relevance | path

Searched refs:NGE_DEBUG (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_xmii.c189 NGE_DEBUG(("nge_phy_probe: status 0x%x, phy id 0x%x", in nge_phy_probe()
253 NGE_DEBUG(("nge_phy_reset: FAILED, control now 0x%x", control)); in nge_phy_reset()
332 NGE_DEBUG(("nge_update_copper: autoneg %d " in nge_update_copper()
397 NGE_DEBUG(("nge_update_copper: autoneg %d " in nge_update_copper()
506 NGE_DEBUG(("nge_check_copper: link %d/%s, MII status 0x%x " in nge_check_copper()
625 NGE_DEBUG(("nge_check_copper: link now %s speed %d duplex %d", in nge_check_copper()
H A Dnge_main.c656 NGE_DEBUG(("nge_fini_buff_ring($%p)", (void *)ngep)); in nge_fini_buff_ring()
1149 NGE_DEBUG(("nge_m_stop($%p) done", arg)); in nge_m_stop()
1189 NGE_DEBUG(("nge_m_start($%p) done", arg)); in nge_m_start()
1223 NGE_DEBUG(("nge_m_unicst($%p) done", arg)); in nge_m_unicst()
1251 NGE_DEBUG(("nge_m_promisc($%p) done", arg)); in nge_m_promisc()
1257 NGE_DEBUG(("nge_m_promisc($%p) done", arg)); in nge_m_promisc()
1357 NGE_DEBUG(("nge_m_multicst($%p) done", arg)); in nge_m_multicst()
1395 NGE_DEBUG(("nge_m_ioctl: cmd 0x%x", cmd)); in nge_m_ioctl()
2872 NGE_DEBUG(("MSI registration failed, " in nge_register_intrs_and_init_locks()
2967 NGE_DEBUG(("Requested: %d, Received: %d\n", in nge_add_intrs()
[all …]
H A Dnge_tx.c500 NGE_DEBUG(("err(%x) map tx bulk fails" in nge_send_mapped()
638 NGE_DEBUG(("nge_send: send fail!")); in nge_send()
H A Dnge_rx.c301 NGE_DEBUG(("Receive desc error, status: 0x%x", stflag)); in nge_rxsta_handle()
H A Dnge.h971 #define NGE_DEBUG(args) NGE_LDB(NGE_DBG, args) macro