Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/rge/
H A Drge_ndd.c246 RGE_DEBUG(("rge_param_register: OK")); in rge_param_register()
251 RGE_DEBUG(("rge_param_register: FAILED at index %d [info %d]", in rge_param_register()
254 RGE_DEBUG(("rge_param_register: FAILED at index %d [info %d]", in rge_param_register()
392 RGE_DEBUG(("rge_nd_init: autoneg %d" in rge_nd_init()
437 RGE_DEBUG(("rge_nd_ioctl: get %s", ok ? "OK" : "FAIL")); in rge_nd_ioctl()
472 RGE_DEBUG(("rge_nd_ioctl: set %s err %d autoneg %d info %d/%d", in rge_nd_ioctl()
H A Drge_rxtx.c193 RGE_DEBUG(("rge_receive_packet: not a complete packat")); in rge_receive_packet()
205 RGE_DEBUG(("rge_receive_packet: error packet, status = %x", in rge_receive_packet()
224 RGE_DEBUG(("rge_receive_packet: len err = %d", packet_len)); in rge_receive_packet()
236 RGE_DEBUG(("rge_receive_packet: allocate buffer fail")); in rge_receive_packet()
622 RGE_DEBUG(("rge_send: no free slots")); in rge_send()
703 RGE_DEBUG(("rge_m_tx: tx doesn't work")); in rge_m_tx()
H A Drge_chip.c311 RGE_DEBUG(("rge_phydump: " in rge_phydump()
405 RGE_DEBUG(("rge_phy_update: autoneg %d " in rge_phy_update()
471 RGE_DEBUG(("rge_phy_update: autoneg %d " in rge_phy_update()
576 RGE_DEBUG(("rge_phy_update: anar <- 0x%x", anar)); in rge_phy_update()
577 RGE_DEBUG(("rge_phy_update: control <- 0x%x", control)); in rge_phy_update()
578 RGE_DEBUG(("rge_phy_update: gigctrl <- 0x%x", gigctrl)); in rge_phy_update()
825 RGE_DEBUG(("rge_chip_cfg_init: vendor 0x%x device 0x%x revision 0x%x", in rge_chip_cfg_init()
827 RGE_DEBUG(("rge_chip_cfg_init: subven 0x%x subdev 0x%x", in rge_chip_cfg_init()
829 RGE_DEBUG(("rge_chip_cfg_init: clsize %d latency %d command 0x%x", in rge_chip_cfg_init()
1318 RGE_DEBUG(("rge h/w statistics dump fail!")); in rge_hw_stats_dump()
[all …]
H A Drge_main.c712 RGE_DEBUG(("rge_reset($%p) done", (void *)rgep)); in rge_reset()
725 RGE_DEBUG(("rge_stop($%p) done", (void *)rgep)); in rge_stop()
760 RGE_DEBUG(("rge_restart: waiting for rx buf free...")); in rge_restart()
807 RGE_DEBUG(("rge_m_stop: waiting for rx buf free...")); in rge_m_stop()
811 RGE_DEBUG(("rge_m_stop($%p) done", arg)); in rge_m_stop()
840 RGE_DEBUG(("rge_m_start($%p) done", arg)); in rge_m_start()
990 RGE_DEBUG(("rge_m_promisc_set($%p) done", arg)); in rge_m_promisc()
H A Drge.h698 #define RGE_DEBUG(args) RGE_LDB(RGE_DBG, args) macro