Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_phy_hw.h69 #define PHY_BCM5464R_FAMILY (BCM5464R_PHY_ID & BCM_PHY_ID_MASK) macro
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_mac.c8236 if ((port_phy_id[0] == PHY_BCM5464R_FAMILY) && in nxge_scan_ports_phy()
8237 (port_phy_id[1] == PHY_BCM5464R_FAMILY) && in nxge_scan_ports_phy()
8238 (port_phy_id[2] == PHY_BCM5464R_FAMILY) && in nxge_scan_ports_phy()
8239 (port_phy_id[3] == PHY_BCM5464R_FAMILY)) { in nxge_scan_ports_phy()
8489 if (port_phy_id[i] != PHY_BCM5464R_FAMILY) in nxge_get_num_of_xaui()