Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/platforms/pseries/
Dsetup.c393 unsigned int delay, total_delay = 0; in pSeries_enable_reloc_on_exc() local
401 total_delay += delay; in pSeries_enable_reloc_on_exc()
402 if (total_delay > 1000) { in pSeries_enable_reloc_on_exc()
405 total_delay); in pSeries_enable_reloc_on_exc()
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
Di40e_adminq.c803 u32 total_delay = 0; in i40evf_asq_send_command() local
812 total_delay++; in i40evf_asq_send_command()
813 } while (total_delay < hw->aq.asq_cmd_timeout); in i40evf_asq_send_command()
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_adminq.c852 u32 total_delay = 0; in i40e_asq_send_command() local
861 total_delay++; in i40e_asq_send_command()
862 } while (total_delay < hw->aq.asq_cmd_timeout); in i40e_asq_send_command()