Searched refs:xge_os_printf (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/sys/dev/nxge/xgehal/ |
| HD | xgehal-driver.c | 68 xge_os_printf("################ Trace dump Begin ###############"); in xge_hal_driver_tracebuf_dump() 73 xge_os_printf(dmesg_start + i); in xge_hal_driver_tracebuf_dump() 79 xge_os_printf(dmesg + i); in xge_hal_driver_tracebuf_dump() 82 xge_os_printf("################ Trace dump End ###############"); in xge_hal_driver_tracebuf_dump() 228 xge_os_printf("cannot allocate trace buffer!"); in xge_hal_driver_initialize() 272 xge_os_printf("OSPAL: max g_malloc_cnt %d", g_malloc_cnt); in xge_hal_driver_terminate() 275 xge_os_printf("OSPAL: memory leak detected at " in xge_hal_driver_terminate() 286 xge_os_printf("OSPAL: %d memory leaks detected", leaks); in xge_hal_driver_terminate() 288 xge_os_printf("OSPAL: no memory leaks detected"); in xge_hal_driver_terminate()
|
| HD | xgehal-device-fp.c | 789 xge_os_printf("i:%d %02x, ",i,ch); in __hal_tcp_lro_capable() 914 xge_os_printf("Dump Eth:" ); in __hal_lro_capable() 917 xge_os_printf("i:%d %02x, ",i,ch); in __hal_lro_capable()
|
| HD | xgehal-fifo-fp.c | 121 xge_os_printf(""XGE_OS_LLXFMT":"XGE_OS_LLXFMT":"XGE_OS_LLXFMT":" in __hal_fifo_dtr_post_single()
|
| HD | xgehal-device.c | 5589 xge_os_printf("ERR, Reading VPD data failed"); in __hal_device_get_vpd_data() 5647 xge_os_printf("invalid t_code %d", t_code); in xge_hal_device_handle_tcode() 5656 xge_os_printf(""XGE_OS_LLXFMT":"XGE_OS_LLXFMT":" in xge_hal_device_handle_tcode() 5696 xge_os_printf(""XGE_OS_LLXFMT":"XGE_OS_LLXFMT":"XGE_OS_LLXFMT in xge_hal_device_handle_tcode()
|
| HD | xgehal-mgmtaux.c | 1377 xge_os_printf("0x%04x 0x%08x%08x", offset*8, in xge_hal_aux_device_dump()
|
| /NextBSD/sys/dev/nxge/include/ |
| HD | xge-defs.h | 117 xge_os_printf("OSPAL: freeing with wrong " \ 130 xge_os_printf("OSPAL: ptr "XGE_OS_LLXFMT" not found!", \
|
| HD | xge-debug.h | 161 #define xge_trace_aux(fmt...) xge_os_printf(fmt)
|
| /NextBSD/sys/dev/nxge/ |
| HD | xge-osdep.h | 163 #define xge_os_printf(fmt...) { \ macro 190 #define xge_os_println xge_os_printf 372 xge_os_printf("bus_dma_tag_create failed\n") in xge_os_dma_malloc() 379 xge_os_printf("bus_dmamem_alloc failed\n") in xge_os_dma_malloc() 719 xge_os_printf("bus_dmamap_load_ failed\n") in xge_os_dma_map()
|
| HD | if_nxge.c | 64 xge_os_printf(XGE_COPYRIGHT); in xge_probe() 236 xge_os_printf("fifo_max_frags = %d", dconfig->fifo.max_frags) in xge_init_params() 237 xge_os_printf("fifo_max_frags should be <= (PAGE_SIZE / 32) = %d", in xge_init_params() 239 xge_os_printf("Using fifo_max_frags = %d", (int)(PAGE_SIZE / 32)) in xge_init_params() 328 xge_os_printf("%s: TSO %s", device_get_nameunit(lldev->device), in xge_buffer_mode_init() 330 xge_os_printf("%s: LRO %s", device_get_nameunit(lldev->device), in xge_buffer_mode_init() 332 xge_os_printf("%s: Rx %d Buffer Mode Enabled", in xge_buffer_mode_init() 567 xge_os_printf("%s: Xframe%s %s Revision %d Driver v%s", in xge_print_info() 571 xge_os_printf("%s: Serial Number %s", in xge_print_info() 580 xge_os_printf("%s: Adapter is on %s bit %s", in xge_print_info() [all …]
|