Symbol: IXGBE_READ_REG
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
1027
bits = IXGBE_READ_REG(hw, IXGBE_VFTAVIND(vftabyte, regindex));
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
1035
bits = IXGBE_READ_REG(hw, IXGBE_VFTA(regindex));
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
1089
atlas_ctl = IXGBE_READ_REG(hw, IXGBE_ATLASCTL);
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
1138
if (IXGBE_READ_REG(hw, IXGBE_STATUS) & IXGBE_STATUS_LAN_ID_1)
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
1230
u32 autoc = IXGBE_READ_REG(hw, IXGBE_AUTOC);
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
1372
regval = IXGBE_READ_REG(hw, IXGBE_DCA_TXCTRL(i));
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
1379
regval = IXGBE_READ_REG(hw, IXGBE_DCA_RXCTRL(i));
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
269
regval = IXGBE_READ_REG(hw, IXGBE_DCA_TXCTRL(i));
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
276
regval = IXGBE_READ_REG(hw, IXGBE_DCA_RXCTRL(i));
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
313
autoc = IXGBE_READ_REG(hw, IXGBE_AUTOC);
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
464
fctrl_reg = IXGBE_READ_REG(hw, IXGBE_FCTRL);
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
467
rmcs_reg = IXGBE_READ_REG(hw, IXGBE_RMCS);
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
568
autoc_reg = IXGBE_READ_REG(hw, IXGBE_AUTOC);
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
580
links_reg = IXGBE_READ_REG(hw, IXGBE_LINKS);
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
691
links_reg = IXGBE_READ_REG(hw, IXGBE_LINKS);
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
701
links_reg = IXGBE_READ_REG(hw, IXGBE_LINKS);
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
738
u32 curr_autoc = IXGBE_READ_REG(hw, IXGBE_AUTOC);
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
82
u32 gcr = IXGBE_READ_REG(hw, IXGBE_GCR);
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
879
ctrl = IXGBE_READ_REG(hw, IXGBE_CTRL) | IXGBE_CTRL_RST;
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
886
ctrl = IXGBE_READ_REG(hw, IXGBE_CTRL);
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
907
gheccr = IXGBE_READ_REG(hw, IXGBE_GHECCR);
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
916
autoc = IXGBE_READ_REG(hw, IXGBE_AUTOC);
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
959
rar_high = IXGBE_READ_REG(hw, IXGBE_RAH(rar));
usr/src/uts/common/io/ixgbe/core/ixgbe_82598.c
985
rar_high = IXGBE_READ_REG(hw, IXGBE_RAH(rar));
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
1001
IXGBE_READ_REG(hw, IXGBE_LINKS);
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
1096
curr_lms = IXGBE_READ_REG(hw, IXGBE_AUTOC) & IXGBE_AUTOC_LMS_MASK;
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
1112
ctrl |= IXGBE_READ_REG(hw, IXGBE_CTRL);
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
1119
ctrl = IXGBE_READ_REG(hw, IXGBE_CTRL);
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
1146
autoc = IXGBE_READ_REG(hw, IXGBE_AUTOC);
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
1147
autoc2 = IXGBE_READ_REG(hw, IXGBE_AUTOC2);
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
1239
*fdircmd = IXGBE_READ_REG(hw, IXGBE_FDIRCMD);
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
1256
u32 fdirctrl = IXGBE_READ_REG(hw, IXGBE_FDIRCTRL);
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
1282
(IXGBE_READ_REG(hw, IXGBE_FDIRCMD) |
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
1286
(IXGBE_READ_REG(hw, IXGBE_FDIRCMD) &
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
129
esdp = IXGBE_READ_REG(hw, IXGBE_ESDP);
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
1301
if (IXGBE_READ_REG(hw, IXGBE_FDIRCTRL) &
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
1312
IXGBE_READ_REG(hw, IXGBE_FDIRUSTAT);
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
1313
IXGBE_READ_REG(hw, IXGBE_FDIRFSTAT);
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
1314
IXGBE_READ_REG(hw, IXGBE_FDIRMATCH);
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
1315
IXGBE_READ_REG(hw, IXGBE_FDIRMISS);
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
1316
IXGBE_READ_REG(hw, IXGBE_FDIRLEN);
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
1352
if (IXGBE_READ_REG(hw, IXGBE_FDIRCTRL) &
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
1438
fdirctrl = IXGBE_READ_REG(hw, IXGBE_FDIRCTRL);
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
1449
(IXGBE_READ_REG(hw, IXGBE_FDIRCMD) |
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
1453
(IXGBE_READ_REG(hw, IXGBE_FDIRCMD) &
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
2113
core_ctl = IXGBE_READ_REG(hw, IXGBE_CORECTL);
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
2216
u32 autoc = IXGBE_READ_REG(hw, IXGBE_AUTOC);
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
2217
u32 autoc2 = IXGBE_READ_REG(hw, IXGBE_AUTOC2);
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
2514
autoc2_reg = IXGBE_READ_REG(hw, IXGBE_AUTOC2);
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
2521
autoc_reg = IXGBE_READ_REG(hw, IXGBE_AUTOC);
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
2529
anlp1_reg = IXGBE_READ_REG(hw, IXGBE_ANLP1);
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
2571
esdp = IXGBE_READ_REG(hw, IXGBE_ESDP);
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
2577
esdp = IXGBE_READ_REG(hw, IXGBE_ESDP);
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
2599
esdp = IXGBE_READ_REG(hw, IXGBE_ESDP);
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
2629
esdp = IXGBE_READ_REG(hw, IXGBE_ESDP);
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
2635
esdp = IXGBE_READ_REG(hw, IXGBE_ESDP);
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
265
*reg_val = IXGBE_READ_REG(hw, IXGBE_AUTOC);
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
2657
esdp = IXGBE_READ_REG(hw, IXGBE_ESDP);
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
386
mac->arc_subsystem_valid = !!(IXGBE_READ_REG(hw, IXGBE_FWSM_BY_MAC(hw))
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
465
autoc = IXGBE_READ_REG(hw, IXGBE_AUTOC);
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
620
autoc2_reg = IXGBE_READ_REG(hw, IXGBE_AUTOC2);
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
666
autoc_reg = IXGBE_READ_REG(hw, IXGBE_AUTOC);
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
675
links_reg = IXGBE_READ_REG(hw, IXGBE_LINKS);
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
704
u32 esdp_reg = IXGBE_READ_REG(hw, IXGBE_ESDP);
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
727
u32 esdp_reg = IXGBE_READ_REG(hw, IXGBE_ESDP);
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
773
u32 esdp_reg = IXGBE_READ_REG(hw, IXGBE_ESDP);
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
808
u32 autoc_reg = IXGBE_READ_REG(hw, IXGBE_AUTOC);
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
919
u32 current_autoc = IXGBE_READ_REG(hw, IXGBE_AUTOC); /* holds the value of AUTOC register at this current point in time */
usr/src/uts/common/io/ixgbe/core/ixgbe_82599.c
922
u32 autoc2 = IXGBE_READ_REG(hw, IXGBE_AUTOC2);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1094
reg = IXGBE_READ_REG(hw, IXGBE_STATUS);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1099
reg = IXGBE_READ_REG(hw, IXGBE_FACTPS_BY_MAC(hw));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1140
IXGBE_READ_REG(hw, IXGBE_EICR);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1148
reg_val = IXGBE_READ_REG(hw, IXGBE_RXDCTL(i));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1178
led_reg = IXGBE_READ_REG(hw, IXGBE_LEDCTL);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1213
u32 led_reg = IXGBE_READ_REG(hw, IXGBE_LEDCTL);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1236
u32 led_reg = IXGBE_READ_REG(hw, IXGBE_LEDCTL);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1279
eec = IXGBE_READ_REG(hw, IXGBE_EEC_BY_MAC(hw));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1647
data[i] = (IXGBE_READ_REG(hw, IXGBE_EERD) >>
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1802
reg = IXGBE_READ_REG(hw, IXGBE_EERD);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1804
reg = IXGBE_READ_REG(hw, IXGBE_EEWR);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1840
eec = IXGBE_READ_REG(hw, IXGBE_EEC_BY_MAC(hw));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1847
eec = IXGBE_READ_REG(hw, IXGBE_EEC_BY_MAC(hw));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1896
swsm = IXGBE_READ_REG(hw, IXGBE_SWSM_BY_MAC(hw));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1921
swsm = IXGBE_READ_REG(hw, IXGBE_SWSM_BY_MAC(hw));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1929
swsm = IXGBE_READ_REG(hw, IXGBE_SWSM_BY_MAC(hw));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1939
swsm = IXGBE_READ_REG(hw, IXGBE_SWSM_BY_MAC(hw));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
1977
swsm = IXGBE_READ_REG(hw, IXGBE_SWSM);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2036
eec = IXGBE_READ_REG(hw, IXGBE_EEC_BY_MAC(hw));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2064
eec = IXGBE_READ_REG(hw, IXGBE_EEC_BY_MAC(hw));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2126
eec = IXGBE_READ_REG(hw, IXGBE_EEC_BY_MAC(hw));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2134
eec = IXGBE_READ_REG(hw, IXGBE_EEC_BY_MAC(hw));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2194
eec = IXGBE_READ_REG(hw, IXGBE_EEC_BY_MAC(hw));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2424
rar_high = IXGBE_READ_REG(hw, IXGBE_RAH(index));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2463
rar_high = IXGBE_READ_REG(hw, IXGBE_RAH(index));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2630
fctrl = IXGBE_READ_REG(hw, IXGBE_FCTRL);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2638
fctrl = IXGBE_READ_REG(hw, IXGBE_FCTRL);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
275
reg = IXGBE_READ_REG(hw, IXGBE_PCS1GANA);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
280
reg = IXGBE_READ_REG(hw, IXGBE_PCS1GANA);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2852
mflcn_reg = IXGBE_READ_REG(hw, IXGBE_MFLCN);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2855
fccfg_reg = IXGBE_READ_REG(hw, IXGBE_FCCFG);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
2928
fcrth = IXGBE_READ_REG(hw, IXGBE_RXPBSIZE(i)) - 24576;
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3017
linkstat = IXGBE_READ_REG(hw, IXGBE_PCS1GLSTA);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3024
pcs_anadv_reg = IXGBE_READ_REG(hw, IXGBE_PCS1GANA);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3025
pcs_lpab_reg = IXGBE_READ_REG(hw, IXGBE_PCS1GANLP);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3053
links = IXGBE_READ_REG(hw, IXGBE_LINKS);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3060
links2 = IXGBE_READ_REG(hw, IXGBE_LINKS2);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3070
autoc_reg = IXGBE_READ_REG(hw, IXGBE_AUTOC);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3071
anlp1_reg = IXGBE_READ_REG(hw, IXGBE_ANLP1);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3240
if (!(IXGBE_READ_REG(hw, IXGBE_STATUS) & IXGBE_STATUS_GIO) ||
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3247
if (!(IXGBE_READ_REG(hw, IXGBE_STATUS) & IXGBE_STATUS_GIO))
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3313
gssr = IXGBE_READ_REG(hw, IXGBE_GSSR);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3351
gssr = IXGBE_READ_REG(hw, IXGBE_GSSR);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3374
secrxreg = IXGBE_READ_REG(hw, IXGBE_SECRXCTRL);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3378
secrxreg = IXGBE_READ_REG(hw, IXGBE_SECRXSTAT);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3405
*reg_val = IXGBE_READ_REG(hw, IXGBE_AUTOC);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3438
secrxreg = IXGBE_READ_REG(hw, IXGBE_SECRXCTRL);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3475
u32 led_reg = IXGBE_READ_REG(hw, IXGBE_LEDCTL);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3523
u32 led_reg = IXGBE_READ_REG(hw, IXGBE_LEDCTL);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
359
reg = IXGBE_READ_REG(hw, IXGBE_PCS1GLCTL);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3757
rar_high = IXGBE_READ_REG(hw, IXGBE_RAH(rar));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3763
rar_low = IXGBE_READ_REG(hw, IXGBE_RAL(rar));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3814
mpsar_lo = IXGBE_READ_REG(hw, IXGBE_MPSAR_LO(rar));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3815
mpsar_hi = IXGBE_READ_REG(hw, IXGBE_MPSAR_HI(rar));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3826
mpsar_lo = IXGBE_READ_REG(hw, IXGBE_MPSAR_LO(rar));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3830
mpsar_hi = IXGBE_READ_REG(hw, IXGBE_MPSAR_HI(rar));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3869
mpsar = IXGBE_READ_REG(hw, IXGBE_MPSAR_LO(rar));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3873
mpsar = IXGBE_READ_REG(hw, IXGBE_MPSAR_HI(rar));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
3960
bits = IXGBE_READ_REG(hw, IXGBE_VLVF(regindex));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4011
vfta = IXGBE_READ_REG(hw, IXGBE_VFTA(regidx));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4072
if (!(IXGBE_READ_REG(hw, IXGBE_VT_CTL) & IXGBE_VT_CTL_VT_ENABLE))
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4079
bits = IXGBE_READ_REG(hw, IXGBE_VLVFB(vlvf_index * 2 + vind / 32));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4090
!IXGBE_READ_REG(hw, IXGBE_VLVFB(vlvf_index * 2 + 1 - vind / 32))) {
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4172
reg = IXGBE_READ_REG(hw, IXGBE_GCR_EXT);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
419
ctrl_ext = IXGBE_READ_REG(hw, IXGBE_CTRL_EXT);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4193
reg = IXGBE_READ_REG(hw, IXGBE_PVFTXDCTL(offset));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4199
reg = IXGBE_READ_REG(hw, IXGBE_PVFTXDCTL(offset));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4259
sfp_cage_full = IXGBE_READ_REG(hw, IXGBE_ESDP) &
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4264
sfp_cage_full = IXGBE_READ_REG(hw, IXGBE_ESDP) &
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4281
links_orig = IXGBE_READ_REG(hw, IXGBE_LINKS);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4283
links_reg = IXGBE_READ_REG(hw, IXGBE_LINKS);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4299
links_reg = IXGBE_READ_REG(hw, IXGBE_LINKS);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4309
links_reg = IXGBE_READ_REG(hw, IXGBE_LINKS);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4478
pfvfspoof = IXGBE_READ_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4502
pfvfspoof = IXGBE_READ_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4541
regval = IXGBE_READ_REG(hw, IXGBE_DCA_TXCTRL_82599(i));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4547
regval = IXGBE_READ_REG(hw, IXGBE_DCA_RXCTRL(i));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4606
fwsts = IXGBE_READ_REG(hw, IXGBE_FWSTS);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4610
hicr = IXGBE_READ_REG(hw, IXGBE_HICR);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4635
hicr = IXGBE_READ_REG(hw, IXGBE_HICR);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4650
!(IXGBE_READ_REG(hw, IXGBE_HICR) & IXGBE_HICR_SV)) {
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
477
regval = IXGBE_READ_REG(hw, IXGBE_DCA_TXCTRL_82599(i));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
483
regval = IXGBE_READ_REG(hw, IXGBE_DCA_RXCTRL(i));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4904
hlreg0 = IXGBE_READ_REG(hw, IXGBE_HLREG0);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4927
gcr_ext = IXGBE_READ_REG(hw, IXGBE_GCR_EXT);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
4975
(IXGBE_READ_REG(hw, IXGBE_STATUS) & IXGBE_STATUS_LAN_ID_1)) {
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
5055
(IXGBE_READ_REG(hw, IXGBE_STATUS) & IXGBE_STATUS_LAN_ID_1))
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
5152
esdp = IXGBE_READ_REG(hw, IXGBE_ESDP);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
5195
esdp = IXGBE_READ_REG(hw, IXGBE_ESDP);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
537
IXGBE_READ_REG(hw, IXGBE_CRCERRS);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
538
IXGBE_READ_REG(hw, IXGBE_ILLERRC);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
539
IXGBE_READ_REG(hw, IXGBE_ERRBC);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
540
IXGBE_READ_REG(hw, IXGBE_MSPDC);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
542
IXGBE_READ_REG(hw, IXGBE_MPC(i));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
544
IXGBE_READ_REG(hw, IXGBE_MLFC);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
545
IXGBE_READ_REG(hw, IXGBE_MRFC);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
546
IXGBE_READ_REG(hw, IXGBE_RLEC);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
547
IXGBE_READ_REG(hw, IXGBE_LXONTXC);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
548
IXGBE_READ_REG(hw, IXGBE_LXOFFTXC);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
550
IXGBE_READ_REG(hw, IXGBE_LXONRXCNT);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
551
IXGBE_READ_REG(hw, IXGBE_LXOFFRXCNT);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
553
IXGBE_READ_REG(hw, IXGBE_LXONRXC);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
554
IXGBE_READ_REG(hw, IXGBE_LXOFFRXC);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
5576
reg = IXGBE_READ_REG(hw, IXGBE_RTRUP2TC);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
558
IXGBE_READ_REG(hw, IXGBE_PXONTXC(i));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
5588
rxctrl = IXGBE_READ_REG(hw, IXGBE_RXCTRL);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
559
IXGBE_READ_REG(hw, IXGBE_PXOFFTXC(i));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
5591
pfdtxgswc = IXGBE_READ_REG(hw, IXGBE_PFDTXGSWC);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
561
IXGBE_READ_REG(hw, IXGBE_PXONRXCNT(i));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
5610
rxctrl = IXGBE_READ_REG(hw, IXGBE_RXCTRL);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
5615
pfdtxgswc = IXGBE_READ_REG(hw, IXGBE_PFDTXGSWC);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
562
IXGBE_READ_REG(hw, IXGBE_PXOFFRXCNT(i));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
5634
fwsm = IXGBE_READ_REG(hw, IXGBE_FWSM_BY_MAC(hw));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
564
IXGBE_READ_REG(hw, IXGBE_PXONRXC(i));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
5649
fwsm = IXGBE_READ_REG(hw, IXGBE_FWSM_BY_MAC(hw));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
565
IXGBE_READ_REG(hw, IXGBE_PXOFFRXC(i));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
5653
manc = IXGBE_READ_REG(hw, IXGBE_MANC);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
5658
factps = IXGBE_READ_REG(hw, IXGBE_FACTPS_BY_MAC(hw));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
570
IXGBE_READ_REG(hw, IXGBE_PXON2OFFCNT(i));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
571
IXGBE_READ_REG(hw, IXGBE_PRC64);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
572
IXGBE_READ_REG(hw, IXGBE_PRC127);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
573
IXGBE_READ_REG(hw, IXGBE_PRC255);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
574
IXGBE_READ_REG(hw, IXGBE_PRC511);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
575
IXGBE_READ_REG(hw, IXGBE_PRC1023);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
576
IXGBE_READ_REG(hw, IXGBE_PRC1522);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
577
IXGBE_READ_REG(hw, IXGBE_GPRC);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
578
IXGBE_READ_REG(hw, IXGBE_BPRC);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
579
IXGBE_READ_REG(hw, IXGBE_MPRC);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
580
IXGBE_READ_REG(hw, IXGBE_GPTC);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
581
IXGBE_READ_REG(hw, IXGBE_GORCL);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
582
IXGBE_READ_REG(hw, IXGBE_GORCH);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
583
IXGBE_READ_REG(hw, IXGBE_GOTCL);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
584
IXGBE_READ_REG(hw, IXGBE_GOTCH);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
587
IXGBE_READ_REG(hw, IXGBE_RNBC(i));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
588
IXGBE_READ_REG(hw, IXGBE_RUC);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
589
IXGBE_READ_REG(hw, IXGBE_RFC);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
590
IXGBE_READ_REG(hw, IXGBE_ROC);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
591
IXGBE_READ_REG(hw, IXGBE_RJC);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
592
IXGBE_READ_REG(hw, IXGBE_MNGPRC);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
593
IXGBE_READ_REG(hw, IXGBE_MNGPDC);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
594
IXGBE_READ_REG(hw, IXGBE_MNGPTC);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
595
IXGBE_READ_REG(hw, IXGBE_TORL);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
596
IXGBE_READ_REG(hw, IXGBE_TORH);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
597
IXGBE_READ_REG(hw, IXGBE_TPR);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
598
IXGBE_READ_REG(hw, IXGBE_TPT);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
599
IXGBE_READ_REG(hw, IXGBE_PTC64);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
600
IXGBE_READ_REG(hw, IXGBE_PTC127);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
601
IXGBE_READ_REG(hw, IXGBE_PTC255);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
602
IXGBE_READ_REG(hw, IXGBE_PTC511);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
603
IXGBE_READ_REG(hw, IXGBE_PTC1023);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
604
IXGBE_READ_REG(hw, IXGBE_PTC1522);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
605
IXGBE_READ_REG(hw, IXGBE_MPTC);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
606
IXGBE_READ_REG(hw, IXGBE_BPTC);
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
608
IXGBE_READ_REG(hw, IXGBE_QPRC(i));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
609
IXGBE_READ_REG(hw, IXGBE_QPTC(i));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
611
IXGBE_READ_REG(hw, IXGBE_QBRC_L(i));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
612
IXGBE_READ_REG(hw, IXGBE_QBRC_H(i));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
613
IXGBE_READ_REG(hw, IXGBE_QBTC_L(i));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
614
IXGBE_READ_REG(hw, IXGBE_QBTC_H(i));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
615
IXGBE_READ_REG(hw, IXGBE_QPRDC(i));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
617
IXGBE_READ_REG(hw, IXGBE_QBRC(i));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
618
IXGBE_READ_REG(hw, IXGBE_QBTC(i));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
73
u32 eec = IXGBE_READ_REG(hw, IXGBE_EEC_BY_MAC(hw));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
990
rar_high = IXGBE_READ_REG(hw, IXGBE_RAH(0));
usr/src/uts/common/io/ixgbe/core/ixgbe_common.c
991
rar_low = IXGBE_READ_REG(hw, IXGBE_RAL(0));
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
120
reg = IXGBE_READ_REG(hw, IXGBE_RUPPBMR) | IXGBE_RUPPBMR_MQA;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
123
reg = IXGBE_READ_REG(hw, IXGBE_RMCS);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
146
reg = IXGBE_READ_REG(hw, IXGBE_RDRXCTL);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
152
reg = IXGBE_READ_REG(hw, IXGBE_RXCTRL);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
177
reg = IXGBE_READ_REG(hw, IXGBE_DPMCS);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
224
reg = IXGBE_READ_REG(hw, IXGBE_PDPMCS);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
248
reg = IXGBE_READ_REG(hw, IXGBE_DTXCTL);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
268
reg = IXGBE_READ_REG(hw, IXGBE_RMCS);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
274
reg = IXGBE_READ_REG(hw, IXGBE_FCTRL);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
322
reg = IXGBE_READ_REG(hw, IXGBE_RQSMR(i));
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
325
reg = IXGBE_READ_REG(hw, IXGBE_RQSMR(i + 1));
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
331
reg = IXGBE_READ_REG(hw, IXGBE_TQSMR(i));
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
62
stats->qptc[tc] += IXGBE_READ_REG(hw, IXGBE_QPTC(tc));
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
64
stats->qbtc[tc] += IXGBE_READ_REG(hw, IXGBE_QBTC(tc));
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
66
stats->qprc[tc] += IXGBE_READ_REG(hw, IXGBE_QPRC(tc));
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
68
stats->qbrc[tc] += IXGBE_READ_REG(hw, IXGBE_QBRC(tc));
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
95
stats->pxofftxc[tc] += IXGBE_READ_REG(hw, IXGBE_PXOFFTXC(tc));
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82598.c
97
stats->pxoffrxc[tc] += IXGBE_READ_REG(hw, IXGBE_PXOFFRXC(tc));
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
102
stats->pxofftxc[tc] += IXGBE_READ_REG(hw, IXGBE_PXOFFTXC(tc));
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
104
stats->pxoffrxc[tc] += IXGBE_READ_REG(hw, IXGBE_PXOFFRXCNT(tc));
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
303
reg = IXGBE_READ_REG(hw, IXGBE_MFLCN);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
350
reg = IXGBE_READ_REG(hw, IXGBE_RXPBSIZE(i)) - 24576;
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
514
reg = IXGBE_READ_REG(hw, IXGBE_RTTDCS);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
518
reg = IXGBE_READ_REG(hw, IXGBE_MRQC);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
572
reg = IXGBE_READ_REG(hw, IXGBE_RTTDCS);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
577
reg = IXGBE_READ_REG(hw, IXGBE_SECTXMINIFG);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
62
stats->qptc[tc] += IXGBE_READ_REG(hw, IXGBE_QPTC(tc));
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
64
stats->qbtc[tc] += IXGBE_READ_REG(hw, IXGBE_QBTC_L(tc));
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
66
(((u64)(IXGBE_READ_REG(hw, IXGBE_QBTC_H(tc)))) << 32);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
68
stats->qprc[tc] += IXGBE_READ_REG(hw, IXGBE_QPRC(tc));
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
70
stats->qbrc[tc] += IXGBE_READ_REG(hw, IXGBE_QBRC_L(tc));
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
72
(((u64)(IXGBE_READ_REG(hw, IXGBE_QBRC_H(tc)))) << 32);
usr/src/uts/common/io/ixgbe/core/ixgbe_dcb_82599.c
75
stats->qprdc[tc] += IXGBE_READ_REG(hw, IXGBE_QPRDC(tc));
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
124
hicr = IXGBE_READ_REG(hw, PF_HICR);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
196
hicr = IXGBE_READ_REG(hw, PF_HICR);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
202
hicr = IXGBE_READ_REG(hw, PF_HICR);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2070
fla = IXGBE_READ_REG(hw, GLNVM_FLA);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
2089
fla = IXGBE_READ_REG(hw, GLNVM_FLA);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
213
hicr = IXGBE_READ_REG(hw, PF_HICR);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
224
raw_desc[i] = IXGBE_READ_REG(hw, PF_HIDA(i));
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
232
raw_desc[i] = IXGBE_READ_REG(hw, PF_HIDA_2(i));
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
267
tmp_buf[i] = IXGBE_READ_REG(hw, PF_HIBA(i));
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
3162
gens_stat = IXGBE_READ_REG(hw, GLNVM_GENS);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
3169
fla = IXGBE_READ_REG(hw, GLNVM_FLA);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
358
fwsts = IXGBE_READ_REG(hw, GL_FWSTS);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
3740
data->regval = IXGBE_READ_REG(hw, cmd->offset);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
3945
ctrl |= IXGBE_READ_REG(hw, IXGBE_CTRL);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
3953
ctrl = IXGBE_READ_REG(hw, IXGBE_CTRL);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
4463
rxctrl = IXGBE_READ_REG(hw, IXGBE_RXCTRL);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
4468
pfdtxgswc = IXGBE_READ_REG(hw, IXGBE_PFDTXGSWC);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
4481
rxctrl = IXGBE_READ_REG(hw, IXGBE_RXCTRL);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
4550
u32 fwsm = IXGBE_READ_REG(hw, GL_MNG_FWSM);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
4566
u32 fwsm = IXGBE_READ_REG(hw, GL_MNG_FWSM);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
4582
u32 fwsm = IXGBE_READ_REG(hw, IXGBE_FWSM_X550EM_a);
usr/src/uts/common/io/ixgbe/core/ixgbe_e610.c
5089
gens_stat = IXGBE_READ_REG(hw, GLNVM_GENS);
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
1078
pf_mailbox = IXGBE_READ_REG(hw, IXGBE_PFMAILBOX(vf_id));
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
300
u32 vf_mailbox = IXGBE_READ_REG(hw, IXGBE_VFMAILBOX);
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
730
pfmbicr = IXGBE_READ_REG(hw, IXGBE_PFMBICR(index));
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
745
pfmbicr = IXGBE_READ_REG(hw, IXGBE_PFMBICR(index));
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
756
u32 pfmbicr = IXGBE_READ_REG(hw, IXGBE_PFMBICR(index));
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
829
vflre = IXGBE_READ_REG(hw, IXGBE_PFVFLRE(index));
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
835
vflre = IXGBE_READ_REG(hw, IXGBE_PFVFLREC(index));
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
871
pf_mailbox = IXGBE_READ_REG(hw, IXGBE_PFMAILBOX(vf_id));
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
881
pf_mailbox = IXGBE_READ_REG(hw, IXGBE_PFMAILBOX(vf_id));
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
913
pf_mailbox = IXGBE_READ_REG(hw, IXGBE_PFMAILBOX(vf_id));
usr/src/uts/common/io/ixgbe/core/ixgbe_mbx.c
991
pf_mailbox = IXGBE_READ_REG(hw, IXGBE_PFMAILBOX(vf_id));
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
2246
u32 i2cctl = IXGBE_READ_REG(hw, IXGBE_I2CCTL_BY_MAC(hw));
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
2281
u32 i2cctl = IXGBE_READ_REG(hw, IXGBE_I2CCTL_BY_MAC(hw));
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
2354
i2cctl = IXGBE_READ_REG(hw, IXGBE_I2CCTL_BY_MAC(hw));
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
2374
u32 i2cctl = IXGBE_READ_REG(hw, IXGBE_I2CCTL_BY_MAC(hw));
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
2394
i2cctl = IXGBE_READ_REG(hw, IXGBE_I2CCTL_BY_MAC(hw));
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
2424
u32 i2cctl = IXGBE_READ_REG(hw, IXGBE_I2CCTL_BY_MAC(hw));
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
2440
i2cctl = IXGBE_READ_REG(hw, IXGBE_I2CCTL_BY_MAC(hw));
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
2459
u32 i2cctl = IXGBE_READ_REG(hw, IXGBE_I2CCTL_BY_MAC(hw));
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
2515
i2cctl_r = IXGBE_READ_REG(hw, IXGBE_I2CCTL_BY_MAC(hw));
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
2580
*i2cctl = IXGBE_READ_REG(hw, IXGBE_I2CCTL_BY_MAC(hw));
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
2636
i2cctl = IXGBE_READ_REG(hw, IXGBE_I2CCTL_BY_MAC(hw));
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
384
mmngc = IXGBE_READ_REG(hw, IXGBE_MMNGC);
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
618
command = IXGBE_READ_REG(hw, IXGBE_MSCA);
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
649
command = IXGBE_READ_REG(hw, IXGBE_MSCA);
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
664
data = IXGBE_READ_REG(hw, IXGBE_MSRWD);
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
729
command = IXGBE_READ_REG(hw, IXGBE_MSCA);
usr/src/uts/common/io/ixgbe/core/ixgbe_phy.c
758
command = IXGBE_READ_REG(hw, IXGBE_MSCA);
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.c
40
#define IXGBE_VFREAD_REG IXGBE_READ_REG
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.c
628
links_reg = IXGBE_READ_REG(hw, IXGBE_VFLINKS);
usr/src/uts/common/io/ixgbe/core/ixgbe_vf.c
640
links_reg = IXGBE_READ_REG(hw, IXGBE_VFLINKS);
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
1024
macc_reg = IXGBE_READ_REG(hw, IXGBE_MACC);
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
1029
ledctl_reg = IXGBE_READ_REG(hw, IXGBE_LEDCTL);
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
1057
ledctl_reg = IXGBE_READ_REG(hw, IXGBE_LEDCTL);
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
1064
macc_reg = IXGBE_READ_REG(hw, IXGBE_MACC);
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
146
mac->arc_subsystem_valid = !!(IXGBE_READ_REG(hw, IXGBE_FWSM_BY_MAC(hw))
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
238
ctrl |= IXGBE_READ_REG(hw, IXGBE_CTRL);
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
246
ctrl = IXGBE_READ_REG(hw, IXGBE_CTRL);
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
377
eec = IXGBE_READ_REG(hw, IXGBE_EEC_BY_MAC(hw));
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
702
flup = IXGBE_READ_REG(hw, IXGBE_EEC_BY_MAC(hw)) | IXGBE_EEC_FLUP;
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
712
flup = IXGBE_READ_REG(hw, IXGBE_EEC_BY_MAC(hw));
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
745
reg = IXGBE_READ_REG(hw, IXGBE_EEC_BY_MAC(hw));
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
801
swfw_sync = IXGBE_READ_REG(hw, IXGBE_SWFW_SYNC_BY_MAC(hw));
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
826
swfw_sync = IXGBE_READ_REG(hw, IXGBE_SWFW_SYNC_BY_MAC(hw));
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
876
swfw_sync = IXGBE_READ_REG(hw, IXGBE_SWFW_SYNC_BY_MAC(hw));
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
905
swsm = IXGBE_READ_REG(hw, IXGBE_SWSM_BY_MAC(hw));
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
916
swsm = IXGBE_READ_REG(hw, IXGBE_SWFW_SYNC_BY_MAC(hw));
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
956
swsm = IXGBE_READ_REG(hw, IXGBE_SWFW_SYNC_BY_MAC(hw));
usr/src/uts/common/io/ixgbe/core/ixgbe_x540.c
960
swsm = IXGBE_READ_REG(hw, IXGBE_SWSM_BY_MAC(hw));
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
1024
eec = IXGBE_READ_REG(hw, IXGBE_EEC);
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
1052
pfflp = (u64)IXGBE_READ_REG(hw, IXGBE_PFFLPL);
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
1053
pfflp |= (u64)IXGBE_READ_REG(hw, IXGBE_PFFLPH) << 32;
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
1080
pfvfspoof = IXGBE_READ_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg));
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
1107
command = IXGBE_READ_REG(hw, IXGBE_SB_IOSF_INDIRECT_CTRL);
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
1208
*data = IXGBE_READ_REG(hw, IXGBE_SB_IOSF_INDIRECT_DATA);
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
1296
reg = IXGBE_READ_REG(hw, IXGBE_DMATXCTL);
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
1301
reg = IXGBE_READ_REG(hw, IXGBE_RDRXCTL);
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
1319
reg = IXGBE_READ_REG(hw, IXGBE_DMATXCTL);
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
1324
reg = IXGBE_READ_REG(hw, IXGBE_RDRXCTL);
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
1343
reg = IXGBE_READ_REG(hw, IXGBE_MRQC);
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
1384
reg = IXGBE_READ_REG(hw, IXGBE_MRQC);
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
1400
wqbr = IXGBE_READ_REG(hw, IXGBE_WQBR_TX(i));
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
1401
wqbr |= IXGBE_READ_REG(hw, IXGBE_WQBR_RX(i));
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
2191
hw->phy.nw_mng_if_sel = IXGBE_READ_REG(hw, IXGBE_NW_MNG_IF_SEL);
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
2308
IXGBE_READ_REG(hw, IXGBE_FUSES0_GROUP(0))))
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
2343
hlreg0 = IXGBE_READ_REG(hw, IXGBE_HLREG0);
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
2350
hlreg0 = IXGBE_READ_REG(hw, IXGBE_HLREG0);
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
2446
ctrl |= IXGBE_READ_REG(hw, IXGBE_CTRL);
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
2454
ctrl = IXGBE_READ_REG(hw, IXGBE_CTRL);
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3152
u32 value = IXGBE_READ_REG(hw, reg);
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
328
u32 esdp = IXGBE_READ_REG(hw, IXGBE_ESDP);
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3675
rxctrl = IXGBE_READ_REG(hw, IXGBE_RXCTRL);
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3677
pfdtxgswc = IXGBE_READ_REG(hw, IXGBE_PFDTXGSWC);
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3697
rxctrl = IXGBE_READ_REG(hw, IXGBE_RXCTRL);
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
3725
IXGBE_READ_REG(hw, IXGBE_FUSES0_GROUP(0))))
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
4185
esdp = IXGBE_READ_REG(hw, IXGBE_ESDP);
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
4632
fwsm = IXGBE_READ_REG(hw, IXGBE_FWSM_BY_MAC(hw));
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
888
reg = IXGBE_READ_REG(hw, IXGBE_DMACR);
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
899
reg = IXGBE_READ_REG(hw, IXGBE_DMACR);
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
949
maxframe_size_kb = ((IXGBE_READ_REG(hw, IXGBE_MAXFRS) >>
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
954
reg = IXGBE_READ_REG(hw, IXGBE_DMCTH(tc));
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
959
rx_pb_size = IXGBE_READ_REG(hw, IXGBE_RXPBSIZE(tc));
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
991
reg = IXGBE_READ_REG(hw, IXGBE_DMACR);
usr/src/uts/common/io/ixgbe/core/ixgbe_x550.c
998
reg = IXGBE_READ_REG(hw, IXGBE_DMACR);
usr/src/uts/common/io/ixgbe/ixgbe_debug.c
105
i, IXGBE_READ_REG(hw, IXGBE_RSSRK(i)));
usr/src/uts/common/io/ixgbe/ixgbe_debug.c
111
if (reg = IXGBE_READ_REG(hw, IXGBE_RAL(i))) {
usr/src/uts/common/io/ixgbe/ixgbe_debug.c
113
i, reg, i, IXGBE_READ_REG(hw, IXGBE_RAH(i)));
usr/src/uts/common/io/ixgbe/ixgbe_debug.c
120
if (reg = IXGBE_READ_REG(hw, IXGBE_MTA(i))) {
usr/src/uts/common/io/ixgbe/ixgbe_debug.c
130
if (reg = IXGBE_READ_REG(hw, off)) {
usr/src/uts/common/io/ixgbe/ixgbe_debug.c
140
if (reg = IXGBE_READ_REG(hw, IXGBE_MDEF(i))) {
usr/src/uts/common/io/ixgbe/ixgbe_debug.c
437
reg_val = IXGBE_READ_REG(hw, IXGBE_CTRL);
usr/src/uts/common/io/ixgbe/ixgbe_debug.c
439
reg_val = IXGBE_READ_REG(hw, IXGBE_STATUS);
usr/src/uts/common/io/ixgbe/ixgbe_debug.c
441
reg_val = IXGBE_READ_REG(hw, IXGBE_CTRL_EXT);
usr/src/uts/common/io/ixgbe/ixgbe_debug.c
443
reg_val = IXGBE_READ_REG(hw, IXGBE_FCTRL);
usr/src/uts/common/io/ixgbe/ixgbe_debug.c
449
reg_val = IXGBE_READ_REG(hw, IXGBE_GPIE);
usr/src/uts/common/io/ixgbe/ixgbe_debug.c
452
reg_val = IXGBE_READ_REG(hw, IXGBE_IVAR(0));
usr/src/uts/common/io/ixgbe/ixgbe_debug.c
455
reg_val = IXGBE_READ_REG(hw, IXGBE_IVAR_MISC);
usr/src/uts/common/io/ixgbe/ixgbe_debug.c
460
reg_val = IXGBE_READ_REG(hw, IXGBE_RXCTRL);
usr/src/uts/common/io/ixgbe/ixgbe_debug.c
464
reg_val = IXGBE_READ_REG(hw, IXGBE_RXDCTL(hw_index));
usr/src/uts/common/io/ixgbe/ixgbe_debug.c
466
reg_val = IXGBE_READ_REG(hw, IXGBE_SRRCTL(hw_index));
usr/src/uts/common/io/ixgbe/ixgbe_debug.c
469
reg_val = IXGBE_READ_REG(hw, IXGBE_RXCSUM);
usr/src/uts/common/io/ixgbe/ixgbe_debug.c
471
reg_val = IXGBE_READ_REG(hw, IXGBE_MRQC);
usr/src/uts/common/io/ixgbe/ixgbe_debug.c
473
reg_val = IXGBE_READ_REG(hw, IXGBE_RDRXCTL);
usr/src/uts/common/io/ixgbe/ixgbe_debug.c
478
reg_val = IXGBE_READ_REG(hw, IXGBE_DMATXCTL);
usr/src/uts/common/io/ixgbe/ixgbe_debug.c
481
reg_val = IXGBE_READ_REG(hw, IXGBE_TXDCTL(i));
usr/src/uts/common/io/ixgbe/ixgbe_debug.c
483
reg_val = IXGBE_READ_REG(hw, IXGBE_TDWBAL(i));
usr/src/uts/common/io/ixgbe/ixgbe_debug.c
485
reg_val = IXGBE_READ_REG(hw, IXGBE_TDWBAH(i));
usr/src/uts/common/io/ixgbe/ixgbe_debug.c
487
reg_val = IXGBE_READ_REG(hw, IXGBE_TXPBSIZE(i));
usr/src/uts/common/io/ixgbe/ixgbe_debug.c
50
ixgbe_log(ixgbe, "..eims: 0x%x\n", IXGBE_READ_REG(hw, IXGBE_EIMS));
usr/src/uts/common/io/ixgbe/ixgbe_debug.c
51
ixgbe_log(ixgbe, "..eimc: 0x%x\n", IXGBE_READ_REG(hw, IXGBE_EIMC));
usr/src/uts/common/io/ixgbe/ixgbe_debug.c
52
ixgbe_log(ixgbe, "..eiac: 0x%x\n", IXGBE_READ_REG(hw, IXGBE_EIAC));
usr/src/uts/common/io/ixgbe/ixgbe_debug.c
53
ixgbe_log(ixgbe, "..eiam: 0x%x\n", IXGBE_READ_REG(hw, IXGBE_EIAM));
usr/src/uts/common/io/ixgbe/ixgbe_debug.c
54
ixgbe_log(ixgbe, "..gpie: 0x%x\n", IXGBE_READ_REG(hw, IXGBE_GPIE));
usr/src/uts/common/io/ixgbe/ixgbe_debug.c
60
if (ivar = IXGBE_READ_REG(hw, IXGBE_IVAR(i))) {
usr/src/uts/common/io/ixgbe/ixgbe_debug.c
71
IXGBE_READ_REG(hw, IXGBE_EITR(i)));
usr/src/uts/common/io/ixgbe/ixgbe_debug.c
79
IXGBE_READ_REG(hw, IXGBE_RXDCTL(hw_index)),
usr/src/uts/common/io/ixgbe/ixgbe_debug.c
80
IXGBE_READ_REG(hw, IXGBE_SRRCTL(hw_index)));
usr/src/uts/common/io/ixgbe/ixgbe_debug.c
90
IXGBE_READ_REG(hw, IXGBE_TXDCTL(j)));
usr/src/uts/common/io/ixgbe/ixgbe_debug.c
99
i, IXGBE_READ_REG(hw, IXGBE_RETA(i)));
usr/src/uts/common/io/ixgbe/ixgbe_gld.c
113
reg_val = IXGBE_READ_REG(hw, IXGBE_FCTRL);
usr/src/uts/common/io/ixgbe/ixgbe_gld.c
248
ixgbe->ixgbe_led_reg = IXGBE_READ_REG(hw, IXGBE_LEDCTL);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
1364
reg = IXGBE_READ_REG(hw, IXGBE_LEDCTL);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
2679
reg_val = IXGBE_READ_REG(hw, IXGBE_RXDCTL(rx_ring->hw_index));
usr/src/uts/common/io/ixgbe/ixgbe_main.c
2689
reg_val = IXGBE_READ_REG(hw, IXGBE_RDRXCTL);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
2748
reg_val = IXGBE_READ_REG(hw, IXGBE_FCTRL);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
2759
reg_val = IXGBE_READ_REG(hw, IXGBE_RXCSUM);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
2810
reg_val = IXGBE_READ_REG(hw, IXGBE_RXCTRL);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
2850
reg_val = IXGBE_READ_REG(hw, IXGBE_MHADD);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
2859
reg_val = IXGBE_READ_REG(hw, IXGBE_HLREG0);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
2876
reg_val = IXGBE_READ_REG(hw, IXGBE_RSCCTL(i));
usr/src/uts/common/io/ixgbe/ixgbe_main.c
2885
reg_val = IXGBE_READ_REG(hw, IXGBE_RSCDBU);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
2889
reg_val = IXGBE_READ_REG(hw, IXGBE_RDRXCTL);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
2962
IXGBE_READ_REG(hw, IXGBE_DCA_TXCTRL(tx_ring->index)) :
usr/src/uts/common/io/ixgbe/ixgbe_main.c
2963
IXGBE_READ_REG(hw, IXGBE_DCA_TXCTRL_82599(tx_ring->index));
usr/src/uts/common/io/ixgbe/ixgbe_main.c
3024
reg_val = IXGBE_READ_REG(hw, IXGBE_HLREG0);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
3033
reg_val = IXGBE_READ_REG(hw, IXGBE_DMATXCTL);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
3038
reg_val = IXGBE_READ_REG(hw, IXGBE_RTTDCS);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
3052
reg_val = IXGBE_READ_REG(hw, IXGBE_TXDCTL(tx_ring->index));
usr/src/uts/common/io/ixgbe/ixgbe_main.c
3132
vtctl = IXGBE_READ_REG(hw, IXGBE_VT_CTL);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
3140
vlnctl = IXGBE_READ_REG(hw, IXGBE_VLNCTRL);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
3246
vtctl = IXGBE_READ_REG(hw, IXGBE_VT_CTL);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
3255
vlnctl = IXGBE_READ_REG(hw, IXGBE_VLNCTRL);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
3358
rxcsum = IXGBE_READ_REG(hw, IXGBE_RXCSUM);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
3455
vml2flt = IXGBE_READ_REG(hw, IXGBE_VMOLR(rxg->index));
usr/src/uts/common/io/ixgbe/ixgbe_main.c
4579
uint32_t gpie = IXGBE_READ_REG(hw, IXGBE_GPIE);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
4786
reg = IXGBE_READ_REG(&ixgbe->hw, IXGBE_HLREG0);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
4790
reg = IXGBE_READ_REG(&ixgbe->hw, IXGBE_AUTOC);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
4830
reg = IXGBE_READ_REG(&ixgbe->hw, IXGBE_AUTOC);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
5166
eicr = IXGBE_READ_REG(hw, IXGBE_EICR);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
5282
eicr = IXGBE_READ_REG(hw, IXGBE_EICR);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
5382
eicr = IXGBE_READ_REG(hw, IXGBE_EICR);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
5819
ivar = IXGBE_READ_REG(hw, IXGBE_IVAR(index));
usr/src/uts/common/io/ixgbe/ixgbe_main.c
5835
ivar = IXGBE_READ_REG(hw, IXGBE_IVAR_MISC);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
5843
ivar = IXGBE_READ_REG(hw,
usr/src/uts/common/io/ixgbe/ixgbe_main.c
5877
ivar = IXGBE_READ_REG(hw, IXGBE_IVAR(index));
usr/src/uts/common/io/ixgbe/ixgbe_main.c
5892
ivar = IXGBE_READ_REG(hw, IXGBE_IVAR_MISC);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
5898
ivar = IXGBE_READ_REG(hw,
usr/src/uts/common/io/ixgbe/ixgbe_main.c
5931
ivar = IXGBE_READ_REG(hw, IXGBE_IVAR(index));
usr/src/uts/common/io/ixgbe/ixgbe_main.c
5946
ivar = IXGBE_READ_REG(hw, IXGBE_IVAR_MISC);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
5952
ivar = IXGBE_READ_REG(hw,
usr/src/uts/common/io/ixgbe/ixgbe_main.c
6312
pcs1g_anlp = IXGBE_READ_REG(hw, IXGBE_PCS1GANLP);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
6363
ctrl_ext = IXGBE_READ_REG(hw, IXGBE_CTRL_EXT);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
6380
ctrl_ext = IXGBE_READ_REG(hw, IXGBE_CTRL_EXT);
usr/src/uts/common/io/ixgbe/ixgbe_main.c
6834
vml2flt = IXGBE_READ_REG(hw,
usr/src/uts/common/io/ixgbe/ixgbe_main.c
6924
vml2flt = IXGBE_READ_REG(hw,
usr/src/uts/common/io/ixgbe/ixgbe_osdep.c
57
val = IXGBE_READ_REG(hw, IXGBE_STATUS);
usr/src/uts/common/io/ixgbe/ixgbe_osdep.h
107
IXGBE_READ_REG(a, ((reg) + ((index) << 2)))
usr/src/uts/common/io/ixgbe/ixgbe_osdep.h
93
#define IXGBE_WRITE_FLUSH(a) (void) IXGBE_READ_REG(a, IXGBE_STATUS)
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
104
qot = IXGBE_READ_REG(hw, IXGBE_QBTC(0));
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
108
lo = IXGBE_READ_REG(hw, IXGBE_QBTC_L(0));
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
109
hi = IXGBE_READ_REG(hw, IXGBE_QBTC_H(0)) & 0xF;
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
128
got = IXGBE_READ_REG(hw, IXGBE_GOTC);
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
132
lo = IXGBE_READ_REG(hw, IXGBE_GOTCL);
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
133
hi = IXGBE_READ_REG(hw, IXGBE_GOTCH) & 0xF;
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
152
gor = IXGBE_READ_REG(hw, IXGBE_GORC);
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
156
lo = IXGBE_READ_REG(hw, IXGBE_GORCL);
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
157
hi = IXGBE_READ_REG(hw, IXGBE_GORCH) & 0xF;
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
231
ixgbe_ks->gprc.value.ui64 += IXGBE_READ_REG(hw, IXGBE_GPRC);
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
232
ixgbe_ks->gptc.value.ui64 += IXGBE_READ_REG(hw, IXGBE_GPTC);
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
235
ixgbe_ks->qpr.value.ui64 += IXGBE_READ_REG(hw, IXGBE_QPRC(0));
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
236
ixgbe_ks->qpt.value.ui64 += IXGBE_READ_REG(hw, IXGBE_QPTC(0));
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
242
ixgbe_ks->prc64.value.ul += IXGBE_READ_REG(hw, IXGBE_PRC64);
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
243
ixgbe_ks->prc127.value.ul += IXGBE_READ_REG(hw, IXGBE_PRC127);
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
244
ixgbe_ks->prc255.value.ul += IXGBE_READ_REG(hw, IXGBE_PRC255);
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
245
ixgbe_ks->prc511.value.ul += IXGBE_READ_REG(hw, IXGBE_PRC511);
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
246
ixgbe_ks->prc1023.value.ul += IXGBE_READ_REG(hw, IXGBE_PRC1023);
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
247
ixgbe_ks->prc1522.value.ul += IXGBE_READ_REG(hw, IXGBE_PRC1522);
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
248
ixgbe_ks->ptc64.value.ul += IXGBE_READ_REG(hw, IXGBE_PTC64);
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
249
ixgbe_ks->ptc127.value.ul += IXGBE_READ_REG(hw, IXGBE_PTC127);
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
250
ixgbe_ks->ptc255.value.ul += IXGBE_READ_REG(hw, IXGBE_PTC255);
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
251
ixgbe_ks->ptc511.value.ul += IXGBE_READ_REG(hw, IXGBE_PTC511);
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
252
ixgbe_ks->ptc1023.value.ul += IXGBE_READ_REG(hw, IXGBE_PTC1023);
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
253
ixgbe_ks->ptc1522.value.ul += IXGBE_READ_REG(hw, IXGBE_PTC1522);
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
255
ixgbe_ks->mspdc.value.ui64 += IXGBE_READ_REG(hw, IXGBE_MSPDC);
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
257
ixgbe_ks->mpc.value.ui64 += IXGBE_READ_REG(hw, IXGBE_MPC(i));
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
258
ixgbe_ks->mlfc.value.ui64 += IXGBE_READ_REG(hw, IXGBE_MLFC);
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
259
ixgbe_ks->mrfc.value.ui64 += IXGBE_READ_REG(hw, IXGBE_MRFC);
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
260
ixgbe_ks->rlec.value.ui64 += IXGBE_READ_REG(hw, IXGBE_RLEC);
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
261
ixgbe_ks->lxontxc.value.ui64 += IXGBE_READ_REG(hw, IXGBE_LXONTXC);
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
264
ixgbe_ks->lxonrxc.value.ui64 += IXGBE_READ_REG(hw,
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
273
ixgbe_ks->lxonrxc.value.ui64 += IXGBE_READ_REG(hw,
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
280
ixgbe_ks->lxofftxc.value.ui64 += IXGBE_READ_REG(hw, IXGBE_LXOFFTXC);
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
283
ixgbe_ks->lxoffrxc.value.ui64 += IXGBE_READ_REG(hw,
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
292
ixgbe_ks->lxoffrxc.value.ui64 += IXGBE_READ_REG(hw,
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
299
ixgbe_ks->ruc.value.ui64 += IXGBE_READ_REG(hw, IXGBE_RUC);
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
300
ixgbe_ks->rfc.value.ui64 += IXGBE_READ_REG(hw, IXGBE_RFC);
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
301
ixgbe_ks->roc.value.ui64 += IXGBE_READ_REG(hw, IXGBE_ROC);
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
302
ixgbe_ks->rjc.value.ui64 += IXGBE_READ_REG(hw, IXGBE_RJC);
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
494
IXGBE_READ_REG(hw, IXGBE_MPRC);
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
500
IXGBE_READ_REG(hw, IXGBE_BPRC);
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
506
IXGBE_READ_REG(hw, IXGBE_MPTC);
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
512
IXGBE_READ_REG(hw, IXGBE_BPTC);
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
525
IXGBE_READ_REG(hw, IXGBE_RNBC(i));
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
529
IXGBE_READ_REG(hw, IXGBE_QPRDC(0));
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
537
IXGBE_READ_REG(hw, IXGBE_CRCERRS);
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
539
IXGBE_READ_REG(hw, IXGBE_ILLERRC);
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
541
IXGBE_READ_REG(hw, IXGBE_ERRBC);
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
543
IXGBE_READ_REG(hw, IXGBE_RLEC);
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
56
tor = IXGBE_READ_REG(hw, IXGBE_TOR);
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
570
IXGBE_READ_REG(hw, IXGBE_TPR);
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
576
IXGBE_READ_REG(hw, IXGBE_TPT);
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
583
IXGBE_READ_REG(hw, IXGBE_CRCERRS);
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
589
IXGBE_READ_REG(hw, IXGBE_ROC);
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
595
IXGBE_READ_REG(hw, IXGBE_CRCERRS);
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
597
IXGBE_READ_REG(hw, IXGBE_ILLERRC);
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
599
IXGBE_READ_REG(hw, IXGBE_ERRBC);
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
60
lo = IXGBE_READ_REG(hw, IXGBE_TORL);
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
601
IXGBE_READ_REG(hw, IXGBE_RLEC);
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
61
hi = IXGBE_READ_REG(hw, IXGBE_TORH) & 0xF;
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
736
IXGBE_READ_REG(hw, IXGBE_RUC);
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
754
IXGBE_READ_REG(hw, IXGBE_RJC);
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
80
qor = IXGBE_READ_REG(hw, IXGBE_QBRC(0));
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
84
lo = IXGBE_READ_REG(hw, IXGBE_QBRC_L(0));
usr/src/uts/common/io/ixgbe/ixgbe_stat.c
85
hi = IXGBE_READ_REG(hw, IXGBE_QBRC_H(0)) & 0xF;