Searched refs:MBOX_MSG_ALIGN (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/drivers/crypto/marvell/octeontx2/ |
D | otx2_cptvf_mbox.c | 30 u16 msgs_offset = ALIGN(sizeof(struct mbox_hdr), MBOX_MSG_ALIGN); in otx2_cpt_sync_mbox_bbuf() 156 offset = ALIGN(sizeof(struct mbox_hdr), MBOX_MSG_ALIGN); in otx2_cptvf_pfvf_mbox_handler()
|
D | otx2_cptpf_mbox.c | 196 offset = mbox->rx_start + ALIGN(sizeof(*req_hdr), MBOX_MSG_ALIGN); in otx2_cptpf_vfpf_mbox_handler() 350 offset = ALIGN(sizeof(*rsp_hdr), MBOX_MSG_ALIGN); in otx2_cptpf_afpf_mbox_handler()
|
/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/af/ |
D | mbox.c | 16 static const u16 msgs_offset = ALIGN(sizeof(struct mbox_hdr), MBOX_MSG_ALIGN); 269 size = ALIGN(size, MBOX_MSG_ALIGN); in otx2_mbox_alloc_msg_rsp() 270 size_rsp = ALIGN(size_rsp, MBOX_MSG_ALIGN); in otx2_mbox_alloc_msg_rsp()
|
D | rvu.c | 2139 offset = mbox->rx_start + ALIGN(sizeof(*req_hdr), MBOX_MSG_ALIGN); in __rvu_mbox_handler() 2225 offset = mbox->rx_start + ALIGN(sizeof(*rsp_hdr), MBOX_MSG_ALIGN); in __rvu_mbox_up_handler()
|
D | mbox.h | 38 #define MBOX_MSG_ALIGN 16 /* Align mbox msg start to 16bytes */ macro
|
/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_vf.c | 103 offset = mbox->rx_start + ALIGN(sizeof(*rsp_hdr), MBOX_MSG_ALIGN); in otx2vf_vfaf_mbox_handler() 168 offset = mbox->rx_start + ALIGN(sizeof(*rsp_hdr), MBOX_MSG_ALIGN); in otx2vf_vfaf_mbox_up_handler()
|
D | otx2_pf.c | 386 ALIGN(sizeof(*mbox_hdr), MBOX_MSG_ALIGN); in otx2_forward_vf_mbox_msgs() 431 ALIGN(sizeof(*mbox_hdr), MBOX_MSG_ALIGN); in otx2_forward_vf_mbox_msgs() 477 offset = ALIGN(sizeof(*req_hdr), MBOX_MSG_ALIGN); in otx2_pfvf_mbox_handler() 517 offset = mbox->rx_start + ALIGN(sizeof(*rsp_hdr), MBOX_MSG_ALIGN); in otx2_pfvf_mbox_up_handler() 831 offset = mbox->rx_start + ALIGN(sizeof(*rsp_hdr), MBOX_MSG_ALIGN); in otx2_pfaf_mbox_handler() 952 offset = mbox->rx_start + ALIGN(sizeof(*rsp_hdr), MBOX_MSG_ALIGN); in otx2_pfaf_mbox_up_handler()
|
D | otx2_common.h | 651 u16 msgs_offset = ALIGN(sizeof(struct mbox_hdr), MBOX_MSG_ALIGN); in otx2_sync_mbox_bbuf()
|