OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IGC_READ_REG
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/pci/igc/
igc_mac.c
317
IGC_READ_REG
(hw, IGC_CRCERRS);
318
IGC_READ_REG
(hw, IGC_ALGNERRC);
319
IGC_READ_REG
(hw, IGC_MPC);
320
IGC_READ_REG
(hw, IGC_SCC);
321
IGC_READ_REG
(hw, IGC_ECOL);
322
IGC_READ_REG
(hw, IGC_MCC);
323
IGC_READ_REG
(hw, IGC_LATECOL);
324
IGC_READ_REG
(hw, IGC_COLC);
325
IGC_READ_REG
(hw, IGC_RERC);
326
IGC_READ_REG
(hw, IGC_DC)
[
all
...]
igc_nvm.c
78
ctrl_ext =
IGC_READ_REG
(hw, IGC_CTRL_EXT);
117
reg =
IGC_READ_REG
(hw, IGC_EERD);
119
reg =
IGC_READ_REG
(hw, IGC_EEWR);
167
data[i] = (
IGC_READ_REG
(hw, IGC_EERD) >> IGC_NVM_RW_REG_DATA);
190
rar_high =
IGC_READ_REG
(hw, IGC_RAH(0));
191
rar_low =
IGC_READ_REG
(hw, IGC_RAL(0));
igc_i225.c
32
uint32_t eecd =
IGC_READ_REG
(hw, IGC_EECD);
207
ctrl =
IGC_READ_REG
(hw, IGC_CTRL);
224
IGC_READ_REG
(hw, IGC_ICR);
290
swfw_sync =
IGC_READ_REG
(hw, IGC_SW_FW_SYNC);
334
swfw_sync =
IGC_READ_REG
(hw, IGC_SW_FW_SYNC);
357
ctrl =
IGC_READ_REG
(hw, IGC_CTRL);
362
phpm_reg =
IGC_READ_REG
(hw, IGC_I225_PHPM);
387
swsm =
IGC_READ_REG
(hw, IGC_SWSM);
403
swsm =
IGC_READ_REG
(hw, IGC_SWSM);
421
swsm =
IGC_READ_REG
(hw, IGC_SWSM)
[
all
...]
igc_phy.c
126
manc =
IGC_READ_REG
(hw, IGC_MANC);
204
mdic =
IGC_READ_REG
(hw, IGC_MDIC);
262
mdic =
IGC_READ_REG
(hw, IGC_MDIC);
720
phpm =
IGC_READ_REG
(hw, IGC_I225_PHPM);
722
ctrl =
IGC_READ_REG
(hw, IGC_CTRL);
734
phpm =
IGC_READ_REG
(hw, IGC_I225_PHPM);
if_igc.h
392
#define IGC_WRITE_FLUSH(a)
IGC_READ_REG
(a, IGC_STATUS)
393
#define
IGC_READ_REG
(a, reg) \
if_igc.c
881
reg =
IGC_READ_REG
(hw, IGC_FCRTC);
889
reg =
IGC_READ_REG
(hw, IGC_DMACR);
902
status =
IGC_READ_REG
(hw, IGC_STATUS);
914
reg =
IGC_READ_REG
(hw, IGC_DMCTLX);
921
status =
IGC_READ_REG
(hw, IGC_STATUS);
935
reg =
IGC_READ_REG
(hw, IGC_PCIEMISC);
1084
val =
IGC_READ_REG
(hw, reg);
1086
val += ((uint64_t)
IGC_READ_REG
(hw, reg + 4)) << 32;
1136
val =
IGC_READ_REG
(hw, IGC_RQDPC(iq));
1537
uint32_t ctrl =
IGC_READ_REG
(&sc->hw, IGC_CTRL)
[
all
...]
Completed in 16 milliseconds
Indexes created Tue Oct 14 01:09:49 GMT 2025