Home
last modified time | relevance | path

Searched refs:pr_crit (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/bus/dpaa/base/qbman/
H A Dbman.h202 pr_crit("losing uncommitted RCR entries\n"); in bm_rcr_finish()
204 pr_crit("missing existing RCR completions\n"); in bm_rcr_finish()
206 pr_crit("RCR destroyed unquiesced\n"); in bm_rcr_finish()
413 pr_crit("Losing incomplete MC command\n"); in bm_mc_finish()
H A Dqman.c402 pr_crit("losing uncommitted EQCR entries\n"); in qm_eqcr_finish()
404 pr_crit("missing existing EQCR completions\n"); in qm_eqcr_finish()
406 pr_crit("EQCR destroyed unquiesced\n"); in qm_eqcr_finish()
456 pr_crit("Ignoring completed DQRR entries\n"); in qm_dqrr_finish()
926 pr_crit("Leaking DCP ERNs!\n"); in __poll_portal_slow()
932 pr_crit("Invalid MR verb 0x%02x\n", verb); in __poll_portal_slow()
2572 pr_crit("CGR HW state partially modified\n"); in qman_create_cgr()
2639 pr_crit("Attempting to delete cgr from different portal than" in qman_delete_cgr()
H A Dqman.h761 pr_crit("Ignoring completed MR entries\n"); in qm_mr_finish()
833 pr_crit("Losing incomplete MC command\n"); in qm_mc_finish()
/f-stack/dpdk/drivers/bus/fslmc/qbman/include/
H A Dcompat.h43 #define pr_crit(fmt, args...) prflush("CRIT:" fmt, ##args) macro
/f-stack/dpdk/drivers/common/dpaax/
H A Dcompat.h81 #ifndef pr_crit
82 #define pr_crit(fmt, args...) prflush("CRIT:" fmt, ##args) macro