Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/platforms/pseries/
Dsetup.c396 unsigned int delay, total_delay = 0; in pSeries_enable_reloc_on_exc() local
404 total_delay += delay; in pSeries_enable_reloc_on_exc()
405 if (total_delay > 1000) { in pSeries_enable_reloc_on_exc()
408 total_delay); in pSeries_enable_reloc_on_exc()
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40e_adminq.c792 u32 total_delay = 0; in i40evf_asq_send_command() local
801 total_delay++; in i40evf_asq_send_command()
802 } while (total_delay < hw->aq.asq_cmd_timeout); in i40evf_asq_send_command()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_adminq.c859 u32 total_delay = 0; in i40e_asq_send_command() local
868 total_delay++; in i40e_asq_send_command()
869 } while (total_delay < hw->aq.asq_cmd_timeout); in i40e_asq_send_command()