Home
last modified time | relevance | path

Searched refs:CPTX_VFX_PF_MBOXX (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/crypto/octeontx/
H A Dotx_cryptodev_mbox.c20 CPTX_VFX_PF_MBOXX(0, 0, 0)); in otx_cpt_handle_mbox_intr()
22 CPTX_VFX_PF_MBOXX(0, 0, 1)); in otx_cpt_handle_mbox_intr()
80 CPTX_VFX_PF_MBOXX(0, 0, 0), mbx->msg); in otx_cpt_send_msg_to_pf()
82 CPTX_VFX_PF_MBOXX(0, 0, 1), mbx->data); in otx_cpt_send_msg_to_pf()
H A Dotx_cryptodev_hw_access.h145 #define CPTX_VFX_PF_MBOXX(a, b, c) (0x0001000ll + 0x1000000000ll * \ macro