Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/hw/i40iw/
Di40iw.h432 u32 max_resources, in i40iw_alloc_resource() argument
440 resource_num = find_next_zero_bit(resource_array, max_resources, *next); in i40iw_alloc_resource()
441 if (resource_num >= max_resources) { in i40iw_alloc_resource()
442 resource_num = find_first_zero_bit(resource_array, max_resources); in i40iw_alloc_resource()
443 if (resource_num >= max_resources) { in i40iw_alloc_resource()
450 if (*next == max_resources) in i40iw_alloc_resource()