Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/af/
Dmbox.c19 static const u16 msgs_offset = ALIGN(sizeof(struct mbox_hdr), MBOX_MSG_ALIGN);
231 size = ALIGN(size, MBOX_MSG_ALIGN); in otx2_mbox_alloc_msg_rsp()
232 size_rsp = ALIGN(size_rsp, MBOX_MSG_ALIGN); in otx2_mbox_alloc_msg_rsp()
Dmbox.h41 #define MBOX_MSG_ALIGN 16 /* Align mbox msg start to 16bytes */ macro
Drvu.c1597 offset = mbox->rx_start + ALIGN(sizeof(*req_hdr), MBOX_MSG_ALIGN); in __rvu_mbox_handler()
1683 offset = mbox->rx_start + ALIGN(sizeof(*rsp_hdr), MBOX_MSG_ALIGN); in __rvu_mbox_up_handler()
/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_vf.c96 offset = mbox->rx_start + ALIGN(sizeof(*rsp_hdr), MBOX_MSG_ALIGN); in otx2vf_vfaf_mbox_handler()
161 offset = mbox->rx_start + ALIGN(sizeof(*rsp_hdr), MBOX_MSG_ALIGN); in otx2vf_vfaf_mbox_up_handler()
Dotx2_pf.c377 ALIGN(sizeof(*mbox_hdr), MBOX_MSG_ALIGN); in otx2_forward_vf_mbox_msgs()
417 ALIGN(sizeof(*mbox_hdr), MBOX_MSG_ALIGN); in otx2_forward_vf_mbox_msgs()
463 offset = ALIGN(sizeof(*req_hdr), MBOX_MSG_ALIGN); in otx2_pfvf_mbox_handler()
503 offset = mbox->rx_start + ALIGN(sizeof(*rsp_hdr), MBOX_MSG_ALIGN); in otx2_pfvf_mbox_up_handler()
806 offset = mbox->rx_start + ALIGN(sizeof(*rsp_hdr), MBOX_MSG_ALIGN); in otx2_pfaf_mbox_handler()
917 offset = mbox->rx_start + ALIGN(sizeof(*rsp_hdr), MBOX_MSG_ALIGN); in otx2_pfaf_mbox_up_handler()
Dotx2_common.h382 u16 msgs_offset = ALIGN(sizeof(struct mbox_hdr), MBOX_MSG_ALIGN); in otx2_sync_mbox_bbuf()