Searched refs:otx2_mbox_alloc_msg (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/crypto/marvell/octeontx2/ |
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-6.12.1/drivers/net/ethernet/marvell/octeontx2/af/ |
D | mbox.c | 418 otx2_mbox_alloc_msg(mbox, devid, sizeof(*rsp)); in otx2_reply_invalid_msg()
|
D | mbox.h | 119 static inline struct mbox_msghdr *otx2_mbox_alloc_msg(struct otx2_mbox *mbox, in otx2_mbox_alloc_msg() function
|
D | rvu.c | 2152 rsp = (struct _rsp_type *)otx2_mbox_alloc_msg( \ in rvu_process_mbox_msg()
|
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_vf.c | 129 rsp = (struct msg_rsp *)otx2_mbox_alloc_msg( in otx2vf_process_mbox_msg_up()
|
D | otx2_pf.c | 899 rsp = (struct _rsp_type *)otx2_mbox_alloc_msg( \ in otx2_process_mbox_msg_up()
|