Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_mac.c7646 if ((pma_pmd_dev_id & TN1010_DEV_ID_MASK) in nxge_scan_ports_phy()
7671 if ((pcs_dev_id & TN1010_DEV_ID_MASK) in nxge_scan_ports_phy()
7686 if ((pcs_dev_id & TN1010_DEV_ID_MASK) in nxge_scan_ports_phy()
7718 if ((phy_id & TN1010_DEV_ID_MASK) in nxge_scan_ports_phy()
7861 ((port_pcs_dev_id[1] & TN1010_DEV_ID_MASK) in nxge_scan_ports_phy()
7873 (port_pcs_dev_id[1] & TN1010_DEV_ID_MASK) in nxge_scan_ports_phy()
7884 (port_pcs_dev_id[0] & TN1010_DEV_ID_MASK) in nxge_scan_ports_phy()
7939 (port_pcs_dev_id[1] & TN1010_DEV_ID_MASK) in nxge_scan_ports_phy()
7957 (port_pcs_dev_id[1] & TN1010_DEV_ID_MASK) in nxge_scan_ports_phy()
8498 ((port_pcs_dev_id[0] & TN1010_DEV_ID_MASK) in nxge_get_num_of_xaui()
[all …]
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_phy_hw.h84 #define TN1010_DEV_ID_MASK 0xfffffc00 macro