Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/nxge/
H A Dnxge_mac.c7616 (TN1010_DEV_ID == (id & TN1010_DEV_ID_MASK)) || in nxge_is_supported_phy()
7781 if ((pma_pmd_dev_id & TN1010_DEV_ID_MASK) in nxge_scan_ports_phy()
7806 if ((pcs_dev_id & TN1010_DEV_ID_MASK) in nxge_scan_ports_phy()
7821 if ((pcs_dev_id & TN1010_DEV_ID_MASK) in nxge_scan_ports_phy()
7853 if ((phy_id & TN1010_DEV_ID_MASK) in nxge_scan_ports_phy()
7994 } else if ((((port_pcs_dev_id[0] & TN1010_DEV_ID_MASK) in nxge_scan_ports_phy()
7996 ((port_pcs_dev_id[1] & TN1010_DEV_ID_MASK) in nxge_scan_ports_phy()
7998 (((port_pma_pmd_dev_id[0] & TN1010_DEV_ID_MASK) in nxge_scan_ports_phy()
8000 ((port_pma_pmd_dev_id[1] & TN1010_DEV_ID_MASK) in nxge_scan_ports_phy()
8008 (port_pcs_dev_id[1] & TN1010_DEV_ID_MASK) in nxge_scan_ports_phy()
[all …]
/titanic_41/usr/src/uts/common/sys/nxge/
H A Dnxge_phy_hw.h84 #define TN1010_DEV_ID_MASK 0xfffffc00 macro