Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/common/octeontx2/
H A Dotx2_mbox.h86 struct mbox_msghdr { struct
333 struct mbox_msghdr hdr;
340 struct mbox_msghdr hdr;
351 struct mbox_msghdr hdr;
358 struct mbox_msghdr hdr;
389 struct mbox_msghdr hdr;
410 struct mbox_msghdr hdr;
435 struct mbox_msghdr hdr;
454 struct mbox_msghdr hdr;
477 struct mbox_msghdr hdr;
[all …]
H A Dotx2_dev.c62 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 *msg; in vf_pf_process_msgs()
212 struct mbox_msghdr *af_req; in vf_pf_process_msgs()
220 sizeof(struct mbox_msghdr), in vf_pf_process_msgs()
252 struct mbox_msghdr *msg; in vf_pf_process_up_msgs()
354 struct mbox_msghdr *msg; in otx2_process_msgs()
402 struct mbox_msghdr *vf_msg; in pf_vf_mbox_send_up_msg()
431 sizeof(struct mbox_msghdr)); in pf_vf_mbox_send_up_msg()
[all …]
H A Dotx2_mbox.c155 struct mbox_msghdr *
160 struct mbox_msghdr *msghdr = NULL; in otx2_mbox_alloc_msg_rsp()
174 msghdr = (struct mbox_msghdr *)(((uintptr_t)mdev->mbase + in otx2_mbox_alloc_msg_rsp()
233 struct mbox_msghdr *msghdr; in otx2_mbox_get_rsp()
245 msghdr = (struct mbox_msghdr *)((uintptr_t)mdev->mbase + offset); in otx2_mbox_get_rsp()
294 struct mbox_msghdr *msghdr; in otx2_mbox_get_rsp_tmo()
306 msghdr = (struct mbox_msghdr *)((uintptr_t)mdev->mbase + offset); in otx2_mbox_get_rsp_tmo()
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_flow_utils.c894 struct mbox_msghdr *rsp; in otx2_flow_mcam_alloc_and_write()