Home
last modified time | relevance | path

Searched refs:otx2_base_dbg (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/common/octeontx2/
H A Dotx2_dev.c230 otx2_base_dbg("pf:%d routed %d messages from vf:%d to AF", in vf_pf_process_msgs()
238 otx2_base_dbg("pf:%d reply %d messages to vf:%d", in vf_pf_process_msgs()
272 otx2_base_dbg("PF: Msg 0x%x (%s) fn:0x%x (pf:%d,vf:%d)", in vf_pf_process_up_msgs()
278 otx2_base_dbg("PF: Msg 0x%x (%s) fn:0x%x (pf:%d,vf:%d)", in vf_pf_process_up_msgs()
308 otx2_base_dbg("Process vf:%d request (pf:%d, vf:%d)", in otx2_vf_pf_mbox_handle_msg()
368 otx2_base_dbg("Message 0x%x (%s) pf:%d/vf:%d", in otx2_process_msgs()
413 otx2_base_dbg("(%s) size: %zx to VF: %d", in pf_vf_mbox_send_up_msg()
557 otx2_base_dbg("Message 0x%x (%s) pf:%d/vf:%d", in otx2_process_msgs_up()
569 otx2_base_dbg("Reply num_msgs:%d", mdev->num_msgs); in otx2_process_msgs_up()
782 otx2_base_dbg("FLR VF interrupt: max_vf: %d", max_vf); in otx2_pf_vf_flr_irq()
[all …]
H A Dotx2_irq.c39 otx2_base_dbg("Flags=0x%x index=0x%x count=0x%x max_intr_vec_id=0x%x", in irq_get_info()
180 otx2_base_dbg("Enable vector:0x%x for vfio (efds: %d, max:%d)", in otx2_register_irq()
226 otx2_base_dbg("Disable vector:0x%x for vfio (efds: %d, max:%d)", in otx2_unregister_irq()
H A Dotx2_common.h114 #define otx2_base_dbg(fmt, ...) otx2_dbg(base, fmt, ##__VA_ARGS__) macro