Home
last modified time | relevance | path

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

/linux-6.1.9/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.c350 struct mpls_dev *out_mdev; in mpls_forward() local
468 out_mdev = out_dev ? mpls_dev_get(out_dev) : NULL; in mpls_forward()
469 if (out_mdev) in mpls_forward()
470 MPLS_INC_STATS(out_mdev, tx_errors); in mpls_forward()
/linux-6.1.9/drivers/infiniband/hw/mlx5/
Dmain.c1932 goto out_mdev; in mlx5_ib_alloc_ucontext()
1937 goto out_mdev; in mlx5_ib_alloc_ucontext()
1954 out_mdev: in mlx5_ib_alloc_ucontext()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c1560 struct mlx5_core_dev *out_mdev, *route_mdev; in mlx5e_tc_is_vf_tunnel() local
1564 out_mdev = out_priv->mdev; in mlx5e_tc_is_vf_tunnel()
1568 if (out_mdev->coredev_type != MLX5_COREDEV_PF) in mlx5e_tc_is_vf_tunnel()