Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/vdpa/mlx5/net/
Ddebug.c34 seq_printf(file, "0x%x\n", mlx5_flow_table_id(ndev->rxft)); in rx_flow_table_show()
/Linux-v6.6/include/linux/mlx5/
Dfs.h342 u32 mlx5_flow_table_id(struct mlx5_flow_table *ft);
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_core.c1321 u32 mlx5_flow_table_id(struct mlx5_flow_table *ft) in mlx5_flow_table_id() function
1325 EXPORT_SYMBOL(mlx5_flow_table_id);
/Linux-v6.6/drivers/infiniband/hw/mlx5/
Dfs.c2452 ft_id = mlx5_flow_table_id(ft_prio->anchor.ft); in UVERBS_HANDLER()