Searched refs:MLX5_CAP_FLOWTABLE (Results 1 – 11 of 11) sorted by relevance
/linux-6.12.1/include/linux/mlx5/ |
D | device.h | 1322 #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/ |
D | counters.c | 663 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()
|
D | fs.c | 769 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/ |
D | mlx5hws.h | 232 MLX5_CAP_FLOWTABLE(mdev, in mlx5hws_is_supported()
|
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | dev.c | 95 if (MLX5_CAP_FLOWTABLE(dev, in mlx5_eth_supported()
|
D | fs_cmd.c | 768 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()
|
D | en_fs_ethtool.c | 124 table_size = min_t(u32, BIT(MLX5_CAP_FLOWTABLE(priv->mdev, in get_flow_table()
|
D | fs_core.c | 1303 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()
|
D | en_main.c | 5555 #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/ |
D | fs_dr.c | 71 if (!MLX5_CAP_FLOWTABLE(ns->dev, sw_owner_reformat_supported)) in mlx5_cmd_dr_create_flow_table()
|
D | dr_cmd.c | 154 MLX5_CAP_FLOWTABLE(mdev, in mlx5dr_cmd_query_device()
|