Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/mlx5/
H A Ddevice.h1298 #define MLX5_CAP_FLOWTABLE(mdev, cap) \ macro
1305 MLX5_CAP_FLOWTABLE(mdev, flow_table_properties_nic_receive.cap)
1308 MLX5_CAP_FLOWTABLE(mdev, flow_table_properties_nic_transmit.cap)
1311 MLX5_CAP_FLOWTABLE(mdev, flow_table_properties_nic_receive_sniffer.cap)
1314 MLX5_CAP_FLOWTABLE(mdev, flow_table_properties_nic_transmit_sniffer.cap)
1317 MLX5_CAP_FLOWTABLE(mdev, flow_table_properties_nic_receive_rdma.cap)
1320 MLX5_CAP_FLOWTABLE(mdev, flow_table_properties_nic_transmit_rdma.cap)
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dcounters.c659 if (MLX5_CAP_FLOWTABLE(dev->mdev, in mlx5_ib_fill_counters()
668 if (MLX5_CAP_FLOWTABLE(dev->mdev, in mlx5_ib_fill_counters()
726 if (MLX5_CAP_FLOWTABLE(dev->mdev, in __mlx5_ib_alloc_counters()
730 if (MLX5_CAP_FLOWTABLE(dev->mdev, in __mlx5_ib_alloc_counters()
H A Dfs.c769 if (!MLX5_CAP_FLOWTABLE(dev->mdev, in get_flow_table()
901 if (!MLX5_CAP_FLOWTABLE(dev->mdev, in mlx5_ib_fs_add_op_fc()
913 if (!MLX5_CAP_FLOWTABLE(dev->mdev, in mlx5_ib_fs_add_op_fc()
2567 return MLX5_CAP_FLOWTABLE(ibdev->mdev, in mlx5_ib_flow_action_packet_reformat_valid()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddev.c97 if (MLX5_CAP_FLOWTABLE(dev, in mlx5_eth_supported()
H A Dfs_cmd.c768 int atomic_mod_cap = MLX5_CAP_FLOWTABLE(dev, in mlx5_cmd_update_fte()
889 max_encap_size = MLX5_CAP_FLOWTABLE(dev, max_encap_header_size); in mlx5_cmd_packet_reformat_alloc()
H A Den_fs_ethtool.c124 table_size = min_t(u32, BIT(MLX5_CAP_FLOWTABLE(priv->mdev, in get_flow_table()
H A Dfs_core.c1209 if (MLX5_CAP_FLOWTABLE(dev, in connect_flow_table()
2176 (MLX5_CAP_FLOWTABLE(get_dev(&ft->node), nic_rx_multi_path_tirs))); in fwd_next_prio_supported()
2658 int max_ft_level = MLX5_CAP_FLOWTABLE(steering->dev, in init_root_tree_recursive()
H A Den_main.c5222 #define FT_CAP(f) MLX5_CAP_FLOWTABLE(mdev, flow_table_properties_nic_receive.f) in mlx5e_build_nic_netdev()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Dfs_dr.c79 if (!MLX5_CAP_FLOWTABLE(ns->dev, sw_owner_reformat_supported)) in mlx5_cmd_dr_create_flow_table()
H A Ddr_cmd.c154 MLX5_CAP_FLOWTABLE(mdev, in mlx5dr_cmd_query_device()