Searched refs:pcs_status (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/e1000/
H A De1000_ich8lan.c912 u16 lpa, pcs_status, adv, adv_addr, lpi_ctrl, data; local
919 pcs_status = I82579_EEE_PCS_STATUS;
924 pcs_status = I217_EEE_PCS_STATUS;
987 ret_val = e1000_read_emi_reg_locked(hw, pcs_status, &data);
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe_elink.c9741 uint16_t val1, val2, rx_sd, pcs_status; local
9761 MDIO_PCS_DEVAD, MDIO_PCS_REG_STATUS, &pcs_status);
9767 ELINK_DEBUG_P3(sc, "8706/8726 rx_sd 0x%x pcs_status 0x%x 1Gbps"
9768 " link_status 0x%x\n", rx_sd, pcs_status, val2);
9769 /* Link is up if both bit 0 of pmd_rx_sd and bit 0 of pcs_status
9772 link_up = ((rx_sd & pcs_status & 0x1) || (val2 & (1<<1)));

Completed in 93 milliseconds