Home
last modified time | relevance | path

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

/drivers/crypto/marvell/octeontx2/
A Dotx2_cptpf_main.c388 err = otx2_mbox_init(&cptpf->vfpf_mbox, cptpf->vfpf_mbox_base, in cptpf_vfpf_mbox_init()
475 err = otx2_mbox_init(&cptpf->afpf_mbox, cptpf->afpf_mbox_base, in cptpf_afpf_mbox_init()
480 err = otx2_mbox_init(&cptpf->afpf_mbox_up, cptpf->afpf_mbox_base, in cptpf_afpf_mbox_init()
A Dotx2_cptvf_main.c103 ret = otx2_mbox_init(&cptvf->pfvf_mbox, cptvf->pfvf_mbox_base, in cptvf_pfvf_mbox_init()
/drivers/net/ethernet/marvell/octeontx2/af/
A Dmbox.c224 int otx2_mbox_init(struct otx2_mbox *mbox, void *hwbase, struct pci_dev *pdev, in otx2_mbox_init() function
247 EXPORT_SYMBOL(otx2_mbox_init);
A Dmbox.h108 int otx2_mbox_init(struct otx2_mbox *mbox, void __force *hwbase,
/drivers/net/ethernet/marvell/octeontx2/nic/
A Dotx2_vf.c365 err = otx2_mbox_init(&mbox->mbox, hwbase, vf->pdev, vf->reg_base, in otx2vf_vfaf_mbox_init()
370 err = otx2_mbox_init(&mbox->mbox_up, hwbase, vf->pdev, vf->reg_base, in otx2vf_vfaf_mbox_init()
A Dotx2_pf.c641 err = otx2_mbox_init(&mbox->mbox, hwbase, pf->pdev, pf->reg_base, in otx2_pfvf_mbox_init()
646 err = otx2_mbox_init(&mbox->mbox_up, hwbase, pf->pdev, pf->reg_base, in otx2_pfvf_mbox_init()
1231 err = otx2_mbox_init(&mbox->mbox, hwbase, pf->pdev, pf->reg_base, in otx2_pfaf_mbox_init()
1236 err = otx2_mbox_init(&mbox->mbox_up, hwbase, pf->pdev, pf->reg_base, in otx2_pfaf_mbox_init()

Completed in 604 milliseconds