Searched refs:esw_get_prio_table (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ |
D | eswitch_offloads.c | 66 esw_get_prio_table(struct mlx5_eswitch *esw, u32 chain, u16 prio, int level); 173 ft = esw_get_prio_table(esw, attr->dest_chain, 1, 0); in mlx5_eswitch_add_offloaded_rule() 218 fdb = esw_get_prio_table(esw, attr->chain, attr->prio, !!split); in mlx5_eswitch_add_offloaded_rule() 257 fast_fdb = esw_get_prio_table(esw, attr->chain, attr->prio, 0); in mlx5_eswitch_add_fwd_rule() 263 fwd_fdb = esw_get_prio_table(esw, attr->chain, attr->prio, 1); in mlx5_eswitch_add_fwd_rule() 922 esw_get_prio_table(struct mlx5_eswitch *esw, u32 chain, u16 prio, int level) in esw_get_prio_table() function 1118 esw_get_prio_table(esw, 0, 1, 0); in esw_create_offloads_fdb_tables() 1119 esw_get_prio_table(esw, 0, 1, 1); in esw_create_offloads_fdb_tables()
|