Searched refs:vfpf_mbox (Results 1 – 3 of 3) sorted by relevance
/openbmc/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() 293 otx2_reply_invalid_msg(&cptpf->vfpf_mbox, vf->vf_id, 0, req->id); in cptpf_handle_vf_req() 294 otx2_mbox_msg_send(&cptpf->vfpf_mbox, vf->vf_id); in cptpf_handle_vf_req() 341 mbox = &cptpf->vfpf_mbox; in otx2_cptpf_vfpf_mbox_handler() 464 struct otx2_mbox *vfpf_mbox; in forward_to_vf() local 478 vfpf_mbox = &cptpf->vfpf_mbox; in forward_to_vf() 489 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 | 386 err = otx2_mbox_init(&cptpf->vfpf_mbox, cptpf->vfpf_mbox_base, in cptpf_vfpf_mbox_init() 409 otx2_mbox_destroy(&cptpf->vfpf_mbox); in cptpf_vfpf_mbox_destroy()
|