Home
last modified time | relevance | path

Searched refs:otx2_mbox_alloc_msg (Results 1 – 6 of 6) sorted by relevance

/linux-6.1.9/drivers/crypto/marvell/octeontx2/ !
Dotx2_cptpf_mbox.c22 msg = otx2_mbox_alloc_msg(&cptpf->afpf_mbox, 0, size); in forward_to_af()
58 otx2_mbox_alloc_msg(&cptpf->vfpf_mbox, vf->vf_id, in handle_msg_get_caps()
82 otx2_mbox_alloc_msg(&cptpf->vfpf_mbox, vf->vf_id, sizeof(*rsp)); in handle_msg_get_eng_grp_num()
103 otx2_mbox_alloc_msg(&cptpf->vfpf_mbox, vf->vf_id, sizeof(*rsp)); in handle_msg_kvf_limits()
318 fwd = otx2_mbox_alloc_msg(vfpf_mbox, vf_id, size); in forward_to_vf()
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/ !
Dmbox.c376 otx2_mbox_alloc_msg(mbox, devid, sizeof(*rsp)); in otx2_reply_invalid_msg()
Dmbox.h114 static inline struct mbox_msghdr *otx2_mbox_alloc_msg(struct otx2_mbox *mbox, in otx2_mbox_alloc_msg() function
Drvu.c2073 rsp = (struct _rsp_type *)otx2_mbox_alloc_msg( \ in rvu_process_mbox_msg()
/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/nic/ !
Dotx2_vf.c129 rsp = (struct msg_rsp *)otx2_mbox_alloc_msg( in otx2vf_process_mbox_msg_up()
Dotx2_pf.c914 rsp = (struct _rsp_type *)otx2_mbox_alloc_msg( \ in otx2_process_mbox_msg_up()