Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch_offloads.c68 esw_put_prio_table(struct mlx5_eswitch *esw, u32 chain, u16 prio, int level);
237 esw_put_prio_table(esw, attr->chain, attr->prio, !!split); in mlx5_eswitch_add_offloaded_rule()
240 esw_put_prio_table(esw, attr->dest_chain, 1, 0); in mlx5_eswitch_add_offloaded_rule()
300 esw_put_prio_table(esw, attr->chain, attr->prio, 1); in mlx5_eswitch_add_fwd_rule()
302 esw_put_prio_table(esw, attr->chain, attr->prio, 0); in mlx5_eswitch_add_fwd_rule()
327 esw_put_prio_table(esw, attr->chain, attr->prio, 1); in __mlx5_eswitch_del_rule()
328 esw_put_prio_table(esw, attr->chain, attr->prio, 0); in __mlx5_eswitch_del_rule()
330 esw_put_prio_table(esw, attr->chain, attr->prio, !!split); in __mlx5_eswitch_del_rule()
332 esw_put_prio_table(esw, attr->dest_chain, 1, 0); in __mlx5_eswitch_del_rule()
982 esw_put_prio_table(esw, chain, prio, l); in esw_get_prio_table()
[all …]