Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/nxge/
H A Dnxge_mac.c7871 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 …]
/titanic_50/usr/src/uts/common/sys/nxge/
H A Dnxge_phy_hw.h68 #define PHY_BCM8704_FAMILY (BCM8704_DEV_ID & BCM_PHY_ID_MASK) macro