Searched refs:otx2_mbox_alloc_msg (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/crypto/marvell/octeontx2/ |
H A D | otx2_cptpf_mbox.c | 36 msg = otx2_mbox_alloc_msg(&cptpf->afpf_mbox, 0, size); in forward_to_af() 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() 547 fwd = otx2_mbox_alloc_msg(vfpf_mbox, vf_id, size); in forward_to_vf() 611 rsp = (struct msg_rsp *)otx2_mbox_alloc_msg(&cptpf->afpf_mbox_up, 0, in handle_msg_cpt_inst_lmtst()
|
/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | mbox.c | 418 otx2_mbox_alloc_msg(mbox, devid, sizeof(*rsp)); in otx2_reply_invalid_msg()
|
H A D | rvu.c | 2153 rsp = (struct _rsp_type *)otx2_mbox_alloc_msg( \ in rvu_process_mbox_msg()
|