Home
last modified time | relevance | path

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

/Linux-v6.6/net/mpls/
Dmpls_iptunnel.c47 struct mpls_dev *out_mdev; in mpls_xmit() local
158 out_mdev = out_dev ? mpls_dev_get(out_dev) : NULL; in mpls_xmit()
159 if (out_mdev) in mpls_xmit()
160 MPLS_INC_STATS(out_mdev, tx_errors); in mpls_xmit()
Daf_mpls.c351 struct mpls_dev *out_mdev; in mpls_forward() local
469 out_mdev = out_dev ? mpls_dev_get(out_dev) : NULL; in mpls_forward()
470 if (out_mdev) in mpls_forward()
471 MPLS_INC_STATS(out_mdev, tx_errors); in mpls_forward()
/Linux-v6.6/drivers/iommu/iommufd/
Dselftest.c430 goto out_mdev; in iommufd_test_mock_domain()
452 out_mdev: in iommufd_test_mock_domain()
/Linux-v6.6/drivers/infiniband/hw/mlx5/
Dmain.c1946 goto out_mdev; in mlx5_ib_alloc_ucontext()
1951 goto out_mdev; in mlx5_ib_alloc_ucontext()
1968 out_mdev: in mlx5_ib_alloc_ucontext()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c1649 struct mlx5_core_dev *out_mdev, *route_mdev; in mlx5e_tc_is_vf_tunnel() local
1653 out_mdev = out_priv->mdev; in mlx5e_tc_is_vf_tunnel()
1657 if (out_mdev->coredev_type != MLX5_COREDEV_PF) in mlx5e_tc_is_vf_tunnel()