Home
last modified time | relevance | path

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

/linux/include/linux/mlx5/
H A Ddevice.h1335 #define MLX5_CAP_FLOWTABLE(mdev, cap) \ macro
1342 MLX5_CAP_FLOWTABLE(mdev, flow_table_properties_nic_receive.cap)
1345 MLX5_CAP_FLOWTABLE(mdev, flow_table_properties_nic_transmit.cap)
1348 MLX5_CAP_FLOWTABLE(mdev, flow_table_properties_nic_receive_sniffer.cap)
1351 MLX5_CAP_FLOWTABLE(mdev, flow_table_properties_nic_transmit_sniffer.cap)
1354 MLX5_CAP_FLOWTABLE(mdev, flow_table_properties_nic_receive_rdma.cap)
1357 MLX5_CAP_FLOWTABLE(mdev, flow_table_properties_nic_transmit_rdma.cap)
1382 MLX5_CAP_FLOWTABLE(mdev, ft_field_support_2_nic_receive.cap)
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmlx5hws.h243 MLX5_CAP_FLOWTABLE(mdev, in mlx5hws_is_supported()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
H A Dfs_dr.c71 if (!MLX5_CAP_FLOWTABLE(ns->dev, sw_owner_reformat_supported)) in mlx5_cmd_dr_create_flow_table()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_fs_ethtool.c124 table_size = min_t(u32, BIT(MLX5_CAP_FLOWTABLE(priv->mdev, in get_flow_table()
H A Den_main.c5952 #define FT_CAP(f) MLX5_CAP_FLOWTABLE(mdev, flow_table_properties_nic_receive.f) in mlx5e_build_nic_netdev()