Home
last modified time | relevance | path

Searched refs:XGE_ERR (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/uts/common/io/xge/drv/
H A Dxge.c89 xge_debug_osdep(XGE_ERR, "%s", "Take Xframe NIC out of " in xge_xpak_alarm_log()
95 xge_debug_osdep(XGE_ERR, "%s", "Take Xframe NIC out of " in xge_xpak_alarm_log()
101 xge_debug_osdep(XGE_ERR, "%s", "Take Xframe NIC out of " in xge_xpak_alarm_log()
107 xge_debug_osdep(XGE_ERR, "%s", "Undefined Xpak Alarm"); in xge_xpak_alarm_log()
154 xge_debug_osdep(XGE_ERR, "can't initialize the driver (%d)", in _init()
166 xge_debug_osdep(XGE_ERR, "%s", in _init()
781 xge_debug_osdep(XGE_ERR, "ddi_intr_get_nintrs() failed, " in xge_alloc_intrs()
790 xge_debug_osdep(XGE_ERR, "ddi_intr_get_navail() failure, " in xge_alloc_intrs()
797 xge_debug_osdep(XGE_ERR, "%d interrupts wanted while only " in xge_alloc_intrs()
810 xge_debug_osdep(XGE_ERR, "ddi_intr_alloc() failed %d", ret); in xge_alloc_intrs()
[all …]
H A Dxgell.c326 xge_debug_ll(XGE_ERR, "%s%d: can not allocate DMA handle", in xgell_rx_buffer_alloc()
336 xge_debug_ll(XGE_ERR, "%s%d: can not allocate DMA-able memory", in xgell_rx_buffer_alloc()
343 xge_debug_ll(XGE_ERR, "%s%d: can not allocate DMA-able memory", in xgell_rx_buffer_alloc()
351 xge_debug_ll(XGE_ERR, "%s%d: out of mapping for mblk", in xgell_rx_buffer_alloc()
357 xge_debug_ll(XGE_ERR, "%s%d: can not handle partial DMA", in xgell_rx_buffer_alloc()
429 xge_debug_ll(XGE_ERR, in xgell_rx_destroy_buffer_pool()
448 xge_debug_ll(XGE_ERR, "failed to unbind DMA handle!"); in xgell_rx_destroy_buffer_pool()
541 xge_debug_ll(XGE_ERR, "no more available rx DMA buffer!"); in xgell_rx_dtr_replenish()
734 xge_debug_ll(XGE_ERR, "%s%d: rx: dtr 0x%"PRIx64 in xgell_rx_1b_callback()
750 xge_debug_ll(XGE_ERR, "%s%d: rx: can not do DMA sync", in xgell_rx_1b_callback()
[all …]
/titanic_50/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-mm.c44 xge_debug_mm(XGE_ERR, "%s", in __hal_mempool_grow()
73 xge_debug_mm(XGE_ERR, in __hal_mempool_grow()
94 xge_debug_mm(XGE_ERR, in __hal_mempool_grow()
236 xge_debug_mm(XGE_ERR, in __hal_mempool_create()
245 xge_debug_mm(XGE_ERR, "mempool allocation failure"); in __hal_mempool_create()
271 xge_debug_mm(XGE_ERR, "memblocks_arr allocation failure"); in __hal_mempool_create()
282 xge_debug_mm(XGE_ERR, "memblocks_priv_arr allocation failure"); in __hal_mempool_create()
295 xge_debug_mm(XGE_ERR, "memblocks_dma_arr allocation failure"); in __hal_mempool_create()
306 xge_debug_mm(XGE_ERR, "items_arr allocation failure"); in __hal_mempool_create()
315 xge_debug_mm(XGE_ERR, "shadow_items_arr allocation failure"); in __hal_mempool_create()
[all …]
H A Dxgehal-device-fp.c778 xge_debug_ring(XGE_ERR, "iphdr !=45 :%d",ip->version_ihl); in __hal_ip_lro_capable()
783 xge_debug_ring(XGE_ERR, "IP fragmented"); in __hal_ip_lro_capable()
858 …xge_debug_ring(XGE_ERR, "Pkt received with time stamp after session opened with no time stamp : %0… in __hal_tcp_lro_capable()
875 …xge_debug_ring(XGE_ERR, "tcphdr not fastpth : pkt received with tcp options in addition to time st… in __hal_tcp_lro_capable()
885 …xge_debug_ring(XGE_ERR, "tcphdr not fastpth : pkt received with tcp options in addition to time st… in __hal_tcp_lro_capable()
920 xge_debug_ring(XGE_ERR, "Cant do lro %d", ext_info->proto); in __hal_lro_capable()
1103 xge_debug_ring(XGE_ERR, "**retransmit **" in __hal_get_lro_session()
H A Dxgehal-device.c1471 xge_debug_device(XGE_ERR, "pif_rd_swapper_fb read "XGE_OS_LLXFMT, in __hal_device_set_swapper()
1775 xge_debug_device(XGE_ERR, "%s", in xge_hal_device_rts_mac_enable()
1814 xge_debug_device(XGE_ERR, "%s", in xge_hal_device_rts_mac_disable()
2126 xge_debug_device(XGE_ERR, in __hal_device_rth_spdm_configure()
2379 xge_debug_device(XGE_ERR, in __hal_device_pci_info_get()
2430 xge_debug_device(XGE_ERR, "invalid device id %d", card_id); in __hal_device_pci_info_get()
2698 xge_debug_device(XGE_ERR, "%s: read "XGE_OS_LLXFMT, reg, in __hal_device_handle_serr()
2721 xge_debug_device(XGE_ERR, "%s: read "XGE_OS_LLXFMT, reg, in __hal_device_handle_eccerr()
2739 xge_debug_device(XGE_ERR, "%s: read "XGE_OS_LLXFMT, reg, in __hal_device_handle_parityerr()
2784 xge_debug_device(XGE_ERR, "unable to get pci info"); in __hal_device_hw_initialize()
[all …]
H A Dxgehal-stats.c60 xge_debug_stats(XGE_ERR, "%s", "can not DMA alloc"); in __hal_stats_initialize()
85 xge_debug_stats(XGE_ERR, in __hal_stats_initialize()
101 xge_debug_stats(XGE_ERR, "%s", "can not alloc"); in __hal_stats_initialize()
111 xge_debug_stats(XGE_ERR, "%s", "can not alloc"); in __hal_stats_initialize()
128 xge_debug_stats(XGE_ERR, "%s", "can not DMA alloc"); in __hal_stats_initialize()
155 xge_debug_stats(XGE_ERR, in __hal_stats_initialize()
H A Dxgehal-fifo.c76 xge_debug_mm(XGE_ERR, in __hal_fifo_mempool_item_alloc()
238 xge_debug_fifo(XGE_ERR, "cacheline > 128 ( ?? ): %d, %d, %d, %d", in __hal_fifo_open()
H A Dxgehal-fifo-fp.c136 xge_debug_fifo(XGE_ERR, in __hal_fifo_txdl_free_many()
282 xge_debug_fifo(XGE_ERR, in xge_hal_fifo_dtr_reserve_many()
H A Dxge-queue.c299 xge_debug_queue(XGE_ERR, "destroying non-empty queue 0x" in xge_queue_destroy()
H A Dxgehal-mgmt.c1007 xge_debug_osdep(XGE_ERR, "Write Test level 1 fails"); in xge_hal_register_test()
1017 xge_debug_osdep(XGE_ERR, "Write Test level 2 fails"); in xge_hal_register_test()
/titanic_50/usr/src/uts/common/io/xge/hal/include/
H A Dxge-debug.h65 XGE_ERR = 2, enumerator
69 #define XGE_DEBUG_LEVEL_DEF XGE_ERR
145 (level >= XGE_ERR && ((module & XGE_DEBUG_ERR_MASK) == module))) && \
160 (level >= XGE_ERR && ((module & XGE_DEBUG_ERR_MASK) == module))) && \