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_VMOLR
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/
H
A
D
e1000_regs.h
346
#define
E1000_VMOLR
(_n) (0x05AD0 + (4 * (_n)))
macro
H
A
D
igb_main.c
4581
vmolr = rd32(
E1000_VMOLR
(vfn));
in igb_set_vf_rlpml()
4584
wr32(
E1000_VMOLR
(vfn), vmolr);
in igb_set_vf_rlpml()
4601
reg =
E1000_VMOLR
(vfn);
in igb_set_vf_vlan_strip()
4623
vmolr = rd32(
E1000_VMOLR
(vfn));
in igb_set_vmolr()
4640
wr32(
E1000_VMOLR
(vfn), vmolr);
in igb_set_vmolr()
5270
vmolr |= rd32(
E1000_VMOLR
(vfn)) &
in igb_set_rx_mode()
5283
wr32(
E1000_VMOLR
(vfn), vmolr);
in igb_set_rx_mode()
7070
u32 vmolr = rd32(
E1000_VMOLR
(vf));
in igb_set_vf_promisc()
7097
wr32(
E1000_VMOLR
(vf), vmolr);
in igb_set_vf_promisc()
7141
u32 vmolr = rd32(
E1000_VMOLR
(
in igb_restore_vf_multicasts()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/
H
A
D
e1000_regs.h
345
#define
E1000_VMOLR
(_n) (0x05AD0 + (4 * (_n)))
macro
H
A
D
igb_main.c
4667
vmolr = rd32(
E1000_VMOLR
(vfn));
in igb_set_vf_rlpml()
4670
wr32(
E1000_VMOLR
(vfn), vmolr);
in igb_set_vf_rlpml()
4687
reg =
E1000_VMOLR
(vfn);
in igb_set_vf_vlan_strip()
4709
vmolr = rd32(
E1000_VMOLR
(vfn));
in igb_set_vmolr()
4726
wr32(
E1000_VMOLR
(vfn), vmolr);
in igb_set_vmolr()
5356
vmolr |= rd32(
E1000_VMOLR
(vfn)) &
in igb_set_rx_mode()
5369
wr32(
E1000_VMOLR
(vfn), vmolr);
in igb_set_rx_mode()
7247
u32 vmolr = rd32(
E1000_VMOLR
(vf));
in igb_set_vf_promisc()
7274
wr32(
E1000_VMOLR
(vf), vmolr);
in igb_set_vf_promisc()
7318
u32 vmolr = rd32(
E1000_VMOLR
(
in igb_restore_vf_multicasts()
[all...]
Completed in 23 milliseconds