Searched refs:MLX5_CAP_FLOWTABLE (Results 1 – 5 of 5) sorted by relevance
| /linux/include/linux/mlx5/ |
| H A D | device.h | 1335 #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 D | mlx5hws.h | 243 MLX5_CAP_FLOWTABLE(mdev, in mlx5hws_is_supported()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ |
| H A D | fs_dr.c | 71 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 D | en_fs_ethtool.c | 124 table_size = min_t(u32, BIT(MLX5_CAP_FLOWTABLE(priv->mdev, in get_flow_table()
|
| H A D | en_main.c | 5952 #define FT_CAP(f) MLX5_CAP_FLOWTABLE(mdev, flow_table_properties_nic_receive.f) in mlx5e_build_nic_netdev()
|