Home
last modified time | relevance | path

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

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