Searched refs:total_delay (Results 1 – 10 of 10) sorted by relevance
55 unsigned int delay, total_delay = 0; \70 total_delay += delay; \71 if (total_delay > CXL_HCALL_TIMEOUT) { \73 "%#x after %u msec\n", fn, total_delay); \567 unsigned int delay, total_delay = 0; in cxl_h_download_facility() local585 total_delay += delay; in cxl_h_download_facility()586 if (total_delay > CXL_HCALL_TIMEOUT_DOWNLOAD) { in cxl_h_download_facility()589 H_DOWNLOAD_CA_FACILITY, total_delay); in cxl_h_download_facility()
353 unsigned int delay, total_delay = 0; in pseries_enable_reloc_on_exc() local369 total_delay += delay; in pseries_enable_reloc_on_exc()370 if (total_delay > 1000) { in pseries_enable_reloc_on_exc()373 total_delay); in pseries_enable_reloc_on_exc()
657 unsigned int delay, total_delay = 0; in pseries_lpar_resize_hpt() local673 total_delay += delay; in pseries_lpar_resize_hpt()674 if (total_delay > HPT_RESIZE_TIMEOUT) { in pseries_lpar_resize_hpt()
215 u32 total_delay; in ti_iodelay_pinconf_set() local230 total_delay = c_elements * ival->cdpe + f_elements * ival->fdpe; in ti_iodelay_pinconf_set()231 c_elements = total_delay / ival->cdpe; in ti_iodelay_pinconf_set()232 f_elements = (total_delay % ival->cdpe) / ival->fdpe; in ti_iodelay_pinconf_set()
769 u32 total_delay = 0; in i40evf_asq_send_command() local778 total_delay += 50; in i40evf_asq_send_command()779 } while (total_delay < hw->aq.asq_cmd_timeout); in i40evf_asq_send_command()
805 u32 total_delay = 0; in ice_sq_send_cmd() local904 total_delay++; in ice_sq_send_cmd()905 } while (total_delay < cq->sq_cmd_timeout); in ice_sq_send_cmd()
1041 u32 total_delay = 0; in ice_release_res() local1049 (total_delay < hw->adminq.sq_cmd_timeout)) { in ice_release_res()1052 total_delay++; in ice_release_res()
840 u32 total_delay = 0; in i40e_asq_send_command() local849 total_delay += 50; in i40e_asq_send_command()850 } while (total_delay < hw->aq.asq_cmd_timeout); in i40e_asq_send_command()
115 u32 total_delay = 0; in i40e_release_nvm() local126 (total_delay < hw->aq.asq_cmd_timeout)) { in i40e_release_nvm()131 total_delay++; in i40e_release_nvm()
1581 u16 max_delay = I40E_MAX_PHY_TIMEOUT, total_delay = 0; in i40e_aq_get_phy_capabilities() local1613 total_delay++; in i40e_aq_get_phy_capabilities()1617 (total_delay < max_delay)); in i40e_aq_get_phy_capabilities()