Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_mac.c7736 if ((((port_pcs_dev_id[0] == PHY_BCM8704_FAMILY) && in nxge_scan_ports_phy()
7737 (port_pcs_dev_id[1] == PHY_BCM8704_FAMILY)) || in nxge_scan_ports_phy()
7738 ((port_pma_pmd_dev_id[0] == PHY_BCM8704_FAMILY) && in nxge_scan_ports_phy()
7739 (port_pma_pmd_dev_id[1] == PHY_BCM8704_FAMILY))) && in nxge_scan_ports_phy()
7792 if (((port_pcs_dev_id[0] == PHY_BCM8704_FAMILY) && in nxge_scan_ports_phy()
7793 (port_pcs_dev_id[1] == PHY_BCM8704_FAMILY)) || in nxge_scan_ports_phy()
7794 ((port_pma_pmd_dev_id[0] == PHY_BCM8704_FAMILY) && in nxge_scan_ports_phy()
7795 (port_pma_pmd_dev_id[1] == PHY_BCM8704_FAMILY)) || in nxge_scan_ports_phy()
7872 } else if ((port_pcs_dev_id[0] == PHY_BCM8704_FAMILY && in nxge_scan_ports_phy()
7875 (port_pma_pmd_dev_id[0] == PHY_BCM8704_FAMILY && in nxge_scan_ports_phy()
[all …]
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_phy_hw.h68 #define PHY_BCM8704_FAMILY (BCM8704_DEV_ID & BCM_PHY_ID_MASK) macro