Searched refs:vfpf_mbox (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptpf.h48 struct otx2_mbox vfpf_mbox; member in struct:otx2_cptpf_dev
H A Dotx2_cptpf_mbox.c72 otx2_mbox_alloc_msg(&cptpf->vfpf_mbox, vf->vf_id,
96 otx2_mbox_alloc_msg(&cptpf->vfpf_mbox, vf->vf_id, sizeof(*rsp));
117 otx2_mbox_alloc_msg(&cptpf->vfpf_mbox, vf->vf_id, sizeof(*rsp));
340 otx2_reply_invalid_msg(&cptpf->vfpf_mbox, vf->vf_id, 0, req->id);
341 otx2_mbox_msg_send(&cptpf->vfpf_mbox, vf->vf_id);
388 mbox = &cptpf->vfpf_mbox;
522 struct otx2_mbox *vfpf_mbox; local
536 vfpf_mbox = &cptpf->vfpf_mbox;
547 fwd = otx2_mbox_alloc_msg(vfpf_mbox, vf_i
[all...]
H A Dotx2_cptpf_main.c388 err = otx2_mbox_init(&cptpf->vfpf_mbox, cptpf->vfpf_mbox_base,
411 otx2_mbox_destroy(&cptpf->vfpf_mbox);

Completed in 208 milliseconds