Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/mlx5/
H A Ddevice.h1222 #define MLX5_CAP_FLOWTABLE(mdev, cap) \ macro
1232 MLX5_CAP_FLOWTABLE(mdev, flow_table_properties_nic_receive.cap)
1238 MLX5_CAP_FLOWTABLE(mdev, flow_table_properties_nic_transmit.cap)
1244 MLX5_CAP_FLOWTABLE(mdev, flow_table_properties_nic_receive_sniffer.cap)
1250 MLX5_CAP_FLOWTABLE(mdev, flow_table_properties_nic_transmit_sniffer.cap)
1256 MLX5_CAP_FLOWTABLE(mdev, flow_table_properties_nic_receive_rdma.cap)
1262 MLX5_CAP_FLOWTABLE(mdev, flow_table_properties_nic_transmit_rdma.cap)
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_cmd.c583 int atomic_mod_cap = MLX5_CAP_FLOWTABLE(dev, in mlx5_cmd_update_fte()
706 max_encap_size = MLX5_CAP_FLOWTABLE(dev, max_encap_header_size); in mlx5_cmd_packet_reformat_alloc()
H A Dfs_core.c1045 if (MLX5_CAP_FLOWTABLE(dev, in connect_flow_table()
1966 (MLX5_CAP_FLOWTABLE(get_dev(&ft->node), nic_rx_multi_path_tirs))); in fwd_next_prio_supported()
2384 int max_ft_level = MLX5_CAP_FLOWTABLE(steering->dev, in init_root_tree_recursive()
H A Den_fs_ethtool.c103 table_size = min_t(u32, BIT(MLX5_CAP_FLOWTABLE(priv->mdev, in get_flow_table()
H A Den_main.c4708 MLX5_CAP_FLOWTABLE(mdev, in mlx5e_check_required_hca_cap()
5093 #define FT_CAP(f) MLX5_CAP_FLOWTABLE(mdev, flow_table_properties_nic_receive.f) in mlx5e_build_nic_netdev()
H A Den_tc.c3555 if (MLX5_CAP_FLOWTABLE(priv->mdev, in parse_tc_nic_actions()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Dfs_dr.c77 if (!MLX5_CAP_FLOWTABLE(ns->dev, sw_owner_reformat_supported)) in mlx5_cmd_dr_create_flow_table()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dipsec.c1003 if (!MLX5_CAP_FLOWTABLE(mdev, in modify_spec_mailbox()
1030 if (MLX5_CAP_FLOWTABLE(dev, in fpga_ipsec_fs_create_flow_group()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/
H A Dfs.c819 if (!MLX5_CAP_FLOWTABLE(dev->mdev, in get_flow_table()
2241 return MLX5_CAP_FLOWTABLE(ibdev->mdev, in mlx5_ib_flow_action_packet_reformat_valid()
H A Dmain.c1775 …if (MLX5_CAP_FLOWTABLE(dev->mdev, flow_table_properties_nic_receive.ft_field_support.outer_esp_spi… in set_ucontext_resp()