Searched refs:PHY_TYPE_PCS (Results 1 – 2 of 2) sorted by relevance
8553 if (type == PHY_TYPE_PMA_PMD || type == PHY_TYPE_PCS) { in phy_record()8568 type == PHY_TYPE_PCS ? "PCS" : "MII", in phy_record()8590 for (i = 0; i < p->cur[PHY_TYPE_PCS]; i++) { in port_has_10g()8591 if (p->phy_port[PHY_TYPE_PCS][i] == port) in port_has_10g()8774 PHY_TYPE_PCS); in fill_phy_probe_info()
3034 #define PHY_TYPE_PCS 1 macro