Searched refs:PHY_BCM8704_FAMILY (Results 1 – 2 of 2) sorted by relevance
7871 if ((((port_pcs_dev_id[0] == PHY_BCM8704_FAMILY) && in nxge_scan_ports_phy()7872 (port_pcs_dev_id[1] == PHY_BCM8704_FAMILY)) || in nxge_scan_ports_phy()7873 ((port_pma_pmd_dev_id[0] == PHY_BCM8704_FAMILY) && in nxge_scan_ports_phy()7874 (port_pma_pmd_dev_id[1] == PHY_BCM8704_FAMILY))) && in nxge_scan_ports_phy()7927 if (((port_pcs_dev_id[0] == PHY_BCM8704_FAMILY) && in nxge_scan_ports_phy()7928 (port_pcs_dev_id[1] == PHY_BCM8704_FAMILY)) || in nxge_scan_ports_phy()7929 ((port_pma_pmd_dev_id[0] == PHY_BCM8704_FAMILY) && in nxge_scan_ports_phy()7930 (port_pma_pmd_dev_id[1] == PHY_BCM8704_FAMILY)) || in nxge_scan_ports_phy()8007 } else if ((port_pcs_dev_id[0] == PHY_BCM8704_FAMILY && in nxge_scan_ports_phy()8010 (port_pma_pmd_dev_id[0] == PHY_BCM8704_FAMILY && in nxge_scan_ports_phy()[all …]
68 #define PHY_BCM8704_FAMILY (BCM8704_DEV_ID & BCM_PHY_ID_MASK) macro