Home
last modified time | relevance | path

Searched refs:MLX5_CAP_FLOWTABLE_NIC_TX (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/
H A Dfs.c799 max_table_size = BIT(MLX5_CAP_FLOWTABLE_NIC_TX( in get_flow_table()
804 MLX5_CAP_FLOWTABLE_NIC_TX(dev->mdev, reformat)) in get_flow_table()
1320 MLX5_CAP_FLOWTABLE_NIC_TX(dev->mdev, log_max_ft_size)); in _get_flow_table()
1321 if (MLX5_CAP_FLOWTABLE_NIC_TX(dev->mdev, reformat) && in _get_flow_table()
2190 MLX5_CAP_FLOWTABLE_NIC_TX(dev->mdev, in mlx5_ib_modify_header_supported()
2246 return MLX5_CAP_FLOWTABLE_NIC_TX(ibdev->mdev, in mlx5_ib_flow_action_packet_reformat_valid()
H A Dmain.c2348 MLX5_CAP_FLOWTABLE_NIC_TX(dev->mdev, sw_owner) || in check_dm_type_support()
2350 MLX5_CAP_FLOWTABLE_NIC_TX(dev->mdev, sw_owner_v2))) in check_dm_type_support()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_cmd.c117 caps->tx_sw_owner_v2 = MLX5_CAP_FLOWTABLE_NIC_TX(mdev, sw_owner_v2); in mlx5dr_cmd_query_device()
122 caps->tx_sw_owner = MLX5_CAP_FLOWTABLE_NIC_TX(mdev, sw_owner); in mlx5dr_cmd_query_device()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/accel/
H A Dipsec_offload.c35 if (!MLX5_CAP_FLOWTABLE_NIC_TX(mdev, ipsec_encrypt) || in mlx5_ipsec_offload_device_caps()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_cmd.c782 max_actions = MLX5_CAP_FLOWTABLE_NIC_TX(dev, max_modify_header_actions); in mlx5_cmd_modify_header_alloc()
H A Dfs_core.c3052 MLX5_CAP_FLOWTABLE_NIC_TX(dev, ft_support)) { in mlx5_init_fs()
/OK3568_Linux_fs/kernel/include/linux/mlx5/
H A Ddevice.h1237 #define MLX5_CAP_FLOWTABLE_NIC_TX(mdev, cap) \ macro