Searched refs:vfpf_mbox (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/crypto/marvell/octeontx2/ |
| A D | otx2_cptpf_mbox.c | 51 otx2_mbox_alloc_msg(&cptpf->vfpf_mbox, vf->vf_id, in handle_msg_get_caps() 75 otx2_mbox_alloc_msg(&cptpf->vfpf_mbox, vf->vf_id, sizeof(*rsp)); in handle_msg_get_eng_grp_num() 96 otx2_mbox_alloc_msg(&cptpf->vfpf_mbox, vf->vf_id, sizeof(*rsp)); in handle_msg_kvf_limits() 135 otx2_reply_invalid_msg(&cptpf->vfpf_mbox, vf->vf_id, 0, req->id); in cptpf_handle_vf_req() 136 otx2_mbox_msg_send(&cptpf->vfpf_mbox, vf->vf_id); in cptpf_handle_vf_req() 183 mbox = &cptpf->vfpf_mbox; in otx2_cptpf_vfpf_mbox_handler() 282 struct otx2_mbox *vfpf_mbox; in forward_to_vf() local 296 vfpf_mbox = &cptpf->vfpf_mbox; in forward_to_vf() 307 fwd = otx2_mbox_alloc_msg(vfpf_mbox, vf_id, size); in forward_to_vf()
|
| A D | otx2_cptpf.h | 44 struct otx2_mbox vfpf_mbox; member
|
| A D | otx2_cptpf_main.c | 377 err = otx2_mbox_init(&cptpf->vfpf_mbox, cptpf->vfpf_mbox_base, in cptpf_vfpf_mbox_init() 400 otx2_mbox_destroy(&cptpf->vfpf_mbox); in cptpf_vfpf_mbox_destroy()
|
Completed in 28 milliseconds