Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_pf.c369 struct otx2_mbox_dev *src_mdev, *dst_mdev; in otx2_forward_vf_mbox_msgs() local
391 dst_mdev = &dst_mbox->mbox.dev[0]; in otx2_forward_vf_mbox_msgs()
394 dst_mdev->mbase = src_mdev->mbase; in otx2_forward_vf_mbox_msgs()
395 dst_mdev->msg_size = mbox_hdr->msg_size; in otx2_forward_vf_mbox_msgs()
396 dst_mdev->num_msgs = num_msgs; in otx2_forward_vf_mbox_msgs()
407 dst_mdev->mbase = pf->mbox.bbuf_base; in otx2_forward_vf_mbox_msgs()
415 req_hdr = (struct mbox_hdr *)(dst_mdev->mbase + in otx2_forward_vf_mbox_msgs()
419 otx2_forward_msg_pfvf(dst_mdev, &pf->mbox_pfvf[0].mbox, in otx2_forward_vf_mbox_msgs()
436 dst_mdev = &dst_mbox->mbox_up.dev[vf]; in otx2_forward_vf_mbox_msgs()
437 dst_mdev->mbase = src_mdev->mbase; in otx2_forward_vf_mbox_msgs()
[all …]