Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sun/
H A Dcassini.c732 if (cp->phy_type & CAS_PHY_SERDES) { in cas_begin_auto_negotiation()
3264 phy_type = CAS_PHY_SERDES; in cas_get_vpd_info()
3272 phy_type = CAS_PHY_SERDES; in cas_get_vpd_info()
3379 if (cp->phy_type & CAS_PHY_SERDES) { in cas_check_invariants()
3813 if ((cp->phy_type & CAS_PHY_SERDES)) { in cas_change_mtu()
3820 atomic_set(&cp->reset_task_pending, (cp->phy_type & CAS_PHY_SERDES) ? in cas_change_mtu()
5056 (cp->phy_type == CAS_PHY_SERDES) ? "Fi" : "Cu", pdev->irq, in cas_init_one()
H A Dcassini.h2505 #define CAS_PHY_SERDES 0x01 macro