Searched refs:MULTICAST_4_REG (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/rge/ |
H A D | rge_hw.h | 78 #define MULTICAST_4_REG 0x000c macro
|
H A D | rge_chip.c | 1019 rge_reg_put32(rgep, MULTICAST_4_REG, ~0U); in rge_chip_init() 1022 rge_reg_put32(rgep, MULTICAST_4_REG, RGE_BSWAP_32(hashp[1])); in rge_chip_init() 1224 rge_reg_put32(rgep, MULTICAST_4_REG, ~0U); in rge_set_multi_addr() 1227 rge_reg_put32(rgep, MULTICAST_4_REG, RGE_BSWAP_32(hashp[1])); in rge_set_multi_addr()
|
/illumos-gate/usr/src/uts/common/io/rtls/ |
H A D | rtls.h | 245 #define MULTICAST_4_REG 0x000c macro
|
H A D | rtls.c | 749 rtls_reg_set32(rtlsp, MULTICAST_4_REG, hashp[1]); in rtls_m_multicst() 1752 rtls_reg_set32(rtlsp, MULTICAST_4_REG, rtlsp->multi_hash[1]); in rtls_chip_init()
|