Searched refs:out_mdev (Results 1 – 4 of 4) sorted by relevance
47 struct mpls_dev *out_mdev; in mpls_xmit() local158 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()
350 struct mpls_dev *out_mdev; in mpls_forward() local468 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()
1928 goto out_mdev; in mlx5_ib_alloc_ucontext()1933 goto out_mdev; in mlx5_ib_alloc_ucontext()1950 out_mdev: in mlx5_ib_alloc_ucontext()
1674 struct mlx5_core_dev *out_mdev, *route_mdev; in mlx5e_tc_is_vf_tunnel() local1678 out_mdev = out_priv->mdev; in mlx5e_tc_is_vf_tunnel()1682 if (out_mdev->coredev_type != MLX5_COREDEV_PF) in mlx5e_tc_is_vf_tunnel()
Completed in 33 milliseconds