Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/ntxn/
H A Dniu.c119 adapter->unm_nic_hw_read_wx(adapter, UNM_NIU_GB_MAC_CONFIG_0(0), in unm_niu_gbe_phy_read()
129 UNM_NIU_GB_MAC_CONFIG_0(0), &temp, 4); in unm_niu_gbe_phy_read()
165 UNM_NIU_GB_MAC_CONFIG_0(0), &mac_cfg0, 4); in unm_niu_gbe_phy_read()
276 unm_crb_write_adapter(UNM_NIU_GB_MAC_CONFIG_0(port), &mac_cfg0, in unm_niu_enable_gbe_port()
288 unm_crb_write_adapter(UNM_NIU_GB_MAC_CONFIG_0(port), &mac_cfg0, in unm_niu_enable_gbe_port()
345 unm_crb_write_adapter(UNM_NIU_GB_MAC_CONFIG_0(port), in unm_niu_enable_gbe_port()
367 UNM_NIU_GB_MAC_CONFIG_0(port), &mac_cfg0, 0); in unm_niu_disable_gbe_port()
370 UNM_NIU_GB_MAC_CONFIG_0(port), &mac_cfg0, 4); in unm_niu_disable_gbe_port()
415 adapter->unm_nic_hw_read_wx(adapter, UNM_NIU_GB_MAC_CONFIG_0(port), in unm_niu_set_promiscuous_mode()
418 adapter->unm_nic_hw_write_wx(adapter, UNM_NIU_GB_MAC_CONFIG_0(port), in unm_niu_set_promiscuous_mode()
[all …]
H A Dunm_inc.h673 #define UNM_NIU_GB_MAC_CONFIG_0(I) (UNM_CRB_NIU + 0x30000 + (I)*0x10000) macro