Lines Matching refs:status
51 /* The status register reports the correct function number
392 * Checks to see of the link status of the hardware has changed. If a
393 * change in link status has been detected, then we read the PHY registers
403 * has completed and/or if our link status has changed. The
464 u32 status;
468 status = er32(STATUS);
479 if ((ctrl & E1000_CTRL_SWDPIN1) && !(status & E1000_STATUS_LU) &&
529 u32 status;
533 status = er32(STATUS);
543 if (!(status & E1000_STATUS_LU) && !(rxcw & E1000_RXCW_C)) {
577 * link status based on MAC synchronization for internal
595 status = er32(STATUS);
596 if (status & E1000_STATUS_LU) {
784 * Polls for link up by reading the status register, if link fails to come
790 u32 i, status;
801 status = er32(STATUS);
802 if (status & E1000_STATUS_LU)
853 * then the link-up status bit will be set and the flow control enable
995 * Checks the status of auto-negotiation after link up to ensure that the
1302 * Read the status register for the current speed/duplex and store the current
1308 u32 status;
1310 status = er32(STATUS);
1311 if (status & E1000_STATUS_SPEED_1000)
1313 else if (status & E1000_STATUS_SPEED_100)
1318 if (status & E1000_STATUS_FD)