Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/misc/cxl/
A Dhcalls.c51 unsigned int delay, total_delay = 0; \
66 total_delay += delay; \
67 if (total_delay > CXL_HCALL_TIMEOUT) { \
69 "%#x after %u msec\n", fn, total_delay); \
563 unsigned int delay, total_delay = 0; in cxl_h_download_facility() local
581 total_delay += delay; in cxl_h_download_facility()
582 if (total_delay > CXL_HCALL_TIMEOUT_DOWNLOAD) { in cxl_h_download_facility()
585 H_DOWNLOAD_CA_FACILITY, total_delay); in cxl_h_download_facility()
/linux-6.3-rc2/drivers/pinctrl/ti/
A Dpinctrl-ti-iodelay.c217 u32 total_delay; in ti_iodelay_pinconf_set() local
232 total_delay = c_elements * ival->cdpe + f_elements * ival->fdpe; in ti_iodelay_pinconf_set()
233 c_elements = total_delay / ival->cdpe; in ti_iodelay_pinconf_set()
234 f_elements = (total_delay % ival->cdpe) / ival->fdpe; in ti_iodelay_pinconf_set()
/linux-6.3-rc2/arch/powerpc/platforms/pseries/
A Dsetup.c404 unsigned int delay, total_delay = 0; in pseries_enable_reloc_on_exc() local
423 total_delay += delay; in pseries_enable_reloc_on_exc()
424 if (total_delay > 1000) { in pseries_enable_reloc_on_exc()
427 total_delay); in pseries_enable_reloc_on_exc()
A Dlpar.c1634 unsigned int delay, total_delay = 0; in pseries_lpar_resize_hpt() local
1650 total_delay += delay; in pseries_lpar_resize_hpt()
1651 if (total_delay > HPT_RESIZE_TIMEOUT) { in pseries_lpar_resize_hpt()
/linux-6.3-rc2/drivers/net/ethernet/intel/iavf/
A Diavf_adminq.c764 u32 total_delay = 0; in iavf_asq_send_command() local
773 total_delay += 50; in iavf_asq_send_command()
774 } while (total_delay < hw->aq.asq_cmd_timeout); in iavf_asq_send_command()
/linux-6.3-rc2/drivers/net/ethernet/intel/i40e/
A Di40e_adminq.c906 u32 total_delay = 0; in i40e_asq_send_command_atomic_exec() local
920 total_delay += 50; in i40e_asq_send_command_atomic_exec()
921 } while (total_delay < hw->aq.asq_cmd_timeout); in i40e_asq_send_command_atomic_exec()
A Di40e_nvm.c115 u32 total_delay = 0; in i40e_release_nvm() local
126 (total_delay < hw->aq.asq_cmd_timeout)) { in i40e_release_nvm()
131 total_delay++; in i40e_release_nvm()
A Di40e_common.c1316 u16 max_delay = I40E_MAX_PHY_TIMEOUT, total_delay = 0; in i40e_aq_get_phy_capabilities() local
1348 total_delay++; in i40e_aq_get_phy_capabilities()
1357 (total_delay < max_delay)); in i40e_aq_get_phy_capabilities()
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/
A Dice_controlq.c970 u32 total_delay = 0; in ice_sq_send_cmd() local
1068 total_delay++; in ice_sq_send_cmd()
1069 } while (total_delay < cq->sq_cmd_timeout); in ice_sq_send_cmd()
A Dice_common.c1995 u32 total_delay = 0; in ice_release_res() local
2003 while ((status == -EIO) && (total_delay < hw->adminq.sq_cmd_timeout)) { in ice_release_res()
2006 total_delay++; in ice_release_res()

Completed in 40 milliseconds