Home
last modified time | relevance | path

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

/dpdk/drivers/common/cnxk/
H A Droc_dev.c319 msg->id, mbox_id2name(msg->id), in vf_pf_process_up_msgs()
325 msg->id, mbox_id2name(msg->id), in vf_pf_process_up_msgs()
331 msg->id, mbox_id2name(msg->id), msg->pcifunc); in vf_pf_process_up_msgs()
415 mbox_id2name(msg->id), dev_get_pf(msg->pcifunc), in process_msgs()
428 mbox_id2name(msg->id), msg->rc); in process_msgs()
459 mbox_id2name(msg->hdr.id), size, vf); in pf_vf_mbox_send_up_msg()
496 mbox_id2name(msg->hdr.id), dev_get_pf(msg->hdr.pcifunc), in mbox_up_handler_cgx_link_event()
526 mbox_id2name(msg->hdr.id), dev_get_pf(msg->hdr.pcifunc), in mbox_up_handler_cgx_ptp_rx_info()
597 mbox_id2name(msg->id), dev_get_pf(msg->pcifunc), in process_msgs_up()
602 mbox_id2name(msg->id)); in process_msgs_up()
H A Droc_mbox_priv.h71 const char *mbox_id2name(uint16_t id);
171 mbox_id2name(req->hdr.id)); \
H A Droc_mbox.c456 mbox_id2name(uint16_t id) in mbox_id2name() function