Symbol: otx2_cpt_send_mbox_msg
drivers/crypto/marvell/octeontx2/otx2_cpt_common.h
195
int otx2_cpt_send_mbox_msg(struct otx2_mbox *mbox, struct pci_dev *pdev);
drivers/crypto/marvell/octeontx2/otx2_cpt_mbox_common.c
109
return otx2_cpt_send_mbox_msg(mbox, pdev);
drivers/crypto/marvell/octeontx2/otx2_cpt_mbox_common.c
122
return otx2_cpt_send_mbox_msg(mbox, pdev);
drivers/crypto/marvell/octeontx2/otx2_cpt_mbox_common.c
146
ret = otx2_cpt_send_mbox_msg(mbox, lfs->pdev);
drivers/crypto/marvell/octeontx2/otx2_cpt_mbox_common.c
174
ret = otx2_cpt_send_mbox_msg(mbox, lfs->pdev);
drivers/crypto/marvell/octeontx2/otx2_cpt_mbox_common.c
202
ret = otx2_cpt_send_mbox_msg(mbox, pdev);
drivers/crypto/marvell/octeontx2/otx2_cpt_mbox_common.c
22
EXPORT_SYMBOL_NS_GPL(otx2_cpt_send_mbox_msg, "CRYPTO_DEV_OCTEONTX2_CPT");
drivers/crypto/marvell/octeontx2/otx2_cpt_mbox_common.c
251
ret = otx2_cpt_send_mbox_msg(mbox, pdev);
drivers/crypto/marvell/octeontx2/otx2_cpt_mbox_common.c
280
return otx2_cpt_send_mbox_msg(mbox, pdev);
drivers/crypto/marvell/octeontx2/otx2_cpt_mbox_common.c
38
return otx2_cpt_send_mbox_msg(mbox, pdev);
drivers/crypto/marvell/octeontx2/otx2_cpt_mbox_common.c
44
return otx2_cpt_send_mbox_msg(mbox, pdev);
drivers/crypto/marvell/octeontx2/otx2_cptpf_main.c
161
otx2_cpt_send_mbox_msg(mbox, pf->pdev);
drivers/crypto/marvell/octeontx2/otx2_cptpf_mbox.c
152
return otx2_cpt_send_mbox_msg(&cptpf->afpf_mbox, pdev);
drivers/crypto/marvell/octeontx2/otx2_cptpf_mbox.c
190
ret = otx2_cpt_send_mbox_msg(&cptpf->afpf_mbox, pdev);
drivers/crypto/marvell/octeontx2/otx2_cptvf_mbox.c
200
return otx2_cpt_send_mbox_msg(mbox, pdev);
drivers/crypto/marvell/octeontx2/otx2_cptvf_mbox.c
220
return otx2_cpt_send_mbox_msg(mbox, pdev);
drivers/crypto/marvell/octeontx2/otx2_cptvf_mbox.c
240
return otx2_cpt_send_mbox_msg(mbox, pdev);