Searched refs:pcs_status (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/drivers/net/phy/ |
H A D | bcm87xx.c | 107 int pcs_status; bcm87xx_read_status() local 117 pcs_status = phy_read(phydev, BCM87XX_10GBASER_PCS_STATUS); bcm87xx_read_status() 118 if (pcs_status < 0) bcm87xx_read_status() 119 return pcs_status; bcm87xx_read_status() 121 if ((pcs_status & 1) == 0) bcm87xx_read_status()
|
/linux-4.4.14/drivers/scsi/bfa/ |
H A D | bfa_defs.h | 1268 u32 pcs_status; /* PCS link status */ member in struct:bfa_phy_attr_s
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
H A D | ich8lan.c | 820 u16 lpa, pcs_status, adv, adv_addr, lpi_ctrl, data; e1000_set_eee_pchlan() local 825 pcs_status = I82579_EEE_PCS_STATUS; e1000_set_eee_pchlan() 830 pcs_status = I217_EEE_PCS_STATUS; e1000_set_eee_pchlan() 893 ret_val = e1000_read_emi_reg_locked(hw, pcs_status, &data); e1000_set_eee_pchlan()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_link.c | 8851 u16 val1, val2, rx_sd, pcs_status; bnx2x_8706_8726_read_status() local 8871 MDIO_PCS_DEVAD, MDIO_PCS_REG_STATUS, &pcs_status); bnx2x_8706_8726_read_status() 8877 DP(NETIF_MSG_LINK, "8706/8726 rx_sd 0x%x pcs_status 0x%x 1Gbps" bnx2x_8706_8726_read_status() 8878 " link_status 0x%x\n", rx_sd, pcs_status, val2); bnx2x_8706_8726_read_status() 8879 /* Link is up if both bit 0 of pmd_rx_sd and bit 0 of pcs_status bnx2x_8706_8726_read_status() 8882 link_up = ((rx_sd & pcs_status & 0x1) || (val2 & (1<<1))); bnx2x_8706_8726_read_status()
|
/linux-4.4.14/drivers/net/ethernet/sun/ |
H A D | niu.c | 1937 int err, link_up, pma_status, pcs_status; link_status_10g_mrvl() local 1965 pcs_status = ((err & MRVL88X2011_LNK_STATUS_OK) ? 1 : 0); link_status_10g_mrvl() 1977 link_up = (pma_status && pcs_status) ? 1 : 0; link_status_10g_mrvl()
|
Completed in 315 milliseconds