Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch_offloads.c554 struct mlx5_vport_tbl_attr fwd_attr; in mlx5_eswitch_add_offloaded_rule() local
617 fwd_attr.chain = attr->chain; in mlx5_eswitch_add_offloaded_rule()
618 fwd_attr.prio = attr->prio; in mlx5_eswitch_add_offloaded_rule()
619 fwd_attr.vport = esw_attr->in_rep->vport; in mlx5_eswitch_add_offloaded_rule()
620 fwd_attr.vport_ns = &mlx5_esw_vport_tbl_mirror_ns; in mlx5_eswitch_add_offloaded_rule()
622 fdb = mlx5_esw_vporttbl_get(esw, &fwd_attr); in mlx5_eswitch_add_offloaded_rule()
655 mlx5_esw_vporttbl_put(esw, &fwd_attr); in mlx5_eswitch_add_offloaded_rule()
673 struct mlx5_vport_tbl_attr fwd_attr; in mlx5_eswitch_add_fwd_rule() local
690 fwd_attr.chain = attr->chain; in mlx5_eswitch_add_fwd_rule()
691 fwd_attr.prio = attr->prio; in mlx5_eswitch_add_fwd_rule()
[all …]