Home
last modified time | relevance | path

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

/dpdk/kernel/linux/kni/
H A Dkni_misc.c174 pr_debug("/dev/kni opened\n"); in kni_open()
234 pr_debug("/dev/kni closed\n"); in kni_release()
390 pr_debug("tx_phys: 0x%016llx, tx_q addr: 0x%p\n", in kni_ioctl_create()
402 pr_debug("mbuf_size: %u\n", kni->mbuf_size); in kni_ioctl_create()
509 pr_debug("IOCTL default\n"); in kni_ioctl()
521 pr_debug("Not implemented.\n"); in kni_compat_ioctl()
601 pr_debug("Single kernel thread for all KNI devices\n"); in kni_init()
603 pr_debug("Multiple kernel thread mode enabled\n"); in kni_init()
611 pr_debug("Default carrier state set to off.\n"); in kni_init()
613 pr_debug("Default carrier state set to on.\n"); in kni_init()
[all …]
H A Dkni_net.c664 pr_debug("Transmit timeout at %ld, latency %ld\n", jiffies, in kni_net_tx_timeout()
677 pr_debug("kni_net_change_mtu new mtu %d to be set\n", new_mtu); in kni_net_change_mtu()
855 pr_debug("loopback disabled"); in kni_net_config_lo_mode()
860 pr_debug("loopback disabled"); in kni_net_config_lo_mode()
862 pr_debug("loopback mode=lo_mode_fifo enabled"); in kni_net_config_lo_mode()
865 pr_debug("loopback mode=lo_mode_fifo_skb enabled"); in kni_net_config_lo_mode()
868 pr_debug("Unknown loopback parameter, disabled"); in kni_net_config_lo_mode()
/dpdk/drivers/bus/fslmc/qbman/include/
H A Dcompat.h56 #ifdef pr_debug
57 #undef pr_debug
59 #define pr_debug(fmt, args...) printf(fmt, ##args) macro
70 #define pr_debug(fmt, args...) {} macro
/dpdk/drivers/common/dpaax/caamflib/
H A Dcompat.h50 #if !defined(pr_debug)
52 #define pr_debug(fmt, ...) pr_msg(DEBUG, fmt, ##__VA_ARGS__) macro
54 #define pr_debug(fmt, ...) do { } while (0) macro
/dpdk/drivers/common/dpaax/
H A Dcompat.h88 #ifndef pr_debug
90 #define pr_debug(fmt, args...) printf(fmt, ##args) macro
92 #define pr_debug(fmt, args...) {} macro
/dpdk/drivers/bus/fslmc/qbman/
H A Dqbman_portal.c746 pr_debug("EQAR=%08x\n", eqar); in qbman_swp_enqueue_array_mode_direct()
769 pr_debug("EQAR=%08x\n", eqar); in qbman_swp_enqueue_array_mode_mem_back()
2042 pr_debug("DEBUG: next_idx=%d, pi=%d, clear reset bug\n", in qbman_swp_dqrr_next_direct()
2119 pr_debug("DEBUG: next_idx=%d, pi=%d, clear reset bug\n", in qbman_swp_dqrr_next_cinh_direct()
2514 pr_debug("RAR=%08x\n", rar); in qbman_swp_release_direct()
2547 pr_debug("RAR=%08x\n", rar); in qbman_swp_release_cinh_direct()
2578 pr_debug("RAR=%08x\n", rar); in qbman_swp_release_mem_back()
/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()