Lines Matching defs:timeout
960 /* Clear link status transmit timeout */
964 /* Set inband Tx timeout to 5x10us for 100Half */
970 /* Set inband Tx timeout to 50x10us for 10Full/Half */
1745 u32 extcnf_ctrl, timeout = PHY_CFG_TIMEOUT;
1754 while (timeout) {
1760 timeout--;
1763 if (!timeout) {
1769 timeout = SW_FLAG_TIMEOUT;
1774 while (timeout) {
1780 timeout--;
1783 if (!timeout) {
2854 e_dbg("LAN_INIT_DONE not set, increase timeout\n");
3471 /* Successful in waiting for previous cycle to timeout,
3491 * @timeout: maximum time to wait for completion
3495 static s32 e1000_flash_cycle_ich8lan(struct e1000_hw *hw, u32 timeout)
3519 } while (i++ < timeout);
4513 u32 timeout = ICH_FLASH_ERASE_COMMAND_TIMEOUT;
4543 ret_val = e1000_flash_cycle_ich8lan(hw, timeout);