Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_pf.c360 struct otx2_mbox_dev *src_mdev, *dst_mdev; in otx2_forward_vf_mbox_msgs() local
382 dst_mdev = &dst_mbox->mbox.dev[0]; in otx2_forward_vf_mbox_msgs()
385 dst_mdev->mbase = src_mdev->mbase; in otx2_forward_vf_mbox_msgs()
386 dst_mdev->msg_size = mbox_hdr->msg_size; in otx2_forward_vf_mbox_msgs()
387 dst_mdev->num_msgs = num_msgs; in otx2_forward_vf_mbox_msgs()
393 dst_mdev->mbase = pf->mbox.bbuf_base; in otx2_forward_vf_mbox_msgs()
401 req_hdr = (struct mbox_hdr *)(dst_mdev->mbase + in otx2_forward_vf_mbox_msgs()
405 otx2_forward_msg_pfvf(dst_mdev, &pf->mbox_pfvf[0].mbox, in otx2_forward_vf_mbox_msgs()
422 dst_mdev = &dst_mbox->mbox_up.dev[vf]; in otx2_forward_vf_mbox_msgs()
423 dst_mdev->mbase = src_mdev->mbase; in otx2_forward_vf_mbox_msgs()
[all …]