Home
last modified time | relevance | path

Searched refs:xge_debug_ring (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-device-fp.c769 xge_debug_ring(XGE_TRACE, "Dump Ip:" ); in __hal_ip_lro_capable()
778 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()
803 xge_debug_ring(XGE_TRACE, "Dump Tcp:" ); in __hal_tcp_lro_capable()
968 xge_debug_ring(XGE_TRACE, "ip_length:%d ip:"XGE_OS_LLXFMT in __hal_lro_capable()
1103 xge_debug_ring(XGE_ERR, "**retransmit **" in __hal_get_lro_session()
1174 xge_debug_ring(XGE_TRACE, "Creating lro session."); in __hal_get_lro_session()
1206 xge_debug_ring(XGE_TRACE, "Max LRO frame len exceeded:" in __hal_lro_under_optimal_thresh()
1213 xge_debug_ring(XGE_TRACE, "Max sg count exceeded:" in __hal_lro_under_optimal_thresh()
1320 xge_debug_ring(XGE_TRACE, "Entered accumu lro. "); in xge_hal_lro_process_rx()
[all …]
H A Dxgehal-ring.c114 xge_debug_ring(XGE_TRACE, "block%d:0x"XGE_OS_LLXFMT" => block%d:0x"XGE_OS_LLXFMT, in __hal_ring_rxdblock_link()
413 xge_debug_ring(XGE_TRACE, "ring%d PRC DMA addr 0x"XGE_OS_LLXFMT" initialized", in __hal_ring_prc_enable()
455 xge_debug_ring(XGE_TRACE, "ring%d enabled in buffer_mode %d", in __hal_ring_prc_enable()
498 xge_debug_ring(XGE_TRACE, "Rings priority configured to 0x"XGE_OS_LLXFMT, in __hal_ring_hw_initialize()
510 xge_debug_ring(XGE_TRACE, "DRAM configured to 0x"XGE_OS_LLXFMT, in __hal_ring_hw_initialize()
535 xge_debug_ring(XGE_TRACE, "QoS steering configured to 0x"XGE_OS_LLXFMT, in __hal_ring_hw_initialize()
588 xge_debug_ring(XGE_TRACE, "default mc_rldram_mrs_herc 0x"XGE_OS_LLXFMT, in __hal_ring_hw_initialize()
630 xge_debug_ring(XGE_TRACE, "%s", "ring channels initialized"); in __hal_ring_hw_initialize()
H A Dxgehal-ring-fp.c273 xge_debug_ring(XGE_TRACE, "xge_hal_ring_dtr_1b_set: rxdp %p control_2 %p buffer0_ptr %p", in xge_hal_ring_dtr_1b_set()
490xge_debug_ring(XGE_TRACE, "xge_hal_ring_dtr_pre_post: rxd 0x"XGE_OS_LLXFMT" posted %d post_qid %d… in xge_hal_ring_dtr_pre_post()
560 xge_debug_ring(XGE_TRACE, "xge_hal_ring_dtr_post_post: rxdp %p control_1 %p", in xge_hal_ring_dtr_post_post()
600 xge_debug_ring(XGE_TRACE, "xge_hal_ring_dtr_post_post_wmb: rxdp %p control_1 %p rxds_with_host %d", in xge_hal_ring_dtr_post_post_wmb()
723 xge_debug_ring(XGE_TRACE, in xge_hal_ring_dtr_next_completed()
/illumos-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxge-debug.h282 static inline void xge_debug_ring(xge_debug_level_e level, char *fmt, ...) { in xge_debug_ring() function
287 #define xge_debug_ring(level, fmt...) \ macro
292 static inline void xge_debug_ring(xge_debug_level_e level, char *fmt, ...) {} in xge_debug_ring() function
294 #define xge_debug_ring(level, fmt...) macro
379 static inline void xge_debug_ring(xge_debug_level_e level, char *fmt, ...) {} in xge_debug_ring() function