Searched refs:pcs_status (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/sys/ |
H A D | pcic_var.h | 121 int pcs_status; member
|
/titanic_50/usr/src/uts/common/io/e1000api/ |
H A D | e1000_ich8lan.c | 911 u16 lpa, pcs_status, adv, adv_addr, lpi_ctrl, data; in e1000_set_eee_pchlan() local 918 pcs_status = I82579_EEE_PCS_STATUS; in e1000_set_eee_pchlan() 923 pcs_status = I217_EEE_PCS_STATUS; in e1000_set_eee_pchlan() 986 ret_val = e1000_read_emi_reg_locked(hw, pcs_status, &data); in e1000_set_eee_pchlan()
|
/titanic_50/usr/src/uts/common/io/nxge/ |
H A D | nxge_mac.c | 7297 boolean_t pcs_status; in nxge_check_mrvl88x2011_link() local 7328 pcs_status = ((val & MRVL_88X2011_LNK_STATUS_OK) ? B_TRUE : B_FALSE); in nxge_check_mrvl88x2011_link() 7342 *link_up = (pma_status && pcs_status && xgxs_status) ? in nxge_check_mrvl88x2011_link()
|
/titanic_50/usr/src/uts/common/io/bnxe/577xx/common/ |
H A D | bnxe_clc.c | 9694 u16 val1, val2, rx_sd, pcs_status; in elink_8706_8726_read_status() local 9714 MDIO_PCS_DEVAD, MDIO_PCS_REG_STATUS, &pcs_status); in elink_8706_8726_read_status() 9721 " link_status 0x%x\n", rx_sd, pcs_status, val2); in elink_8706_8726_read_status() 9725 link_up = ((rx_sd & pcs_status & 0x1) || (val2 & (1<<1))); in elink_8706_8726_read_status()
|