Home
last modified time | relevance | path

Searched refs:ice_get_free_slot (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_lib.c229 * ice_get_free_slot - get the next non-NULL location index in array
237 static int ice_get_free_slot(void *array, int size, int curr) in ice_get_free_slot() function
475 pf->next_vsi = ice_get_free_slot(pf->vsi, pf->num_alloc_vsi, in ice_vsi_alloc()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_lib.c256 * ice_get_free_slot - get the next non-NULL location index in array
264 static int ice_get_free_slot(void *array, int size, int curr) in ice_get_free_slot() function
668 pf->next_vsi = ice_get_free_slot(pf->vsi, pf->num_alloc_vsi, in ice_vsi_alloc()

Completed in 10 milliseconds