Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/mlx5/
Ddevice.h1322 #define MLX5_CAP_FLOWTABLE(mdev, cap) \ macro
1329 MLX5_CAP_FLOWTABLE(mdev, flow_table_properties_nic_receive.cap)
1332 MLX5_CAP_FLOWTABLE(mdev, flow_table_properties_nic_transmit.cap)
1335 MLX5_CAP_FLOWTABLE(mdev, flow_table_properties_nic_receive_sniffer.cap)
1338 MLX5_CAP_FLOWTABLE(mdev, flow_table_properties_nic_transmit_sniffer.cap)
1341 MLX5_CAP_FLOWTABLE(mdev, flow_table_properties_nic_receive_rdma.cap)
1344 MLX5_CAP_FLOWTABLE(mdev, flow_table_properties_nic_transmit_rdma.cap)
1363 MLX5_CAP_FLOWTABLE(mdev, ft_field_support_2_nic_receive.cap)
/linux-6.12.1/drivers/infiniband/hw/mlx5/
Dcounters.c663 if (MLX5_CAP_FLOWTABLE(dev->mdev, in mlx5_ib_fill_counters()
672 if (MLX5_CAP_FLOWTABLE(dev->mdev, in mlx5_ib_fill_counters()
730 if (MLX5_CAP_FLOWTABLE(dev->mdev, in __mlx5_ib_alloc_counters()
734 if (MLX5_CAP_FLOWTABLE(dev->mdev, in __mlx5_ib_alloc_counters()
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()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
Dmlx5hws.h232 MLX5_CAP_FLOWTABLE(mdev, in mlx5hws_is_supported()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/
Ddev.c95 if (MLX5_CAP_FLOWTABLE(dev, in mlx5_eth_supported()
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()
Den_fs_ethtool.c124 table_size = min_t(u32, BIT(MLX5_CAP_FLOWTABLE(priv->mdev, in get_flow_table()
Dfs_core.c1303 if (MLX5_CAP_FLOWTABLE(dev, in connect_flow_table()
2406 (MLX5_CAP_FLOWTABLE(get_dev(&ft->node), nic_rx_multi_path_tirs))); in fwd_next_prio_supported()
2886 int max_ft_level = MLX5_CAP_FLOWTABLE(steering->dev, in init_root_tree_recursive()
Den_main.c5555 #define FT_CAP(f) MLX5_CAP_FLOWTABLE(mdev, flow_table_properties_nic_receive.f) in mlx5e_build_nic_netdev()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/
Dfs_dr.c71 if (!MLX5_CAP_FLOWTABLE(ns->dev, sw_owner_reformat_supported)) in mlx5_cmd_dr_create_flow_table()
Ddr_cmd.c154 MLX5_CAP_FLOWTABLE(mdev, in mlx5dr_cmd_query_device()