Searched refs:MLX5_CAP_FLOWTABLE (Results 1 – 11 of 11) sorted by relevance
/linux/include/linux/mlx5/ |
A D | device.h | 1280 #define MLX5_CAP_FLOWTABLE(mdev, cap) \ macro 1290 MLX5_CAP_FLOWTABLE(mdev, flow_table_properties_nic_receive.cap) 1296 MLX5_CAP_FLOWTABLE(mdev, flow_table_properties_nic_transmit.cap) 1302 MLX5_CAP_FLOWTABLE(mdev, flow_table_properties_nic_receive_sniffer.cap) 1308 MLX5_CAP_FLOWTABLE(mdev, flow_table_properties_nic_transmit_sniffer.cap) 1314 MLX5_CAP_FLOWTABLE(mdev, flow_table_properties_nic_receive_rdma.cap) 1320 MLX5_CAP_FLOWTABLE(mdev, flow_table_properties_nic_transmit_rdma.cap)
|
/linux/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 | 821 if (!MLX5_CAP_FLOWTABLE(dev->mdev, in get_flow_table() 953 if (!MLX5_CAP_FLOWTABLE(dev->mdev, in mlx5_ib_fs_add_op_fc() 965 if (!MLX5_CAP_FLOWTABLE(dev->mdev, in mlx5_ib_fs_add_op_fc() 2426 return MLX5_CAP_FLOWTABLE(ibdev->mdev, in mlx5_ib_flow_action_packet_reformat_valid()
|
A D | main.c | 1803 …if (MLX5_CAP_FLOWTABLE(dev->mdev, flow_table_properties_nic_receive.ft_field_support.outer_esp_spi… in set_ucontext_resp()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | dev.c | 95 if (MLX5_CAP_FLOWTABLE(dev, in mlx5_eth_supported()
|
A D | fs_cmd.c | 674 int atomic_mod_cap = MLX5_CAP_FLOWTABLE(dev, in mlx5_cmd_update_fte() 794 max_encap_size = MLX5_CAP_FLOWTABLE(dev, max_encap_header_size); in mlx5_cmd_packet_reformat_alloc()
|
A D | en_fs_ethtool.c | 111 table_size = min_t(u32, BIT(MLX5_CAP_FLOWTABLE(priv->mdev, in get_flow_table()
|
A D | fs_core.c | 1077 if (MLX5_CAP_FLOWTABLE(dev, in connect_flow_table() 1976 (MLX5_CAP_FLOWTABLE(get_dev(&ft->node), nic_rx_multi_path_tirs))); in fwd_next_prio_supported() 2407 int max_ft_level = MLX5_CAP_FLOWTABLE(steering->dev, in init_root_tree_recursive()
|
A D | en_main.c | 4837 #define FT_CAP(f) MLX5_CAP_FLOWTABLE(mdev, flow_table_properties_nic_receive.f) in mlx5e_build_nic_netdev()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/ |
A D | ipsec.c | 1003 if (!MLX5_CAP_FLOWTABLE(mdev, in modify_spec_mailbox() 1030 if (MLX5_CAP_FLOWTABLE(dev, in fpga_ipsec_fs_create_flow_group()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
A D | fs_dr.c | 78 if (!MLX5_CAP_FLOWTABLE(ns->dev, sw_owner_reformat_supported)) in mlx5_cmd_dr_create_flow_table()
|
Completed in 52 milliseconds