Searched refs:MLX5_CAP_FLOWTABLE (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/include/linux/mlx5/ |
A D | device.h | 1289 #define MLX5_CAP_FLOWTABLE(mdev, cap) \ macro 1299 MLX5_CAP_FLOWTABLE(mdev, flow_table_properties_nic_receive.cap) 1305 MLX5_CAP_FLOWTABLE(mdev, flow_table_properties_nic_transmit.cap) 1311 MLX5_CAP_FLOWTABLE(mdev, flow_table_properties_nic_receive_sniffer.cap) 1317 MLX5_CAP_FLOWTABLE(mdev, flow_table_properties_nic_transmit_sniffer.cap) 1323 MLX5_CAP_FLOWTABLE(mdev, flow_table_properties_nic_receive_rdma.cap) 1329 MLX5_CAP_FLOWTABLE(mdev, flow_table_properties_nic_transmit_rdma.cap)
|
/linux-6.3-rc2/drivers/infiniband/hw/mlx5/ |
A D | counters.c | 540 if (MLX5_CAP_FLOWTABLE(dev->mdev, in mlx5_ib_fill_counters() 549 if (MLX5_CAP_FLOWTABLE(dev->mdev, in mlx5_ib_fill_counters() 592 if (MLX5_CAP_FLOWTABLE(dev->mdev, in __mlx5_ib_alloc_counters() 596 if (MLX5_CAP_FLOWTABLE(dev->mdev, in __mlx5_ib_alloc_counters()
|
A D | fs.c | 771 if (!MLX5_CAP_FLOWTABLE(dev->mdev, in get_flow_table() 903 if (!MLX5_CAP_FLOWTABLE(dev->mdev, in mlx5_ib_fs_add_op_fc() 915 if (!MLX5_CAP_FLOWTABLE(dev->mdev, in mlx5_ib_fs_add_op_fc() 2305 return MLX5_CAP_FLOWTABLE(ibdev->mdev, in mlx5_ib_flow_action_packet_reformat_valid()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | dev.c | 98 if (MLX5_CAP_FLOWTABLE(dev, in mlx5_eth_supported()
|
A D | fs_cmd.c | 730 int atomic_mod_cap = MLX5_CAP_FLOWTABLE(dev, in mlx5_cmd_update_fte() 851 max_encap_size = MLX5_CAP_FLOWTABLE(dev, max_encap_header_size); in mlx5_cmd_packet_reformat_alloc()
|
A D | en_fs_ethtool.c | 128 table_size = min_t(u32, BIT(MLX5_CAP_FLOWTABLE(priv->mdev, in get_flow_table()
|
A D | fs_core.c | 1132 if (MLX5_CAP_FLOWTABLE(dev, in connect_flow_table() 2087 (MLX5_CAP_FLOWTABLE(get_dev(&ft->node), nic_rx_multi_path_tirs))); in fwd_next_prio_supported() 2554 int max_ft_level = MLX5_CAP_FLOWTABLE(steering->dev, in init_root_tree_recursive()
|
A D | en_main.c | 5150 #define FT_CAP(f) MLX5_CAP_FLOWTABLE(mdev, flow_table_properties_nic_receive.f) in mlx5e_build_nic_netdev()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
A D | fs_dr.c | 79 if (!MLX5_CAP_FLOWTABLE(ns->dev, sw_owner_reformat_supported)) in mlx5_cmd_dr_create_flow_table()
|
A D | dr_cmd.c | 139 MLX5_CAP_FLOWTABLE(mdev, in mlx5dr_cmd_query_device()
|
Completed in 42 milliseconds