Searched refs:MBOX_MSG_ALIGN (Results 1 – 5 of 5) sorted by relevance
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_mbox.c | 32 return PLT_ALIGN(sizeof(struct mbox_hdr), MBOX_MSG_ALIGN); in msgs_offset() 171 size = PLT_ALIGN(size, MBOX_MSG_ALIGN); in mbox_alloc_msg_rsp() 172 size_rsp = PLT_ALIGN(size_rsp, MBOX_MSG_ALIGN); in mbox_alloc_msg_rsp() 254 PLT_ALIGN(sizeof(struct mbox_hdr), MBOX_MSG_ALIGN); in mbox_get_rsp() 314 PLT_ALIGN(sizeof(struct mbox_hdr), MBOX_MSG_ALIGN); in mbox_get_rsp_tmo()
|
| H A D | roc_dev.c | 91 PLT_ALIGN(sizeof(struct mbox_hdr), MBOX_MSG_ALIGN); in pf_af_sync_msg() 147 PLT_ALIGN(sizeof(struct mbox_hdr), MBOX_MSG_ALIGN); in af_pf_wait_msg() 153 size = PLT_ALIGN(size, MBOX_MSG_ALIGN); in af_pf_wait_msg() 188 MBOX_MSG_ALIGN); in af_pf_wait_msg() 226 offset = mbox->rx_start + PLT_ALIGN(sizeof(*req_hdr), MBOX_MSG_ALIGN); in vf_pf_process_msgs() 258 size = PLT_ALIGN(size, MBOX_MSG_ALIGN); in vf_pf_process_msgs() 307 offset = mbox->rx_start + PLT_ALIGN(sizeof(*req_hdr), MBOX_MSG_ALIGN); in vf_pf_process_up_msgs() 409 offset = mbox->rx_start + PLT_ALIGN(sizeof(*req_hdr), MBOX_MSG_ALIGN); in process_msgs() 451 size = PLT_ALIGN(mbox_id2size(msg->hdr.id), MBOX_MSG_ALIGN); in pf_vf_mbox_send_up_msg() 592 offset = mbox->rx_start + PLT_ALIGN(sizeof(*req_hdr), MBOX_MSG_ALIGN); in process_msgs_up()
|
| H A D | roc_npa.c | 72 PLT_ALIGN(sizeof(struct mbox_hdr), MBOX_MSG_ALIGN); in npa_aura_pool_init() 124 PLT_ALIGN(sizeof(struct mbox_hdr), MBOX_MSG_ALIGN); in npa_aura_pool_fini() 178 PLT_ALIGN(sizeof(struct mbox_hdr), MBOX_MSG_ALIGN); in roc_npa_pool_op_pc_reset()
|
| H A D | roc_mbox_priv.h | 35 #define MBOX_MSG_ALIGN 16 /* Align mbox msg start to 16bytes */ macro
|
| H A D | roc_ree.c | 195 RTE_ALIGN(sizeof(struct mbox_hdr), MBOX_MSG_ALIGN); in roc_ree_af_reg_read()
|