Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:E1000_RXPBS
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/
H
A
D
e1000_regs.h
127
#define
E1000_RXPBS
0x02404 /* Rx Packet Buffer Size - RW */
macro
180
#define
E1000_RXPBS
0x02404 /* Rx Packet Buffer Size - RW */
macro
H
A
D
igb_ptp.c
1098
regval = rd32(
E1000_RXPBS
);
in igb_ptp_set_timestamp_mode()
1100
wr32(
E1000_RXPBS
, regval);
in igb_ptp_set_timestamp_mode()
H
A
D
igb_main.c
1940
val = rd32(
E1000_RXPBS
);
in igb_setup_tx_mode()
1943
wr32(
E1000_RXPBS
, val);
in igb_setup_tx_mode()
1971
wr32(
E1000_RXPBS
, I210_RXPBSIZE_DEFAULT);
in igb_setup_tx_mode()
2277
pba = rd32(
E1000_RXPBS
);
in igb_reset()
2281
pba = rd32(
E1000_RXPBS
);
in igb_reset()
3379
wr32(
E1000_RXPBS
, I210_RXPBSIZE_DEFAULT);
in igb_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/
H
A
D
e1000_regs.h
126
#define
E1000_RXPBS
0x02404 /* Rx Packet Buffer Size - RW */
macro
179
#define
E1000_RXPBS
0x02404 /* Rx Packet Buffer Size - RW */
macro
H
A
D
igb_ptp.c
1224
regval = rd32(
E1000_RXPBS
);
in igb_ptp_set_timestamp_mode()
1226
wr32(
E1000_RXPBS
, regval);
in igb_ptp_set_timestamp_mode()
H
A
D
igb_main.c
1937
val = rd32(
E1000_RXPBS
);
in igb_setup_tx_mode()
1940
wr32(
E1000_RXPBS
, val);
in igb_setup_tx_mode()
1968
wr32(
E1000_RXPBS
, I210_RXPBSIZE_DEFAULT);
in igb_setup_tx_mode()
2298
pba = rd32(
E1000_RXPBS
);
in igb_reset()
2302
pba = rd32(
E1000_RXPBS
);
in igb_reset()
3416
wr32(
E1000_RXPBS
, I210_RXPBSIZE_DEFAULT);
in igb_probe()
Completed in 33 milliseconds