Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch_offloads.c308 struct mlx5_vport_tbl_attr fwd_attr; in mlx5_eswitch_add_offloaded_rule() local
397 fwd_attr.chain = attr->chain; in mlx5_eswitch_add_offloaded_rule()
398 fwd_attr.prio = attr->prio; in mlx5_eswitch_add_offloaded_rule()
399 fwd_attr.vport = esw_attr->in_rep->vport; in mlx5_eswitch_add_offloaded_rule()
401 fdb = esw_vport_tbl_get(esw, &fwd_attr); in mlx5_eswitch_add_offloaded_rule()
433 esw_vport_tbl_put(esw, &fwd_attr); in mlx5_eswitch_add_offloaded_rule()
452 struct mlx5_vport_tbl_attr fwd_attr; in mlx5_eswitch_add_fwd_rule() local
464 fwd_attr.chain = attr->chain; in mlx5_eswitch_add_fwd_rule()
465 fwd_attr.prio = attr->prio; in mlx5_eswitch_add_fwd_rule()
466 fwd_attr.vport = esw_attr->in_rep->vport; in mlx5_eswitch_add_fwd_rule()
[all …]