Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/infiniband/hw/i40iw/
Di40iw.h443 u32 max_resources, in i40iw_alloc_resource() argument
451 resource_num = find_next_zero_bit(resource_array, max_resources, *next); in i40iw_alloc_resource()
452 if (resource_num >= max_resources) { in i40iw_alloc_resource()
453 resource_num = find_first_zero_bit(resource_array, max_resources); in i40iw_alloc_resource()
454 if (resource_num >= max_resources) { in i40iw_alloc_resource()
461 if (*next == max_resources) in i40iw_alloc_resource()