Searched refs:xge_debug_ring (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/io/xge/hal/xgehal/ |
H A D | xgehal-device-fp.c | 769 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() 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() 899 xge_debug_ring(XGE_TRACE, "tcphdr not fastpth %02x %02x", tcp->doff_res, tcp->ctrl); in __hal_tcp_lro_capable() 920 xge_debug_ring(XGE_ERR, "Cant do lro %d", ext_info->proto); in __hal_lro_capable() 968 xge_debug_ring(XGE_TRACE, "ip_length:%d ip:"XGE_OS_LLXFMT in __hal_lro_capable() [all …]
|
H A D | xgehal-ring.c | 114 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 D | xgehal-ring-fp.c | 273 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() 490 …xge_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()
|
/titanic_44/usr/src/uts/common/io/xge/hal/include/ |
H A D | xge-debug.h | 282 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
|