Searched refs:current_max (Results 1 – 2 of 2) sorted by relevance
513 int current, current_max; in _get_ncores_with_attr() local521 current_max = 0; in _get_ncores_with_attr()526 if (current > current_max) in _get_ncores_with_attr()527 current_max = current; in _get_ncores_with_attr()541 if (current > current_max) in _get_ncores_with_attr()542 current_max = current; in _get_ncores_with_attr()543 return current_max; in _get_ncores_with_attr()
860 u8 current_max = 0; in ecore_iov_enable_vf_access_msix() local878 current_max = OSAL_MAX_T(u8, current_max, in ecore_iov_enable_vf_access_msix()883 if (num_sbs > current_max) in ecore_iov_enable_vf_access_msix()