Symbol: MBOX_MSG_ALIGN
drivers/crypto/marvell/octeontx2/otx2_cptpf_mbox.c
390
offset = mbox->rx_start + ALIGN(sizeof(*req_hdr), MBOX_MSG_ALIGN);
drivers/crypto/marvell/octeontx2/otx2_cptpf_mbox.c
574
offset = ALIGN(sizeof(*rsp_hdr), MBOX_MSG_ALIGN);
drivers/crypto/marvell/octeontx2/otx2_cptpf_mbox.c
651
offset = mbox->rx_start + ALIGN(sizeof(*rsp_hdr), MBOX_MSG_ALIGN);
drivers/crypto/marvell/octeontx2/otx2_cptvf_mbox.c
170
offset = ALIGN(sizeof(struct mbox_hdr), MBOX_MSG_ALIGN);
drivers/crypto/marvell/octeontx2/otx2_cptvf_mbox.c
30
u16 msgs_offset = ALIGN(sizeof(struct mbox_hdr), MBOX_MSG_ALIGN);
drivers/net/ethernet/marvell/octeontx2/af/mbox.c
19
static const u16 msgs_offset = ALIGN(sizeof(struct mbox_hdr), MBOX_MSG_ALIGN);
drivers/net/ethernet/marvell/octeontx2/af/mbox.c
411
size = ALIGN(size, MBOX_MSG_ALIGN);
drivers/net/ethernet/marvell/octeontx2/af/mbox.c
412
size_rsp = ALIGN(size_rsp, MBOX_MSG_ALIGN);
drivers/net/ethernet/marvell/octeontx2/af/rvu.c
2269
offset = mbox->rx_start + ALIGN(sizeof(*req_hdr), MBOX_MSG_ALIGN);
drivers/net/ethernet/marvell/octeontx2/af/rvu.c
2377
offset = mbox->rx_start + ALIGN(sizeof(*rsp_hdr), MBOX_MSG_ALIGN);
drivers/net/ethernet/marvell/octeontx2/nic/otx2_common.h
729
u16 msgs_offset = ALIGN(sizeof(struct mbox_hdr), MBOX_MSG_ALIGN);
drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c
1019
offset = mbox->rx_start + ALIGN(sizeof(*rsp_hdr), MBOX_MSG_ALIGN);
drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c
379
ALIGN(sizeof(*mbox_hdr), MBOX_MSG_ALIGN);
drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c
424
ALIGN(sizeof(*mbox_hdr), MBOX_MSG_ALIGN);
drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c
468
offset = ALIGN(sizeof(struct mbox_hdr), MBOX_MSG_ALIGN);
drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c
509
offset = mbox->rx_start + ALIGN(sizeof(struct mbox_hdr), MBOX_MSG_ALIGN);
drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c
860
offset = mbox->rx_start + ALIGN(sizeof(*rsp_hdr), MBOX_MSG_ALIGN);
drivers/net/ethernet/marvell/octeontx2/nic/otx2_vf.c
105
offset = mbox->rx_start + ALIGN(sizeof(*rsp_hdr), MBOX_MSG_ALIGN);
drivers/net/ethernet/marvell/octeontx2/nic/otx2_vf.c
173
offset = mbox->rx_start + ALIGN(sizeof(*rsp_hdr), MBOX_MSG_ALIGN);