Home
last modified time | relevance | path

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

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