Home
last modified time | relevance | path

Searched refs:PHY_TYPE_PCS (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/sun/
H A Dniu.c8577 if (type == PHY_TYPE_PMA_PMD || type == PHY_TYPE_PCS) { in phy_record()
8592 type == PHY_TYPE_PCS ? "PCS" : "MII", in phy_record()
8614 for (i = 0; i < p->cur[PHY_TYPE_PCS]; i++) { in port_has_10g()
8615 if (p->phy_port[PHY_TYPE_PCS][i] == port) in port_has_10g()
8798 PHY_TYPE_PCS); in fill_phy_probe_info()
H A Dniu.h3034 #define PHY_TYPE_PCS 1 macro