Home
last modified time | relevance | path

Searched refs:pr_debug (Results 1 – 9 of 9) sorted by relevance

/f-stack/dpdk/kernel/linux/kni/
H A Dkni_misc.c172 pr_debug("/dev/kni opened\n"); in kni_open()
228 pr_debug("/dev/kni closed\n"); in kni_release()
384 pr_debug("tx_phys: 0x%016llx, tx_q addr: 0x%p\n", in kni_ioctl_create()
386 pr_debug("rx_phys: 0x%016llx, rx_q addr: 0x%p\n", in kni_ioctl_create()
396 pr_debug("mbuf_size: %u\n", kni->mbuf_size); in kni_ioctl_create()
506 pr_debug("IOCTL default\n"); in kni_ioctl()
518 pr_debug("Not implemented.\n"); in kni_compat_ioctl()
582 pr_debug("Single kernel thread for all KNI devices\n"); in kni_init()
584 pr_debug("Multiple kernel thread mode enabled\n"); in kni_init()
592 pr_debug("Default carrier state set to off.\n"); in kni_init()
[all …]
H A Dkni_net.c634 pr_debug("Transmit timeout at %ld, latency %ld\n", jiffies, in kni_net_tx_timeout()
648 pr_debug("kni_net_change_mtu new mtu %d to be set\n", new_mtu); in kni_net_change_mtu()
829 pr_debug("loopback disabled"); in kni_net_config_lo_mode()
834 pr_debug("loopback disabled"); in kni_net_config_lo_mode()
836 pr_debug("loopback mode=lo_mode_fifo enabled"); in kni_net_config_lo_mode()
839 pr_debug("loopback mode=lo_mode_fifo_skb enabled"); in kni_net_config_lo_mode()
842 pr_debug("Unknown loopback parameter, disabled"); in kni_net_config_lo_mode()
/f-stack/dpdk/drivers/bus/fslmc/qbman/include/
H A Dcompat.h59 #ifdef pr_debug
60 #undef pr_debug
62 #define pr_debug(fmt, args...) printf(fmt, ##args) macro
73 #define pr_debug(fmt, args...) {} macro
/f-stack/dpdk/drivers/common/dpaax/caamflib/
H A Dcompat.h43 #if defined(__GLIBC__) && !defined(pr_debug)
45 #define pr_debug(fmt, ...) \ macro
48 #define pr_debug(fmt, ...) do { } while (0) macro
/f-stack/dpdk/drivers/common/dpaax/
H A Dcompat.h93 #ifndef pr_debug
95 #define pr_debug(fmt, args...) printf(fmt, ##args) macro
97 #define pr_debug(fmt, args...) {} macro
/f-stack/dpdk/drivers/common/dpaax/caamflib/rta/
H A Dmove_cmd.h158 pr_debug("MOVE: Offset not supported by SEC Era %d. SEC PC: %d; Instr: %d\n", in rta_move()
/f-stack/dpdk/drivers/bus/fslmc/qbman/
H A Dqbman_portal.c754 pr_debug("EQAR=%08x\n", eqar); in qbman_swp_enqueue_array_mode_direct()
777 pr_debug("EQAR=%08x\n", eqar); in qbman_swp_enqueue_array_mode_mem_back()
2044 pr_debug("DEBUG: next_idx=%d, pi=%d, clear reset bug\n", in qbman_swp_dqrr_next_direct()
2121 pr_debug("DEBUG: next_idx=%d, pi=%d, clear reset bug\n", in qbman_swp_dqrr_next_cinh_direct()
2516 pr_debug("RAR=%08x\n", rar); in qbman_swp_release_direct()
2549 pr_debug("RAR=%08x\n", rar); in qbman_swp_release_cinh_direct()
2580 pr_debug("RAR=%08x\n", rar); in qbman_swp_release_mem_back()
/f-stack/dpdk/drivers/bus/dpaa/base/qbman/
H A Dqman.c168 pr_debug("QMan: Allocated lookup table at %p, entry count %lu\n", in qman_setup_fq_lookup_table()
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt15954 (2.5) Replace pr_debug (Randy Dunlap)