Home
last modified time | relevance | path

Searched refs:MBOX_MSG_ALIGN (Results 1 – 8 of 8) sorted by relevance

/drivers/crypto/marvell/octeontx2/
A Dotx2_cptvf_mbox.c30 u16 msgs_offset = ALIGN(sizeof(struct mbox_hdr), MBOX_MSG_ALIGN); in otx2_cpt_sync_mbox_bbuf()
170 offset = ALIGN(sizeof(struct mbox_hdr), MBOX_MSG_ALIGN); in otx2_cptvf_pfvf_mbox_handler()
A Dotx2_cptpf_mbox.c390 offset = mbox->rx_start + ALIGN(sizeof(*req_hdr), MBOX_MSG_ALIGN); in otx2_cptpf_vfpf_mbox_handler()
574 offset = ALIGN(sizeof(*rsp_hdr), MBOX_MSG_ALIGN); in otx2_cptpf_afpf_mbox_handler()
651 offset = mbox->rx_start + ALIGN(sizeof(*rsp_hdr), MBOX_MSG_ALIGN); in otx2_cptpf_afpf_mbox_up_handler()
/drivers/net/ethernet/marvell/octeontx2/af/
A Dmbox.c19 static const u16 msgs_offset = ALIGN(sizeof(struct mbox_hdr), MBOX_MSG_ALIGN);
411 size = ALIGN(size, MBOX_MSG_ALIGN); in otx2_mbox_alloc_msg_rsp()
412 size_rsp = ALIGN(size_rsp, MBOX_MSG_ALIGN); in otx2_mbox_alloc_msg_rsp()
A Drvu.c2224 offset = mbox->rx_start + ALIGN(sizeof(*req_hdr), MBOX_MSG_ALIGN); in __rvu_mbox_handler()
2332 offset = mbox->rx_start + ALIGN(sizeof(*rsp_hdr), MBOX_MSG_ALIGN); in __rvu_mbox_up_handler()
A Dmbox.h43 #define MBOX_MSG_ALIGN 16 /* Align mbox msg start to 16bytes */ macro
/drivers/net/ethernet/marvell/octeontx2/nic/
A Dotx2_vf.c105 offset = mbox->rx_start + ALIGN(sizeof(*rsp_hdr), MBOX_MSG_ALIGN); in otx2vf_vfaf_mbox_handler()
173 offset = mbox->rx_start + ALIGN(sizeof(*rsp_hdr), MBOX_MSG_ALIGN); in otx2vf_vfaf_mbox_up_handler()
A Dotx2_pf.c379 ALIGN(sizeof(*mbox_hdr), MBOX_MSG_ALIGN); in otx2_forward_vf_mbox_msgs()
424 ALIGN(sizeof(*mbox_hdr), MBOX_MSG_ALIGN); in otx2_forward_vf_mbox_msgs()
468 offset = ALIGN(sizeof(struct mbox_hdr), MBOX_MSG_ALIGN); in otx2_pfvf_mbox_handler()
509 offset = mbox->rx_start + ALIGN(sizeof(struct mbox_hdr), MBOX_MSG_ALIGN); in otx2_pfvf_mbox_up_handler()
860 offset = mbox->rx_start + ALIGN(sizeof(*rsp_hdr), MBOX_MSG_ALIGN); in otx2_pfaf_mbox_handler()
1019 offset = mbox->rx_start + ALIGN(sizeof(*rsp_hdr), MBOX_MSG_ALIGN); in otx2_pfaf_mbox_up_handler()
A Dotx2_common.h722 u16 msgs_offset = ALIGN(sizeof(struct mbox_hdr), MBOX_MSG_ALIGN); in otx2_sync_mbox_bbuf()

Completed in 36 milliseconds