Searched refs:MULTICAST_0_REG (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/rge/ |
H A D | rge_hw.h | 74 #define MULTICAST_0_REG 0x0008 macro
|
H A D | rge_chip.c | 1018 rge_reg_put32(rgep, MULTICAST_0_REG, ~0U); in rge_chip_init() 1021 rge_reg_put32(rgep, MULTICAST_0_REG, RGE_BSWAP_32(hashp[0])); in rge_chip_init() 1223 rge_reg_put32(rgep, MULTICAST_0_REG, ~0U); in rge_set_multi_addr() 1226 rge_reg_put32(rgep, MULTICAST_0_REG, RGE_BSWAP_32(hashp[0])); in rge_set_multi_addr()
|
/illumos-gate/usr/src/uts/common/io/rtls/ |
H A D | rtls.h | 241 #define MULTICAST_0_REG 0x0008 macro
|
H A D | rtls.c | 748 rtls_reg_set32(rtlsp, MULTICAST_0_REG, hashp[0]); in rtls_m_multicst() 1751 rtls_reg_set32(rtlsp, MULTICAST_0_REG, rtlsp->multi_hash[0]); in rtls_chip_init()
|