Home
last modified time | relevance | path

Searched refs:afpf_mbox (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptpf_mbox.c36 msg = otx2_mbox_alloc_msg(&cptpf->afpf_mbox, 0, size); in forward_to_af()
49 ret = otx2_cpt_sync_mbox_msg(&cptpf->afpf_mbox); in forward_to_af()
136 otx2_mbox_alloc_msg_rsp(&cptpf->afpf_mbox, 0, in send_inline_ipsec_inbound_msg()
152 return otx2_cpt_send_mbox_msg(&cptpf->afpf_mbox, pdev); in send_inline_ipsec_inbound_msg()
163 otx2_mbox_alloc_msg_rsp(&cptpf->afpf_mbox, 0, in rx_inline_ipsec_lf_cfg()
187 ret = otx2_cpt_send_mbox_msg(&cptpf->afpf_mbox, pdev); in rx_inline_ipsec_lf_cfg()
225 &cptpf->afpf_mbox, BLKADDR_CPT0); in handle_msg_rx_inline_ipsec_lf_cfg()
237 cptpf->reg_base, &cptpf->afpf_mbox, in handle_msg_rx_inline_ipsec_lf_cfg()
387 mbox = &cptpf->afpf_mbox; in otx2_cptpf_afpf_mbox_intr()
508 struct otx2_mbox *afpf_mbox; in otx2_cptpf_afpf_mbox_handler() local
[all …]
H A Dotx2_cptpf_ucode.c161 return otx2_cpt_write_af_reg(&cptpf->afpf_mbox, cptpf->pdev, in __write_ucode_base()
174 ret = otx2_cpt_write_af_reg(&cptpf->afpf_mbox, cptpf->pdev, in cptx_set_ucode_base()
226 ret = otx2_cpt_read_af_reg(&cptpf->afpf_mbox, cptpf->pdev, in cptx_detach_and_disable_cores()
235 ret = otx2_cpt_write_af_reg(&cptpf->afpf_mbox, in cptx_detach_and_disable_cores()
252 ret = otx2_cpt_read_af_reg(&cptpf->afpf_mbox, in cptx_detach_and_disable_cores()
269 ret = otx2_cpt_write_af_reg(&cptpf->afpf_mbox, in cptx_detach_and_disable_cores()
312 ret = otx2_cpt_read_af_reg(&cptpf->afpf_mbox, cptpf->pdev, in cptx_attach_and_enable_cores()
321 ret = otx2_cpt_write_af_reg(&cptpf->afpf_mbox, in cptx_attach_and_enable_cores()
332 ret = otx2_cpt_add_write_af_reg(&cptpf->afpf_mbox, cptpf->pdev, in cptx_attach_and_enable_cores()
338 return otx2_cpt_send_af_reg_requests(&cptpf->afpf_mbox, cptpf->pdev); in cptx_attach_and_enable_cores()
[all …]
H A Dotx2_cptpf_main.c141 mbox = &pf->afpf_mbox; in cptpf_flr_wq_handler()
159 if (!otx2_cpt_sync_mbox_msg(&pf->afpf_mbox)) { in cptpf_flr_wq_handler()
442 ret = otx2_cpt_send_ready_msg(&cptpf->afpf_mbox, cptpf->pdev); in cptpf_register_afpf_mbox_intr()
473 err = otx2_mbox_init(&cptpf->afpf_mbox, cptpf->afpf_mbox_base, in cptpf_afpf_mbox_init()
490 otx2_mbox_destroy(&cptpf->afpf_mbox); in cptpf_afpf_mbox_init()
499 otx2_mbox_destroy(&cptpf->afpf_mbox); in cptpf_afpf_mbox_destroy()
595 ret = otx2_cpt_write_af_reg(&cptpf->afpf_mbox, cptpf->pdev, in cptx_device_reset()
601 ret = otx2_cpt_read_af_reg(&cptpf->afpf_mbox, cptpf->pdev, in cptx_device_reset()
652 ret = otx2_cpt_read_af_reg(&cptpf->afpf_mbox, cptpf->pdev, in cptpf_device_init()
H A Dotx2_cptpf.h40 struct otx2_mbox afpf_mbox; member