Searched refs:MBOX_MSG_ALIGN (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/drivers/common/octeontx2/ |
| H A D | otx2_mbox.c | 32 return RTE_ALIGN(sizeof(struct mbox_hdr), MBOX_MSG_ALIGN); in msgs_offset() 163 size = RTE_ALIGN(size, MBOX_MSG_ALIGN); in otx2_mbox_alloc_msg_rsp() 164 size_rsp = RTE_ALIGN(size_rsp, MBOX_MSG_ALIGN); in otx2_mbox_alloc_msg_rsp() 244 RTE_ALIGN(sizeof(struct mbox_hdr), MBOX_MSG_ALIGN); in otx2_mbox_get_rsp() 305 RTE_ALIGN(sizeof(struct mbox_hdr), MBOX_MSG_ALIGN); in otx2_mbox_get_rsp_tmo()
|
| H A D | otx2_dev.c | 92 RTE_ALIGN(sizeof(struct mbox_hdr), MBOX_MSG_ALIGN); in pf_af_sync_msg() 147 RTE_ALIGN(sizeof(struct mbox_hdr), MBOX_MSG_ALIGN); in af_pf_wait_msg() 153 size = RTE_ALIGN(size, MBOX_MSG_ALIGN); in af_pf_wait_msg() 187 offset = mbox->rx_start + RTE_ALIGN(sizeof(*req_hdr), MBOX_MSG_ALIGN); in vf_pf_process_msgs() 214 size = RTE_ALIGN(size, MBOX_MSG_ALIGN); in vf_pf_process_msgs() 261 offset = mbox->rx_start + RTE_ALIGN(sizeof(*req_hdr), MBOX_MSG_ALIGN); in vf_pf_process_up_msgs() 363 offset = mbox->rx_start + RTE_ALIGN(sizeof(*req_hdr), MBOX_MSG_ALIGN); in otx2_process_msgs() 406 size = RTE_ALIGN(otx2_mbox_id2size(msg->hdr.id), MBOX_MSG_ALIGN); in pf_vf_mbox_send_up_msg() 553 offset = mbox->rx_start + RTE_ALIGN(sizeof(*req_hdr), MBOX_MSG_ALIGN); in otx2_process_msgs_up()
|
| H A D | otx2_mbox.h | 39 #define MBOX_MSG_ALIGN 16 /* Align mbox msg start to 16bytes */ macro
|
| /f-stack/dpdk/drivers/crypto/octeontx2/ |
| H A D | otx2_cryptodev_mbox.c | 175 RTE_ALIGN(sizeof(struct mbox_hdr), MBOX_MSG_ALIGN); in otx2_cpt_af_reg_read()
|
| /f-stack/dpdk/drivers/mempool/octeontx2/ |
| H A D | otx2_mempool_ops.c | 382 RTE_ALIGN(sizeof(struct mbox_hdr), MBOX_MSG_ALIGN); in npa_lf_aura_pool_init() 471 RTE_ALIGN(sizeof(struct mbox_hdr), MBOX_MSG_ALIGN); in npa_lf_aura_pool_fini()
|
| /f-stack/dpdk/drivers/regex/octeontx2/ |
| H A D | otx2_regexdev_mbox.c | 184 RTE_ALIGN(sizeof(struct mbox_hdr), MBOX_MSG_ALIGN); in otx2_ree_af_reg_read()
|