Searched refs:vfpf_mbox (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/crypto/marvell/octeontx2/ |
| H A D | otx2_cptpf_mbox.c | 72 otx2_mbox_alloc_msg(&cptpf->vfpf_mbox, vf->vf_id, in handle_msg_get_caps() 96 otx2_mbox_alloc_msg(&cptpf->vfpf_mbox, vf->vf_id, sizeof(*rsp)); in handle_msg_get_eng_grp_num() 117 otx2_mbox_alloc_msg(&cptpf->vfpf_mbox, vf->vf_id, sizeof(*rsp)); in handle_msg_kvf_limits() 336 otx2_reply_invalid_msg(&cptpf->vfpf_mbox, vf->vf_id, 0, req->id); in cptpf_handle_vf_req() 337 otx2_mbox_msg_send(&cptpf->vfpf_mbox, vf->vf_id); in cptpf_handle_vf_req() 384 mbox = &cptpf->vfpf_mbox; in otx2_cptpf_vfpf_mbox_handler() 517 struct otx2_mbox *vfpf_mbox; in forward_to_vf() local 531 vfpf_mbox = &cptpf->vfpf_mbox; in forward_to_vf() 542 fwd = otx2_mbox_alloc_msg(vfpf_mbox, vf_id, size); in forward_to_vf()
|
| H A D | otx2_cptpf.h | 48 struct otx2_mbox vfpf_mbox; member
|
| H A D | otx2_cptpf_main.c | 388 err = otx2_mbox_init(&cptpf->vfpf_mbox, cptpf->vfpf_mbox_base, in cptpf_vfpf_mbox_init() 411 otx2_mbox_destroy(&cptpf->vfpf_mbox); in cptpf_vfpf_mbox_destroy()
|