Searched refs:fwd_attr (Results 1 – 1 of 1) sorted by relevance
308 struct mlx5_vport_tbl_attr fwd_attr; in mlx5_eswitch_add_offloaded_rule() local397 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() local464 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 …]