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.c7938 if (port_pcs_dev_id[0] == PHY_BCM8704_FAMILY && in nxge_scan_ports_phy()
7946 port_pcs_dev_id[1] == PHY_BCM8704_FAMILY) { in nxge_scan_ports_phy()
7951 port_pcs_dev_id[1] == PHY_BCM8704_FAMILY) { in nxge_scan_ports_phy()
8004 if (port_pcs_dev_id[0] == PHY_BCM8704_FAMILY || in nxge_scan_ports_phy()
8148 if ((port_pcs_dev_id[0] != PHY_BCM8704_FAMILY) && in nxge_scan_ports_phy()
8188 == PHY_BCM8704_FAMILY || in nxge_scan_ports_phy()
8190 == PHY_BCM8704_FAMILY) { in nxge_scan_ports_phy()
8205 == PHY_BCM8704_FAMILY || in nxge_scan_ports_phy()
8207 == PHY_BCM8704_FAMILY) { in nxge_scan_ports_phy()
8495 port_pcs_dev_id[0] == PHY_BCM8704_FAMILY) || in nxge_get_num_of_xaui()
[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