Home
last modified time | relevance | path

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

/dpdk/drivers/common/cnxk/
H A Droc_mbox.h24 struct mbox_msghdr { struct
287 struct mbox_msghdr hdr;
294 struct mbox_msghdr hdr;
305 struct mbox_msghdr hdr;
325 struct mbox_msghdr hdr;
368 struct mbox_msghdr hdr;
389 struct mbox_msghdr hdr;
414 struct mbox_msghdr hdr;
433 struct mbox_msghdr hdr;
453 struct mbox_msghdr hdr;
[all …]
H A Droc_dev.c61 struct mbox_msghdr *msghdr; in pf_af_sync_msg()
109 struct mbox_msghdr *msg; in af_pf_wait_msg()
110 struct mbox_msghdr *rsp; in af_pf_wait_msg()
179 struct mbox_msghdr *vf_msg; in af_pf_wait_msg()
217 struct mbox_msghdr *msg; in vf_pf_process_msgs()
256 struct mbox_msghdr *af_req; in vf_pf_process_msgs()
266 sizeof(struct mbox_msghdr), in vf_pf_process_msgs()
298 struct mbox_msghdr *msg; in vf_pf_process_up_msgs()
400 struct mbox_msghdr *msg; in process_msgs()
447 struct mbox_msghdr *vf_msg; in pf_vf_mbox_send_up_msg()
[all …]
H A Droc_mbox.c164 struct mbox_msghdr *
168 struct mbox_msghdr *msghdr = NULL; in mbox_alloc_msg_rsp()
182 msghdr = (struct mbox_msghdr *)(((uintptr_t)mdev->mbase + in mbox_alloc_msg_rsp()
243 struct mbox_msghdr *msghdr; in mbox_get_rsp()
255 msghdr = (struct mbox_msghdr *)((uintptr_t)mdev->mbase + offset); in mbox_get_rsp()
303 struct mbox_msghdr *msghdr; in mbox_get_rsp_tmo()
315 msghdr = (struct mbox_msghdr *)((uintptr_t)mdev->mbase + offset); in mbox_get_rsp_tmo()
H A Droc_mbox_priv.h83 struct mbox_msghdr *mbox_alloc_msg_rsp(struct mbox *mbox, int devid, int size,
86 static inline struct mbox_msghdr *
95 struct mbox_msghdr *hdr = msghdr; in mbox_req_init()
106 struct mbox_msghdr *hdr = msghdr; in mbox_rsp_init()
H A Droc_npc_mcam.c402 struct mbox_msghdr *rsp; in npc_mcam_write_entry()
540 struct mbox_msghdr *rsp; in npc_mcam_alloc_and_write()