Searched refs:total_delay (Results 1 – 6 of 6) sorted by relevance
773 u32 total_delay = 0; in iavf_asq_send_command() local782 total_delay += 50; in iavf_asq_send_command()783 } while (total_delay < hw->aq.asq_cmd_timeout); in iavf_asq_send_command()
895 u32 total_delay = 0; in ice_sq_send_cmd_nolock() local992 total_delay++; in ice_sq_send_cmd_nolock()993 } while (total_delay < cq->sq_cmd_timeout); in ice_sq_send_cmd_nolock()
1664 u32 total_delay = 0; in ice_release_res() local1674 (total_delay < hw->adminq.sq_cmd_timeout)) { in ice_release_res()1677 total_delay++; in ice_release_res()
977 u32 total_delay = 0; local986 total_delay += 50;987 } while (total_delay < hw->aq.asq_cmd_timeout);
122 u32 total_delay = 0; in i40e_release_nvm() local135 (total_delay < hw->aq.asq_cmd_timeout)) { in i40e_release_nvm()139 total_delay++; in i40e_release_nvm()
1717 u16 max_delay = I40E_MAX_PHY_TIMEOUT, total_delay = 0; in i40e_aq_get_phy_capabilities() local1748 total_delay++; in i40e_aq_get_phy_capabilities()1757 (total_delay < max_delay)); in i40e_aq_get_phy_capabilities()