Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/mlx5/
Dmain.c3053 int max_table_size; in get_flow_table() local
3058 max_table_size = BIT(MLX5_CAP_FLOWTABLE_NIC_RX(dev->mdev, in get_flow_table()
3102 if (num_entries > max_table_size) in get_flow_table()
3664 int max_table_size; in _get_flow_table() local
3668 max_table_size = BIT(MLX5_CAP_FLOWTABLE_NIC_RX(dev->mdev, in _get_flow_table()
3670 if (max_table_size < MLX5_FS_MAX_ENTRIES) in _get_flow_table()