Symbol: GET_ERXREG
usr/src/uts/common/io/hme/hme.c
1734
PUT_ERXREG(config, (GET_ERXREG(config) & ~HMER_CONFIG_RXDMA_EN));
usr/src/uts/common/io/hme/hme.c
1735
HMEDELAY(((GET_ERXREG(state_mach) & 0x3f) == 0), HMEMAXRSTDELAY);
usr/src/uts/common/io/hme/hme.c
2631
if (GET_ERXREG(rxring) != temp)
usr/src/uts/common/io/hme/hme.c
2686
temp = GET_ERXREG(config);
usr/src/uts/common/io/hme/hme.c
2689
if (GET_ERXREG(config) != i)
usr/src/uts/common/io/hme/hme.c
2692
temp, GET_ERXREG(config), i);
usr/src/uts/sun/io/eri/eri.c
1803
PUT_ERXREG(config, GET_ERXREG(config) & ~GET_CONFIG_RXDMA_EN);
usr/src/uts/sun/io/eri/eri.c
1804
ERI_DELAY(((GET_ERXREG(config) & 1) == 0), ERI_MAX_RST_DELAY);
usr/src/uts/sun/io/eri/eri.c
1805
if ((GET_ERXREG(config) & 1) != 0)
usr/src/uts/sun/io/eri/eri.c
1989
erip->rxfifo_size = GET_ERXREG(rxfifo_size);
usr/src/uts/sun/io/eri/eri.c
3113
erip->rxfifo_wr_ptr = GET_ERXREG(rxfifo_wr_ptr);
usr/src/uts/sun/io/eri/eri.c
3114
erip->rxfifo_rd_ptr = GET_ERXREG(rxfifo_rd_ptr);
usr/src/uts/sun/io/eri/eri.c
3120
GET_ERXREG(rxfifo_wr_ptr),
usr/src/uts/sun/io/eri/eri.c
3121
GET_ERXREG(rxfifo_rd_ptr));
usr/src/uts/sun/io/eri/eri.c
4882
GET_ERXREG(rxfifo_wr_ptr),
usr/src/uts/sun/io/eri/eri.c
4883
GET_ERXREG(rxfifo_rd_ptr));
usr/src/uts/sun/io/eri/eri.c
4888
erip->rxfifo_wr_ptr_c = GET_ERXREG(rxfifo_wr_ptr);
usr/src/uts/sun/io/eri/eri.c
4889
erip->rxfifo_rd_ptr_c = GET_ERXREG(rxfifo_rd_ptr);
usr/src/uts/sun/io/eri/eri.c
4902
GET_ERXREG(rxfifo_wr_ptr),
usr/src/uts/sun/io/eri/eri.c
4903
GET_ERXREG(rxfifo_rd_ptr));
usr/src/uts/sun/io/eri/eri.c
4907
erip->rxfifo_wr_ptr = GET_ERXREG(rxfifo_wr_ptr);
usr/src/uts/sun/io/eri/eri.c
4908
erip->rxfifo_rd_ptr = GET_ERXREG(rxfifo_rd_ptr);
usr/src/uts/sun/io/eri/eri_common.h
440
PUT_ERXREG(config, GET_ERXREG(config) | GET_CONFIG_RXDMA_EN)