Home
last modified time | relevance | path

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

/linux/net/mpls/
H A Dmpls_iptunnel.c47 struct mpls_dev *out_mdev; in mpls_xmit() local
156 out_mdev = out_dev ? mpls_dev_rcu(out_dev) : NULL; in mpls_xmit()
157 if (out_mdev) in mpls_xmit()
158 MPLS_INC_STATS(out_mdev, tx_errors); in mpls_xmit()
H A Daf_mpls.c359 struct mpls_dev *out_mdev; in mpls_forward()
477 out_mdev = out_dev ? mpls_dev_rcu(out_dev) : NULL; in mpls_forward()
478 if (out_mdev) in mpls_forward()
479 MPLS_INC_STATS(out_mdev, tx_errors);
351 struct mpls_dev *out_mdev; mpls_forward() local
/linux/drivers/iommu/iommufd/
H A Dselftest.c1107 goto out_mdev; in iommufd_test_mock_domain()
1129 out_mdev: in iommufd_test_mock_domain()
/linux/drivers/infiniband/hw/mlx5/
H A Dmain.c2150 goto out_mdev; in mlx5_ib_alloc_ucontext()
2155 goto out_mdev; in mlx5_ib_alloc_ucontext()
2172 out_mdev: in mlx5_ib_alloc_ucontext()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c1657 struct mlx5_core_dev *out_mdev, *route_mdev; in mlx5e_tc_is_vf_tunnel() local
1661 out_mdev = out_priv->mdev; in mlx5e_tc_is_vf_tunnel()
1665 if (out_mdev->coredev_type != MLX5_COREDEV_PF) in mlx5e_tc_is_vf_tunnel()