Home
last modified time | relevance | path

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

/Linux-v4.19/net/mpls/
Dmpls_iptunnel.c52 struct mpls_dev *out_mdev; in mpls_xmit() local
153 out_mdev = out_dev ? mpls_dev_get(out_dev) : NULL; in mpls_xmit()
154 if (out_mdev) in mpls_xmit()
155 MPLS_INC_STATS(out_mdev, tx_errors); in mpls_xmit()
Daf_mpls.c351 struct mpls_dev *out_mdev; in mpls_forward() local
467 out_mdev = out_dev ? mpls_dev_get(out_dev) : NULL; in mpls_forward()
468 if (out_mdev) in mpls_forward()
469 MPLS_INC_STATS(out_mdev, tx_errors); in mpls_forward()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch.h253 struct mlx5_core_dev *out_mdev[MLX5_MAX_FLOW_FWD_VPORTS]; member
Deswitch_offloads.c88 MLX5_CAP_GEN(attr->out_mdev[j], vhca_id); in mlx5_eswitch_add_offloaded_rule()
163 MLX5_CAP_GEN(attr->out_mdev[i], vhca_id); in mlx5_eswitch_add_fwd_rule()
Den_tc.c850 attr->out_mdev[attr->out_count++] = out_priv->mdev; in mlx5e_tc_add_fdb_flow()
2726 attr->out_mdev[attr->out_count++] = out_priv->mdev; in parse_tc_fdb_actions()
/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dmain.c1749 goto out_mdev; in mlx5_ib_alloc_ucontext()
1821 goto out_mdev; in mlx5_ib_alloc_ucontext()
1831 out_mdev: in mlx5_ib_alloc_ucontext()