Searched refs:max_list_size (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dvport.c261 int max_list_size; local
270 max_list_size = list_type == MLX5_NVPRT_LIST_TYPE_UC ?
274 if (req_list_size > max_list_size) {
275 mlx5_core_warn(dev, "Requested list size (%d) > (%d) max_list_size\n",
276 req_list_size, max_list_size);
277 req_list_size = max_list_size;
323 int max_list_size; local
329 max_list_size = list_type == MLX5_NVPRT_LIST_TYPE_UC ?
333 if (list_size > max_list_size)
375 int max_list_size; local
[all...]
H A Den_fs.c172 int max_list_size; local
183 max_list_size = 1 << MLX5_CAP_GEN(fs->mdev, log_max_vlan_list);
185 if (list_size > max_list_size) {
187 list_size, max_list_size);
188 list_size = max_list_size;
H A Dfs_cmd.c710 int max_list_size = BIT(MLX5_CAP_FLOWTABLE_TYPE(dev, local
725 if (list_size > max_list_size) {
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_cmd.c942 int max_list_size = BIT(MLX5_CAP_FLOWTABLE_TYPE(dev, local
957 if (list_size > max_list_size) {
/linux-master/drivers/scsi/aic7xxx/
H A Daic79xx_core.c5995 bus_size_t max_list_size; local
6011 max_list_size = roundup(sg_list_increment, PAGE_SIZE);
6012 if (max_list_size < 4 * PAGE_SIZE)
6013 max_list_size = 4 * PAGE_SIZE;
6014 if (max_list_size > (AHD_SCB_MAX_ALLOC * sg_list_increment))
6015 max_list_size = (AHD_SCB_MAX_ALLOC * sg_list_increment);
6016 while ((sg_list_size + sg_list_increment) <= max_list_size

Completed in 163 milliseconds