Lines Matching defs:timeout
969 /* Clear link status transmit timeout */
973 /* Set inband Tx timeout to 5x10us for 100Half */
979 /* Set inband Tx timeout to 50x10us for 10Full/Half */
1759 u32 extcnf_ctrl, timeout = PHY_CFG_TIMEOUT;
1768 while (timeout) {
1774 timeout--;
1777 if (!timeout) {
1783 timeout = SW_FLAG_TIMEOUT;
1788 while (timeout) {
1794 timeout--;
1797 if (!timeout) {
2871 e_dbg("LAN_INIT_DONE not set, increase timeout\n");
3491 /* Successful in waiting for previous cycle to timeout,
3511 * @timeout: maximum time to wait for completion
3515 static s32 e1000_flash_cycle_ich8lan(struct e1000_hw *hw, u32 timeout)
3539 } while (i++ < timeout);
4529 u32 timeout = ICH_FLASH_ERASE_COMMAND_TIMEOUT;
4559 ret_val = e1000_flash_cycle_ich8lan(hw, timeout);