Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/lib/
Dfs_chains.h49 mlx5_chains_get_tc_end_ft(struct mlx5_fs_chains *chains);
86 mlx5_chains_get_tc_end_ft(struct mlx5_fs_chains *chains) { return ERR_PTR(-EOPNOTSUPP); } in mlx5_chains_get_tc_end_ft() function
Dfs_chains.c682 mlx5_chains_get_tc_end_ft(struct mlx5_fs_chains *chains) in mlx5_chains_get_tc_end_ft() function
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch_offloads.c241 dest[i].ft = mlx5_chains_get_tc_end_ft(chains); in esw_setup_accept_dest()