sys/dev/pci/if_ix.c
1048
rxpb = IXGBE_READ_REG(hw, IXGBE_RXPBSIZE(0)) >> 10;
sys/dev/pci/if_ix.c
1193
reg_eicr = IXGBE_READ_REG(hw, IXGBE_EICS);
sys/dev/pci/if_ix.c
1199
reg_eicr = IXGBE_READ_REG(hw, IXGBE_EICR);
sys/dev/pci/if_ix.c
1609
fctrl = IXGBE_READ_REG(&sc->hw, IXGBE_FCTRL);
sys/dev/pci/if_ix.c
2531
txctrl = IXGBE_READ_REG(hw, IXGBE_DCA_TXCTRL(i));
sys/dev/pci/if_ix.c
2536
txctrl = IXGBE_READ_REG(hw, IXGBE_DCA_TXCTRL_82599(i));
sys/dev/pci/if_ix.c
2555
dmatxctl = IXGBE_READ_REG(hw, IXGBE_DMATXCTL);
sys/dev/pci/if_ix.c
2559
rttdcs = IXGBE_READ_REG(hw, IXGBE_RTTDCS);
sys/dev/pci/if_ix.c
2568
hlreg = IXGBE_READ_REG(hw, IXGBE_HLREG0);
sys/dev/pci/if_ix.c
3049
fctrl = IXGBE_READ_REG(hw, IXGBE_FCTRL);
sys/dev/pci/if_ix.c
3057
hlreg = IXGBE_READ_REG(hw, IXGBE_HLREG0);
sys/dev/pci/if_ix.c
3065
rdrxctl = IXGBE_READ_REG(hw, IXGBE_RDRXCTL);
sys/dev/pci/if_ix.c
3097
rdrxctl = IXGBE_READ_REG(&sc->hw, IXGBE_RSCCTL(i));
sys/dev/pci/if_ix.c
3119
rxcsum = IXGBE_READ_REG(hw, IXGBE_RXCSUM);
sys/dev/pci/if_ix.c
3544
ctrl = IXGBE_READ_REG(&sc->hw, IXGBE_VLNCTRL);
sys/dev/pci/if_ix.c
3559
ctrl = IXGBE_READ_REG(&sc->hw, IXGBE_RXDCTL(i));
sys/dev/pci/if_ix.c
358
ctrl_ext = IXGBE_READ_REG(&sc->hw, IXGBE_CTRL_EXT);
sys/dev/pci/if_ix.c
3589
fwsm = IXGBE_READ_REG(hw, IXGBE_FWSM);
sys/dev/pci/if_ix.c
3705
ivar = IXGBE_READ_REG(hw, IXGBE_IVAR(index));
sys/dev/pci/if_ix.c
3719
ivar = IXGBE_READ_REG(hw, IXGBE_IVAR_MISC);
sys/dev/pci/if_ix.c
3725
ivar = IXGBE_READ_REG(hw, IXGBE_IVAR(entry >> 1));
sys/dev/pci/if_ix.c
398
ctrl_ext = IXGBE_READ_REG(&sc->hw, IXGBE_CTRL_EXT);
sys/dev/pci/if_ix.c
4120
lo = IXGBE_READ_REG(hw, loreg);
sys/dev/pci/if_ix.c
4121
hi = IXGBE_READ_REG(hw, hireg);
sys/dev/pci/if_ix.c
4144
v = IXGBE_READ_REG(hw, reg + 4);
sys/dev/pci/if_ix.c
4148
v = IXGBE_READ_REG(hw, reg);
sys/dev/pci/if_ix.c
4156
IXGBE_READ_REG(hw, IXGBE_LXONRXC);
sys/dev/pci/if_ix.c
4158
IXGBE_READ_REG(hw, IXGBE_LXOFFRXC);
sys/dev/pci/if_ix.c
4161
IXGBE_READ_REG(hw, IXGBE_LXONRXCNT);
sys/dev/pci/if_ix.c
4163
IXGBE_READ_REG(hw, IXGBE_LXOFFRXCNT);
sys/dev/pci/if_ix.c
4180
kstat_kv_u64(&stats->qprc) += IXGBE_READ_REG(hw, IXGBE_QPRC(i));
sys/dev/pci/if_ix.c
4183
IXGBE_READ_REG(hw, IXGBE_RNBC(i));
sys/dev/pci/if_ix.c
4185
IXGBE_READ_REG(hw, IXGBE_QBRC(i));
sys/dev/pci/if_ix.c
4188
IXGBE_READ_REG(hw, IXGBE_QPRDC(i));
sys/dev/pci/if_ix.c
4207
kstat_kv_u64(&stats->qptc) += IXGBE_READ_REG(hw, IXGBE_QPTC(i));
sys/dev/pci/if_ix.c
4210
IXGBE_READ_REG(hw, IXGBE_QBTC(i));
sys/dev/pci/if_ix.c
450
ctrl_ext = IXGBE_READ_REG(&sc->hw, IXGBE_CTRL_EXT);
sys/dev/pci/if_ix.c
752
if (!(IXGBE_READ_REG(hw, IXGBE_TFCS) & IXGBE_TFCS_TXON)) {
sys/dev/pci/if_ix.c
763
IXGBE_READ_REG(hw, IXGBE_TDH(i)),
sys/dev/pci/if_ix.c
764
IXGBE_READ_REG(hw, sc->tx_rings[i].tail));
sys/dev/pci/if_ix.c
850
mhadd = IXGBE_READ_REG(&sc->hw, IXGBE_MHADD);
sys/dev/pci/if_ix.c
857
txdctl = IXGBE_READ_REG(&sc->hw, IXGBE_TXDCTL(i));
sys/dev/pci/if_ix.c
871
rxdctl = IXGBE_READ_REG(&sc->hw, IXGBE_RXDCTL(i));
sys/dev/pci/if_ix.c
884
if (IXGBE_READ_REG(&sc->hw, IXGBE_RXDCTL(i)) &
sys/dev/pci/if_ix.c
898
rxctrl = IXGBE_READ_REG(&sc->hw, IXGBE_RXCTRL);
sys/dev/pci/if_ix.c
977
gpie = IXGBE_READ_REG(&sc->hw, IXGBE_GPIE);
sys/dev/pci/if_ixv.c
1010
if (IXGBE_READ_REG(hw, IXGBE_VFRXDCTL(i)) &
sys/dev/pci/if_ixv.c
1052
ctrl = IXGBE_READ_REG(hw, IXGBE_VFRXDCTL(i));
sys/dev/pci/if_ixv.c
1146
ivar = IXGBE_READ_REG(hw, IXGBE_VTIVAR_MISC);
sys/dev/pci/if_ixv.c
1152
ivar = IXGBE_READ_REG(hw, IXGBE_VTIVAR(entry >> 1));
sys/dev/pci/if_ixv.c
1502
lo = IXGBE_READ_REG(hw, loreg);
sys/dev/pci/if_ixv.c
1503
hi = IXGBE_READ_REG(hw, hireg);
sys/dev/pci/if_ixv.c
1527
v = IXGBE_READ_REG(hw, reg);
sys/dev/pci/if_ixv.c
1546
kstat_kv_u64(&stats->qprc) += IXGBE_READ_REG(hw, IXGBE_QPRC(i));
sys/dev/pci/if_ixv.c
1547
kstat_kv_u64(&stats->qprdc) += IXGBE_READ_REG(hw, IXGBE_QPRDC(i));
sys/dev/pci/if_ixv.c
1565
kstat_kv_u64(&stats->qptc) += IXGBE_READ_REG(hw, IXGBE_QPTC(i));
sys/dev/pci/if_ixv.c
408
IXGBE_READ_REG(hw, IXGBE_VFTDH(i)),
sys/dev/pci/if_ixv.c
409
IXGBE_READ_REG(hw, txr->tail));
sys/dev/pci/if_ixv.c
843
txdctl = IXGBE_READ_REG(hw, IXGBE_VFTXDCTL(i));
sys/dev/pci/if_ixv.c
865
txctrl = IXGBE_READ_REG(hw, IXGBE_VFDCA_TXCTRL(i));
sys/dev/pci/if_ixv.c
870
txdctl = IXGBE_READ_REG(hw, IXGBE_VFTXDCTL(i));
sys/dev/pci/if_ixv.c
973
rxdctl = IXGBE_READ_REG(hw, IXGBE_VFRXDCTL(i));
sys/dev/pci/if_ixv.c
977
if (IXGBE_READ_REG(hw, IXGBE_VFRXDCTL(i)) &
sys/dev/pci/if_ixv.c
999
reg = IXGBE_READ_REG(hw, IXGBE_VFSRRCTL(i));
sys/dev/pci/ixgbe.c
116
uint32_t eec = IXGBE_READ_REG(hw, IXGBE_EEC_BY_MAC(hw));
sys/dev/pci/ixgbe.c
1210
data[i] = (IXGBE_READ_REG(hw, IXGBE_EERD) >>
sys/dev/pci/ixgbe.c
1321
reg = IXGBE_READ_REG(hw, IXGBE_EERD);
sys/dev/pci/ixgbe.c
1323
reg = IXGBE_READ_REG(hw, IXGBE_EEWR);
sys/dev/pci/ixgbe.c
1359
eec = IXGBE_READ_REG(hw, IXGBE_EEC_BY_MAC(hw));
sys/dev/pci/ixgbe.c
1366
eec = IXGBE_READ_REG(hw, IXGBE_EEC_BY_MAC(hw));
sys/dev/pci/ixgbe.c
1416
swsm = IXGBE_READ_REG(hw, IXGBE_SWSM_BY_MAC(hw));
sys/dev/pci/ixgbe.c
1441
swsm = IXGBE_READ_REG(hw, IXGBE_SWSM_BY_MAC(hw));
sys/dev/pci/ixgbe.c
1449
swsm = IXGBE_READ_REG(hw, IXGBE_SWSM_BY_MAC(hw));
sys/dev/pci/ixgbe.c
1459
swsm = IXGBE_READ_REG(hw, IXGBE_SWSM_BY_MAC(hw));
sys/dev/pci/ixgbe.c
1497
swsm = IXGBE_READ_REG(hw, IXGBE_SWSM);
sys/dev/pci/ixgbe.c
1556
eec = IXGBE_READ_REG(hw, IXGBE_EEC_BY_MAC(hw));
sys/dev/pci/ixgbe.c
1584
eec = IXGBE_READ_REG(hw, IXGBE_EEC_BY_MAC(hw));
sys/dev/pci/ixgbe.c
1646
eec = IXGBE_READ_REG(hw, IXGBE_EEC_BY_MAC(hw));
sys/dev/pci/ixgbe.c
1654
eec = IXGBE_READ_REG(hw, IXGBE_EEC_BY_MAC(hw));
sys/dev/pci/ixgbe.c
1714
eec = IXGBE_READ_REG(hw, IXGBE_EEC_BY_MAC(hw));
sys/dev/pci/ixgbe.c
1947
rar_high = IXGBE_READ_REG(hw, IXGBE_RAH(index));
sys/dev/pci/ixgbe.c
1986
rar_high = IXGBE_READ_REG(hw, IXGBE_RAH(index));
sys/dev/pci/ixgbe.c
2305
mflcn_reg = IXGBE_READ_REG(hw, IXGBE_MFLCN);
sys/dev/pci/ixgbe.c
2308
fccfg_reg = IXGBE_READ_REG(hw, IXGBE_FCCFG);
sys/dev/pci/ixgbe.c
2381
fcrth = IXGBE_READ_REG(hw, IXGBE_RXPBSIZE(i)) - 0x6000;
sys/dev/pci/ixgbe.c
2472
linkstat = IXGBE_READ_REG(hw, IXGBE_PCS1GLSTA);
sys/dev/pci/ixgbe.c
2479
pcs_anadv_reg = IXGBE_READ_REG(hw, IXGBE_PCS1GANA);
sys/dev/pci/ixgbe.c
2480
pcs_lpab_reg = IXGBE_READ_REG(hw, IXGBE_PCS1GANLP);
sys/dev/pci/ixgbe.c
2508
links = IXGBE_READ_REG(hw, IXGBE_LINKS);
sys/dev/pci/ixgbe.c
2515
links2 = IXGBE_READ_REG(hw, IXGBE_LINKS2);
sys/dev/pci/ixgbe.c
2525
autoc_reg = IXGBE_READ_REG(hw, IXGBE_AUTOC);
sys/dev/pci/ixgbe.c
2526
anlp1_reg = IXGBE_READ_REG(hw, IXGBE_ANLP1);
sys/dev/pci/ixgbe.c
2694
if (!(IXGBE_READ_REG(hw, IXGBE_STATUS) & IXGBE_STATUS_GIO) ||
sys/dev/pci/ixgbe.c
2701
if (!(IXGBE_READ_REG(hw, IXGBE_STATUS) & IXGBE_STATUS_GIO))
sys/dev/pci/ixgbe.c
2767
gssr = IXGBE_READ_REG(hw, IXGBE_GSSR);
sys/dev/pci/ixgbe.c
2805
gssr = IXGBE_READ_REG(hw, IXGBE_GSSR);
sys/dev/pci/ixgbe.c
2829
secrxreg = IXGBE_READ_REG(hw, IXGBE_SECRXCTRL);
sys/dev/pci/ixgbe.c
2833
secrxreg = IXGBE_READ_REG(hw, IXGBE_SECRXSTAT);
sys/dev/pci/ixgbe.c
2861
*reg_val = IXGBE_READ_REG(hw, IXGBE_AUTOC);
sys/dev/pci/ixgbe.c
2893
secrxreg = IXGBE_READ_REG(hw, IXGBE_SECRXCTRL);
sys/dev/pci/ixgbe.c
2930
uint32_t led_reg = IXGBE_READ_REG(hw, IXGBE_LEDCTL);
sys/dev/pci/ixgbe.c
2978
uint32_t led_reg = IXGBE_READ_REG(hw, IXGBE_LEDCTL);
sys/dev/pci/ixgbe.c
3089
rar_high = IXGBE_READ_REG(hw, IXGBE_RAH(rar));
sys/dev/pci/ixgbe.c
3095
rar_low = IXGBE_READ_REG(hw, IXGBE_RAL(rar));
sys/dev/pci/ixgbe.c
3146
mpsar_lo = IXGBE_READ_REG(hw, IXGBE_MPSAR_LO(rar));
sys/dev/pci/ixgbe.c
3147
mpsar_hi = IXGBE_READ_REG(hw, IXGBE_MPSAR_HI(rar));
sys/dev/pci/ixgbe.c
315
reg = IXGBE_READ_REG(hw, IXGBE_PCS1GANA);
sys/dev/pci/ixgbe.c
3200
mpsar = IXGBE_READ_REG(hw, IXGBE_MPSAR_LO(rar));
sys/dev/pci/ixgbe.c
3204
mpsar = IXGBE_READ_REG(hw, IXGBE_MPSAR_HI(rar));
sys/dev/pci/ixgbe.c
3263
bits = IXGBE_READ_REG(hw, IXGBE_VLVF(regindex));
sys/dev/pci/ixgbe.c
3314
vfta = IXGBE_READ_REG(hw, IXGBE_VFTA(regidx));
sys/dev/pci/ixgbe.c
3375
if (!(IXGBE_READ_REG(hw, IXGBE_VT_CTL) & IXGBE_VT_CTL_VT_ENABLE))
sys/dev/pci/ixgbe.c
3382
bits = IXGBE_READ_REG(hw, IXGBE_VLVFB(vlvf_index * 2 + vind / 32));
sys/dev/pci/ixgbe.c
3393
!IXGBE_READ_REG(hw, IXGBE_VLVFB(vlvf_index * 2 + 1 - vind / 32))) {
sys/dev/pci/ixgbe.c
3507
sfp_cage_full = IXGBE_READ_REG(hw, IXGBE_ESDP) &
sys/dev/pci/ixgbe.c
3512
sfp_cage_full = IXGBE_READ_REG(hw, IXGBE_ESDP) &
sys/dev/pci/ixgbe.c
3529
links_orig = IXGBE_READ_REG(hw, IXGBE_LINKS);
sys/dev/pci/ixgbe.c
3531
links_reg = IXGBE_READ_REG(hw, IXGBE_LINKS);
sys/dev/pci/ixgbe.c
3547
links_reg = IXGBE_READ_REG(hw, IXGBE_LINKS);
sys/dev/pci/ixgbe.c
3656
fwsts = IXGBE_READ_REG(hw, IXGBE_FWSTS);
sys/dev/pci/ixgbe.c
3660
hicr = IXGBE_READ_REG(hw, IXGBE_HICR);
sys/dev/pci/ixgbe.c
3685
hicr = IXGBE_READ_REG(hw, IXGBE_HICR);
sys/dev/pci/ixgbe.c
3693
!(IXGBE_READ_REG(hw, IXGBE_HICR) & IXGBE_HICR_SV)) {
sys/dev/pci/ixgbe.c
3823
hlreg0 = IXGBE_READ_REG(hw, IXGBE_HLREG0);
sys/dev/pci/ixgbe.c
3846
gcr_ext = IXGBE_READ_REG(hw, IXGBE_GCR_EXT);
sys/dev/pci/ixgbe.c
3864
rxctrl = IXGBE_READ_REG(hw, IXGBE_RXCTRL);
sys/dev/pci/ixgbe.c
3867
pfdtxgswc = IXGBE_READ_REG(hw, IXGBE_PFDTXGSWC);
sys/dev/pci/ixgbe.c
3886
rxctrl = IXGBE_READ_REG(hw, IXGBE_RXCTRL);
sys/dev/pci/ixgbe.c
3891
pfdtxgswc = IXGBE_READ_REG(hw, IXGBE_PFDTXGSWC);
sys/dev/pci/ixgbe.c
3910
fwsm = IXGBE_READ_REG(hw, IXGBE_FWSM_BY_MAC(hw));
sys/dev/pci/ixgbe.c
3925
fwsm = IXGBE_READ_REG(hw, IXGBE_FWSM_BY_MAC(hw));
sys/dev/pci/ixgbe.c
3929
manc = IXGBE_READ_REG(hw, IXGBE_MANC);
sys/dev/pci/ixgbe.c
3934
factps = IXGBE_READ_REG(hw, IXGBE_FACTPS_BY_MAC(hw));
sys/dev/pci/ixgbe.c
394
reg = IXGBE_READ_REG(hw, IXGBE_PCS1GLCTL);
sys/dev/pci/ixgbe.c
454
ctrl_ext = IXGBE_READ_REG(hw, IXGBE_CTRL_EXT);
sys/dev/pci/ixgbe.c
4715
uint32_t vf_mailbox = IXGBE_READ_REG(hw, IXGBE_VFMAILBOX);
sys/dev/pci/ixgbe.c
4950
uint32_t pfmbicr = IXGBE_READ_REG(hw, IXGBE_PFMBICR(index));
sys/dev/pci/ixgbe.c
4984
pfmbicr = IXGBE_READ_REG(hw, IXGBE_PFMBICR(index));
sys/dev/pci/ixgbe.c
4999
pfmbicr = IXGBE_READ_REG(hw, IXGBE_PFMBICR(index));
sys/dev/pci/ixgbe.c
5051
vflre = IXGBE_READ_REG(hw, IXGBE_PFVFLRE(index));
sys/dev/pci/ixgbe.c
5057
vflre = IXGBE_READ_REG(hw, IXGBE_PFVFLREC(index));
sys/dev/pci/ixgbe.c
5093
pf_mailbox = IXGBE_READ_REG(hw, IXGBE_PFMAILBOX(vf_id));
sys/dev/pci/ixgbe.c
5098
pf_mailbox = IXGBE_READ_REG(hw, IXGBE_PFMAILBOX(vf_id));
sys/dev/pci/ixgbe.c
514
regval = IXGBE_READ_REG(hw, IXGBE_DCA_TXCTRL_82599(i));
sys/dev/pci/ixgbe.c
5149
pf_mailbox = IXGBE_READ_REG(hw, IXGBE_PFMAILBOX(vf_id));
sys/dev/pci/ixgbe.c
520
regval = IXGBE_READ_REG(hw, IXGBE_DCA_RXCTRL(i));
sys/dev/pci/ixgbe.c
5234
pf_mailbox = IXGBE_READ_REG(hw, IXGBE_PFMAILBOX(vf_id));
sys/dev/pci/ixgbe.c
572
IXGBE_READ_REG(hw, IXGBE_CRCERRS);
sys/dev/pci/ixgbe.c
573
IXGBE_READ_REG(hw, IXGBE_ILLERRC);
sys/dev/pci/ixgbe.c
574
IXGBE_READ_REG(hw, IXGBE_ERRBC);
sys/dev/pci/ixgbe.c
575
IXGBE_READ_REG(hw, IXGBE_MSPDC);
sys/dev/pci/ixgbe.c
577
IXGBE_READ_REG(hw, IXGBE_MPC(i));
sys/dev/pci/ixgbe.c
579
IXGBE_READ_REG(hw, IXGBE_MLFC);
sys/dev/pci/ixgbe.c
580
IXGBE_READ_REG(hw, IXGBE_MRFC);
sys/dev/pci/ixgbe.c
581
IXGBE_READ_REG(hw, IXGBE_RLEC);
sys/dev/pci/ixgbe.c
582
IXGBE_READ_REG(hw, IXGBE_LXONTXC);
sys/dev/pci/ixgbe.c
583
IXGBE_READ_REG(hw, IXGBE_LXOFFTXC);
sys/dev/pci/ixgbe.c
585
IXGBE_READ_REG(hw, IXGBE_LXONRXCNT);
sys/dev/pci/ixgbe.c
586
IXGBE_READ_REG(hw, IXGBE_LXOFFRXCNT);
sys/dev/pci/ixgbe.c
588
IXGBE_READ_REG(hw, IXGBE_LXONRXC);
sys/dev/pci/ixgbe.c
589
IXGBE_READ_REG(hw, IXGBE_LXOFFRXC);
sys/dev/pci/ixgbe.c
593
IXGBE_READ_REG(hw, IXGBE_PXONTXC(i));
sys/dev/pci/ixgbe.c
594
IXGBE_READ_REG(hw, IXGBE_PXOFFTXC(i));
sys/dev/pci/ixgbe.c
596
IXGBE_READ_REG(hw, IXGBE_PXONRXCNT(i));
sys/dev/pci/ixgbe.c
597
IXGBE_READ_REG(hw, IXGBE_PXOFFRXCNT(i));
sys/dev/pci/ixgbe.c
599
IXGBE_READ_REG(hw, IXGBE_PXONRXC(i));
sys/dev/pci/ixgbe.c
600
IXGBE_READ_REG(hw, IXGBE_PXOFFRXC(i));
sys/dev/pci/ixgbe.c
605
IXGBE_READ_REG(hw, IXGBE_PXON2OFFCNT(i));
sys/dev/pci/ixgbe.c
606
IXGBE_READ_REG(hw, IXGBE_PRC64);
sys/dev/pci/ixgbe.c
607
IXGBE_READ_REG(hw, IXGBE_PRC127);
sys/dev/pci/ixgbe.c
608
IXGBE_READ_REG(hw, IXGBE_PRC255);
sys/dev/pci/ixgbe.c
609
IXGBE_READ_REG(hw, IXGBE_PRC511);
sys/dev/pci/ixgbe.c
610
IXGBE_READ_REG(hw, IXGBE_PRC1023);
sys/dev/pci/ixgbe.c
611
IXGBE_READ_REG(hw, IXGBE_PRC1522);
sys/dev/pci/ixgbe.c
612
IXGBE_READ_REG(hw, IXGBE_GPRC);
sys/dev/pci/ixgbe.c
613
IXGBE_READ_REG(hw, IXGBE_BPRC);
sys/dev/pci/ixgbe.c
614
IXGBE_READ_REG(hw, IXGBE_MPRC);
sys/dev/pci/ixgbe.c
615
IXGBE_READ_REG(hw, IXGBE_GPTC);
sys/dev/pci/ixgbe.c
616
IXGBE_READ_REG(hw, IXGBE_GORCL);
sys/dev/pci/ixgbe.c
617
IXGBE_READ_REG(hw, IXGBE_GORCH);
sys/dev/pci/ixgbe.c
618
IXGBE_READ_REG(hw, IXGBE_GOTCL);
sys/dev/pci/ixgbe.c
619
IXGBE_READ_REG(hw, IXGBE_GOTCH);
sys/dev/pci/ixgbe.c
622
IXGBE_READ_REG(hw, IXGBE_RNBC(i));
sys/dev/pci/ixgbe.c
623
IXGBE_READ_REG(hw, IXGBE_RUC);
sys/dev/pci/ixgbe.c
624
IXGBE_READ_REG(hw, IXGBE_RFC);
sys/dev/pci/ixgbe.c
625
IXGBE_READ_REG(hw, IXGBE_ROC);
sys/dev/pci/ixgbe.c
626
IXGBE_READ_REG(hw, IXGBE_RJC);
sys/dev/pci/ixgbe.c
627
IXGBE_READ_REG(hw, IXGBE_MNGPRC);
sys/dev/pci/ixgbe.c
628
IXGBE_READ_REG(hw, IXGBE_MNGPDC);
sys/dev/pci/ixgbe.c
629
IXGBE_READ_REG(hw, IXGBE_MNGPTC);
sys/dev/pci/ixgbe.c
630
IXGBE_READ_REG(hw, IXGBE_TORL);
sys/dev/pci/ixgbe.c
631
IXGBE_READ_REG(hw, IXGBE_TORH);
sys/dev/pci/ixgbe.c
632
IXGBE_READ_REG(hw, IXGBE_TPR);
sys/dev/pci/ixgbe.c
633
IXGBE_READ_REG(hw, IXGBE_TPT);
sys/dev/pci/ixgbe.c
634
IXGBE_READ_REG(hw, IXGBE_PTC64);
sys/dev/pci/ixgbe.c
635
IXGBE_READ_REG(hw, IXGBE_PTC127);
sys/dev/pci/ixgbe.c
636
IXGBE_READ_REG(hw, IXGBE_PTC255);
sys/dev/pci/ixgbe.c
637
IXGBE_READ_REG(hw, IXGBE_PTC511);
sys/dev/pci/ixgbe.c
638
IXGBE_READ_REG(hw, IXGBE_PTC1023);
sys/dev/pci/ixgbe.c
639
IXGBE_READ_REG(hw, IXGBE_PTC1522);
sys/dev/pci/ixgbe.c
640
IXGBE_READ_REG(hw, IXGBE_MPTC);
sys/dev/pci/ixgbe.c
641
IXGBE_READ_REG(hw, IXGBE_BPTC);
sys/dev/pci/ixgbe.c
643
IXGBE_READ_REG(hw, IXGBE_QPRC(i));
sys/dev/pci/ixgbe.c
644
IXGBE_READ_REG(hw, IXGBE_QPTC(i));
sys/dev/pci/ixgbe.c
646
IXGBE_READ_REG(hw, IXGBE_QBRC_L(i));
sys/dev/pci/ixgbe.c
647
IXGBE_READ_REG(hw, IXGBE_QBRC_H(i));
sys/dev/pci/ixgbe.c
648
IXGBE_READ_REG(hw, IXGBE_QBTC_L(i));
sys/dev/pci/ixgbe.c
649
IXGBE_READ_REG(hw, IXGBE_QBTC_H(i));
sys/dev/pci/ixgbe.c
650
IXGBE_READ_REG(hw, IXGBE_QPRDC(i));
sys/dev/pci/ixgbe.c
652
IXGBE_READ_REG(hw, IXGBE_QBRC(i));
sys/dev/pci/ixgbe.c
653
IXGBE_READ_REG(hw, IXGBE_QBTC(i));
sys/dev/pci/ixgbe.c
698
rar_high = IXGBE_READ_REG(hw, IXGBE_RAH(0));
sys/dev/pci/ixgbe.c
699
rar_low = IXGBE_READ_REG(hw, IXGBE_RAL(0));
sys/dev/pci/ixgbe.c
803
reg = IXGBE_READ_REG(hw, IXGBE_STATUS);
sys/dev/pci/ixgbe.c
808
reg = IXGBE_READ_REG(hw, IXGBE_FACTPS_BY_MAC(hw));
sys/dev/pci/ixgbe.c
849
IXGBE_READ_REG(hw, IXGBE_EICR);
sys/dev/pci/ixgbe.c
857
reg_val = IXGBE_READ_REG(hw, IXGBE_RXDCTL(i));
sys/dev/pci/ixgbe.c
881
uint32_t led_reg = IXGBE_READ_REG(hw, IXGBE_LEDCTL);
sys/dev/pci/ixgbe.c
904
uint32_t led_reg = IXGBE_READ_REG(hw, IXGBE_LEDCTL);
sys/dev/pci/ixgbe.c
947
eec = IXGBE_READ_REG(hw, IXGBE_EEC_BY_MAC(hw));
sys/dev/pci/ixgbe.h
149
IXGBE_READ_REG(a, IXGBE_STATUS)
sys/dev/pci/ixgbe_82598.c
1031
bits = IXGBE_READ_REG(hw, IXGBE_VFTAVIND(vftabyte, regindex));
sys/dev/pci/ixgbe_82598.c
1039
bits = IXGBE_READ_REG(hw, IXGBE_VFTA(regindex));
sys/dev/pci/ixgbe_82598.c
1093
atlas_ctl = IXGBE_READ_REG(hw, IXGBE_ATLASCTL);
sys/dev/pci/ixgbe_82598.c
1142
if (IXGBE_READ_REG(hw, IXGBE_STATUS) & IXGBE_STATUS_LAN_ID_1)
sys/dev/pci/ixgbe_82598.c
1219
uint32_t autoc = IXGBE_READ_REG(hw, IXGBE_AUTOC);
sys/dev/pci/ixgbe_82598.c
277
regval = IXGBE_READ_REG(hw, IXGBE_DCA_TXCTRL(i));
sys/dev/pci/ixgbe_82598.c
284
regval = IXGBE_READ_REG(hw, IXGBE_DCA_RXCTRL(i));
sys/dev/pci/ixgbe_82598.c
321
autoc = IXGBE_READ_REG(hw, IXGBE_AUTOC);
sys/dev/pci/ixgbe_82598.c
472
fctrl_reg = IXGBE_READ_REG(hw, IXGBE_FCTRL);
sys/dev/pci/ixgbe_82598.c
475
rmcs_reg = IXGBE_READ_REG(hw, IXGBE_RMCS);
sys/dev/pci/ixgbe_82598.c
576
autoc_reg = IXGBE_READ_REG(hw, IXGBE_AUTOC);
sys/dev/pci/ixgbe_82598.c
588
links_reg = IXGBE_READ_REG(hw, IXGBE_LINKS);
sys/dev/pci/ixgbe_82598.c
699
links_reg = IXGBE_READ_REG(hw, IXGBE_LINKS);
sys/dev/pci/ixgbe_82598.c
709
links_reg = IXGBE_READ_REG(hw, IXGBE_LINKS);
sys/dev/pci/ixgbe_82598.c
746
uint32_t curr_autoc = IXGBE_READ_REG(hw, IXGBE_AUTOC);
sys/dev/pci/ixgbe_82598.c
887
ctrl = IXGBE_READ_REG(hw, IXGBE_CTRL) | IXGBE_CTRL_RST;
sys/dev/pci/ixgbe_82598.c
894
ctrl = IXGBE_READ_REG(hw, IXGBE_CTRL);
sys/dev/pci/ixgbe_82598.c
915
gheccr = IXGBE_READ_REG(hw, IXGBE_GHECCR);
sys/dev/pci/ixgbe_82598.c
924
autoc = IXGBE_READ_REG(hw, IXGBE_AUTOC);
sys/dev/pci/ixgbe_82598.c
967
rar_high = IXGBE_READ_REG(hw, IXGBE_RAH(rar));
sys/dev/pci/ixgbe_82598.c
98
uint32_t gcr = IXGBE_READ_REG(hw, IXGBE_GCR);
sys/dev/pci/ixgbe_82598.c
991
rar_high = IXGBE_READ_REG(hw, IXGBE_RAH(rar));
sys/dev/pci/ixgbe_82599.c
1000
IXGBE_READ_REG(hw, IXGBE_LINKS);
sys/dev/pci/ixgbe_82599.c
1095
curr_lms = IXGBE_READ_REG(hw, IXGBE_AUTOC) & IXGBE_AUTOC_LMS_MASK;
sys/dev/pci/ixgbe_82599.c
1111
ctrl |= IXGBE_READ_REG(hw, IXGBE_CTRL);
sys/dev/pci/ixgbe_82599.c
1118
ctrl = IXGBE_READ_REG(hw, IXGBE_CTRL);
sys/dev/pci/ixgbe_82599.c
1145
autoc = IXGBE_READ_REG(hw, IXGBE_AUTOC);
sys/dev/pci/ixgbe_82599.c
1146
autoc2 = IXGBE_READ_REG(hw, IXGBE_AUTOC2);
sys/dev/pci/ixgbe_82599.c
1224
core_ctl = IXGBE_READ_REG(hw, IXGBE_CORECTL);
sys/dev/pci/ixgbe_82599.c
1330
uint32_t autoc = IXGBE_READ_REG(hw, IXGBE_AUTOC);
sys/dev/pci/ixgbe_82599.c
1331
uint32_t autoc2 = IXGBE_READ_REG(hw, IXGBE_AUTOC2);
sys/dev/pci/ixgbe_82599.c
1593
autoc2_reg = IXGBE_READ_REG(hw, IXGBE_AUTOC2);
sys/dev/pci/ixgbe_82599.c
1600
autoc_reg = IXGBE_READ_REG(hw, IXGBE_AUTOC);
sys/dev/pci/ixgbe_82599.c
1608
anlp1_reg = IXGBE_READ_REG(hw, IXGBE_ANLP1);
sys/dev/pci/ixgbe_82599.c
165
esdp = IXGBE_READ_REG(hw, IXGBE_ESDP);
sys/dev/pci/ixgbe_82599.c
1650
esdp = IXGBE_READ_REG(hw, IXGBE_ESDP);
sys/dev/pci/ixgbe_82599.c
1656
esdp = IXGBE_READ_REG(hw, IXGBE_ESDP);
sys/dev/pci/ixgbe_82599.c
1678
esdp = IXGBE_READ_REG(hw, IXGBE_ESDP);
sys/dev/pci/ixgbe_82599.c
1708
esdp = IXGBE_READ_REG(hw, IXGBE_ESDP);
sys/dev/pci/ixgbe_82599.c
1714
esdp = IXGBE_READ_REG(hw, IXGBE_ESDP);
sys/dev/pci/ixgbe_82599.c
1736
esdp = IXGBE_READ_REG(hw, IXGBE_ESDP);
sys/dev/pci/ixgbe_82599.c
302
*reg_val = IXGBE_READ_REG(hw, IXGBE_AUTOC);
sys/dev/pci/ixgbe_82599.c
414
mac->arc_subsystem_valid = !!(IXGBE_READ_REG(hw, IXGBE_FWSM_BY_MAC(hw))
sys/dev/pci/ixgbe_82599.c
462
autoc = IXGBE_READ_REG(hw, IXGBE_AUTOC);
sys/dev/pci/ixgbe_82599.c
615
autoc2_reg = IXGBE_READ_REG(hw, IXGBE_AUTOC2);
sys/dev/pci/ixgbe_82599.c
661
autoc_reg = IXGBE_READ_REG(hw, IXGBE_AUTOC);
sys/dev/pci/ixgbe_82599.c
670
links_reg = IXGBE_READ_REG(hw, IXGBE_LINKS);
sys/dev/pci/ixgbe_82599.c
699
uint32_t esdp_reg = IXGBE_READ_REG(hw, IXGBE_ESDP);
sys/dev/pci/ixgbe_82599.c
722
uint32_t esdp_reg = IXGBE_READ_REG(hw, IXGBE_ESDP);
sys/dev/pci/ixgbe_82599.c
768
uint32_t esdp_reg = IXGBE_READ_REG(hw, IXGBE_ESDP);
sys/dev/pci/ixgbe_82599.c
803
uint32_t autoc_reg = IXGBE_READ_REG(hw, IXGBE_AUTOC);
sys/dev/pci/ixgbe_82599.c
915
uint32_t current_autoc = IXGBE_READ_REG(hw, IXGBE_AUTOC);
sys/dev/pci/ixgbe_82599.c
920
uint32_t autoc2 = IXGBE_READ_REG(hw, IXGBE_AUTOC2);
sys/dev/pci/ixgbe_e610.c
2524
fla = IXGBE_READ_REG(hw, GLNVM_FLA);
sys/dev/pci/ixgbe_e610.c
2543
fla = IXGBE_READ_REG(hw, GLNVM_FLA);
sys/dev/pci/ixgbe_e610.c
3585
gens_stat = IXGBE_READ_REG(hw, GLNVM_GENS);
sys/dev/pci/ixgbe_e610.c
3592
fla = IXGBE_READ_REG(hw, GLNVM_FLA);
sys/dev/pci/ixgbe_e610.c
4163
data->regval = IXGBE_READ_REG(hw, cmd->offset);
sys/dev/pci/ixgbe_e610.c
4354
ctrl |= IXGBE_READ_REG(hw, IXGBE_CTRL);
sys/dev/pci/ixgbe_e610.c
4362
ctrl = IXGBE_READ_REG(hw, IXGBE_CTRL);
sys/dev/pci/ixgbe_e610.c
4827
rxctrl = IXGBE_READ_REG(hw, IXGBE_RXCTRL);
sys/dev/pci/ixgbe_e610.c
4832
pfdtxgswc = IXGBE_READ_REG(hw, IXGBE_PFDTXGSWC);
sys/dev/pci/ixgbe_e610.c
4845
rxctrl = IXGBE_READ_REG(hw, IXGBE_RXCTRL);
sys/dev/pci/ixgbe_e610.c
5405
gens_stat = IXGBE_READ_REG(hw, GLNVM_GENS);
sys/dev/pci/ixgbe_e610.c
651
hicr = IXGBE_READ_REG(hw, PF_HICR);
sys/dev/pci/ixgbe_e610.c
724
hicr = IXGBE_READ_REG(hw, PF_HICR);
sys/dev/pci/ixgbe_e610.c
730
hicr = IXGBE_READ_REG(hw, PF_HICR);
sys/dev/pci/ixgbe_e610.c
741
hicr = IXGBE_READ_REG(hw, PF_HICR);
sys/dev/pci/ixgbe_e610.c
752
raw_desc[i] = IXGBE_READ_REG(hw, PF_HIDA(i));
sys/dev/pci/ixgbe_e610.c
760
raw_desc[i] = IXGBE_READ_REG(hw, PF_HIDA_2(i));
sys/dev/pci/ixgbe_e610.c
795
tmp_buf[i] = IXGBE_READ_REG(hw, PF_HIBA(i));
sys/dev/pci/ixgbe_e610.c
887
fwsts = IXGBE_READ_REG(hw, GL_FWSTS);
sys/dev/pci/ixgbe_phy.c
2278
uint32_t i2cctl = IXGBE_READ_REG(hw, IXGBE_I2CCTL_BY_MAC(hw));
sys/dev/pci/ixgbe_phy.c
2313
uint32_t i2cctl = IXGBE_READ_REG(hw, IXGBE_I2CCTL_BY_MAC(hw));
sys/dev/pci/ixgbe_phy.c
2388
i2cctl = IXGBE_READ_REG(hw, IXGBE_I2CCTL_BY_MAC(hw));
sys/dev/pci/ixgbe_phy.c
2408
uint32_t i2cctl = IXGBE_READ_REG(hw, IXGBE_I2CCTL_BY_MAC(hw));
sys/dev/pci/ixgbe_phy.c
2428
i2cctl = IXGBE_READ_REG(hw, IXGBE_I2CCTL_BY_MAC(hw));
sys/dev/pci/ixgbe_phy.c
2458
uint32_t i2cctl = IXGBE_READ_REG(hw, IXGBE_I2CCTL_BY_MAC(hw));
sys/dev/pci/ixgbe_phy.c
2474
i2cctl = IXGBE_READ_REG(hw, IXGBE_I2CCTL_BY_MAC(hw));
sys/dev/pci/ixgbe_phy.c
2495
uint32_t i2cctl = IXGBE_READ_REG(hw, IXGBE_I2CCTL_BY_MAC(hw));
sys/dev/pci/ixgbe_phy.c
2551
i2cctl_r = IXGBE_READ_REG(hw, IXGBE_I2CCTL_BY_MAC(hw));
sys/dev/pci/ixgbe_phy.c
2616
*i2cctl = IXGBE_READ_REG(hw, IXGBE_I2CCTL_BY_MAC(hw));
sys/dev/pci/ixgbe_phy.c
2672
i2cctl = IXGBE_READ_REG(hw, IXGBE_I2CCTL_BY_MAC(hw));
sys/dev/pci/ixgbe_phy.c
457
mmngc = IXGBE_READ_REG(hw, IXGBE_MMNGC);
sys/dev/pci/ixgbe_phy.c
673
command = IXGBE_READ_REG(hw, IXGBE_MSCA);
sys/dev/pci/ixgbe_phy.c
704
command = IXGBE_READ_REG(hw, IXGBE_MSCA);
sys/dev/pci/ixgbe_phy.c
719
data = IXGBE_READ_REG(hw, IXGBE_MSRWD);
sys/dev/pci/ixgbe_phy.c
784
command = IXGBE_READ_REG(hw, IXGBE_MSCA);
sys/dev/pci/ixgbe_phy.c
813
command = IXGBE_READ_REG(hw, IXGBE_MSCA);
sys/dev/pci/ixgbe_vf.c
43
#define IXGBE_VFREAD_REG IXGBE_READ_REG
sys/dev/pci/ixgbe_vf.c
610
links_reg = IXGBE_READ_REG(hw, IXGBE_VFLINKS);
sys/dev/pci/ixgbe_vf.c
622
links_reg = IXGBE_READ_REG(hw, IXGBE_VFLINKS);
sys/dev/pci/ixgbe_x540.c
152
mac->arc_subsystem_valid = !!(IXGBE_READ_REG(hw, IXGBE_FWSM_BY_MAC(hw))
sys/dev/pci/ixgbe_x540.c
238
ctrl |= IXGBE_READ_REG(hw, IXGBE_CTRL);
sys/dev/pci/ixgbe_x540.c
246
ctrl = IXGBE_READ_REG(hw, IXGBE_CTRL);
sys/dev/pci/ixgbe_x540.c
354
eec = IXGBE_READ_REG(hw, IXGBE_EEC_BY_MAC(hw));
sys/dev/pci/ixgbe_x540.c
625
flup = IXGBE_READ_REG(hw, IXGBE_EEC_BY_MAC(hw)) | IXGBE_EEC_FLUP;
sys/dev/pci/ixgbe_x540.c
635
flup = IXGBE_READ_REG(hw, IXGBE_EEC_BY_MAC(hw));
sys/dev/pci/ixgbe_x540.c
668
reg = IXGBE_READ_REG(hw, IXGBE_EEC_BY_MAC(hw));
sys/dev/pci/ixgbe_x540.c
724
swfw_sync = IXGBE_READ_REG(hw, IXGBE_SWFW_SYNC_BY_MAC(hw));
sys/dev/pci/ixgbe_x540.c
749
swfw_sync = IXGBE_READ_REG(hw, IXGBE_SWFW_SYNC_BY_MAC(hw));
sys/dev/pci/ixgbe_x540.c
799
swfw_sync = IXGBE_READ_REG(hw, IXGBE_SWFW_SYNC_BY_MAC(hw));
sys/dev/pci/ixgbe_x540.c
828
swsm = IXGBE_READ_REG(hw, IXGBE_SWSM_BY_MAC(hw));
sys/dev/pci/ixgbe_x540.c
839
swsm = IXGBE_READ_REG(hw, IXGBE_SWFW_SYNC_BY_MAC(hw));
sys/dev/pci/ixgbe_x540.c
879
swsm = IXGBE_READ_REG(hw, IXGBE_SWFW_SYNC_BY_MAC(hw));
sys/dev/pci/ixgbe_x540.c
883
swsm = IXGBE_READ_REG(hw, IXGBE_SWSM_BY_MAC(hw));
sys/dev/pci/ixgbe_x540.c
947
macc_reg = IXGBE_READ_REG(hw, IXGBE_MACC);
sys/dev/pci/ixgbe_x540.c
952
ledctl_reg = IXGBE_READ_REG(hw, IXGBE_LEDCTL);
sys/dev/pci/ixgbe_x540.c
980
ledctl_reg = IXGBE_READ_REG(hw, IXGBE_LEDCTL);
sys/dev/pci/ixgbe_x540.c
987
macc_reg = IXGBE_READ_REG(hw, IXGBE_MACC);
sys/dev/pci/ixgbe_x550.c
1018
eec = IXGBE_READ_REG(hw, IXGBE_EEC);
sys/dev/pci/ixgbe_x550.c
1046
pfflp = (uint64_t)IXGBE_READ_REG(hw, IXGBE_PFFLPL);
sys/dev/pci/ixgbe_x550.c
1047
pfflp |= (uint64_t)IXGBE_READ_REG(hw, IXGBE_PFFLPH) << 32;
sys/dev/pci/ixgbe_x550.c
1076
command = IXGBE_READ_REG(hw, IXGBE_SB_IOSF_INDIRECT_CTRL);
sys/dev/pci/ixgbe_x550.c
1177
*data = IXGBE_READ_REG(hw, IXGBE_SB_IOSF_INDIRECT_DATA);
sys/dev/pci/ixgbe_x550.c
2069
hw->phy.nw_mng_if_sel = IXGBE_READ_REG(hw, IXGBE_NW_MNG_IF_SEL);
sys/dev/pci/ixgbe_x550.c
2186
IXGBE_READ_REG(hw, IXGBE_FUSES0_GROUP(0))))
sys/dev/pci/ixgbe_x550.c
2221
hlreg0 = IXGBE_READ_REG(hw, IXGBE_HLREG0);
sys/dev/pci/ixgbe_x550.c
2228
hlreg0 = IXGBE_READ_REG(hw, IXGBE_HLREG0);
sys/dev/pci/ixgbe_x550.c
2324
ctrl |= IXGBE_READ_REG(hw, IXGBE_CTRL);
sys/dev/pci/ixgbe_x550.c
2332
ctrl = IXGBE_READ_REG(hw, IXGBE_CTRL);
sys/dev/pci/ixgbe_x550.c
3026
uint32_t value = IXGBE_READ_REG(hw, reg);
sys/dev/pci/ixgbe_x550.c
3497
rxctrl = IXGBE_READ_REG(hw, IXGBE_RXCTRL);
sys/dev/pci/ixgbe_x550.c
3499
pfdtxgswc = IXGBE_READ_REG(hw, IXGBE_PFDTXGSWC);
sys/dev/pci/ixgbe_x550.c
3519
rxctrl = IXGBE_READ_REG(hw, IXGBE_RXCTRL);
sys/dev/pci/ixgbe_x550.c
3547
IXGBE_READ_REG(hw, IXGBE_FUSES0_GROUP(0))))
sys/dev/pci/ixgbe_x550.c
4006
esdp = IXGBE_READ_REG(hw, IXGBE_ESDP);
sys/dev/pci/ixgbe_x550.c
404
uint32_t esdp = IXGBE_READ_REG(hw, IXGBE_ESDP);
sys/dev/pci/ixgbe_x550.c
888
reg = IXGBE_READ_REG(hw, IXGBE_DMACR);
sys/dev/pci/ixgbe_x550.c
899
reg = IXGBE_READ_REG(hw, IXGBE_DMACR);
sys/dev/pci/ixgbe_x550.c
943
maxframe_size_kb = ((IXGBE_READ_REG(hw, IXGBE_MAXFRS) >>
sys/dev/pci/ixgbe_x550.c
948
reg = IXGBE_READ_REG(hw, IXGBE_DMCTH(tc));
sys/dev/pci/ixgbe_x550.c
953
rx_pb_size = IXGBE_READ_REG(hw, IXGBE_RXPBSIZE(tc));
sys/dev/pci/ixgbe_x550.c
985
reg = IXGBE_READ_REG(hw, IXGBE_DMACR);
sys/dev/pci/ixgbe_x550.c
992
reg = IXGBE_READ_REG(hw, IXGBE_DMACR);