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:vlan_cache
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/dsa/microchip/
H
A
D
ksz8795.c
423
dev->
vlan_cache
[addr + i].table[0] = (u16)data;
in ksz8795_r_vlan_entries()
454
dev->
vlan_cache
[vid].table[0] = vlan;
in ksz8795_w_vlan_table()
843
ksz8795_from_vlan(dev->
vlan_cache
[vid].table[0],
in ksz8795_port_vlan_prepare()
1105
dev->
vlan_cache
= devm_kcalloc(dev->dev, sizeof(struct vlan_table),
in ksz8795_setup()
1107
if (!dev->
vlan_cache
)
in ksz8795_setup()
H
A
D
ksz9477.c
152
dev->
vlan_cache
[vid].table[0] = vlan_table[0];
in ksz9477_set_vlan_table()
153
dev->
vlan_cache
[vid].table[1] = vlan_table[1];
in ksz9477_set_vlan_table()
154
dev->
vlan_cache
[vid].table[2] = vlan_table[2];
in ksz9477_set_vlan_table()
1353
dev->
vlan_cache
= devm_kcalloc(dev->dev, sizeof(struct vlan_table),
in ksz9477_setup()
1355
if (!dev->
vlan_cache
)
in ksz9477_setup()
H
A
D
ksz_common.h
82
struct vlan_table *
vlan_cache
;
member
/kernel/linux/linux-6.6/drivers/net/dsa/microchip/
H
A
D
ksz9477.c
120
dev->
vlan_cache
[vid].table[0] = vlan_table[0];
in ksz9477_set_vlan_table()
121
dev->
vlan_cache
[vid].table[1] = vlan_table[1];
in ksz9477_set_vlan_table()
122
dev->
vlan_cache
[vid].table[2] = vlan_table[2];
in ksz9477_set_vlan_table()
H
A
D
ksz8795.c
600
dev->
vlan_cache
[addr + i].table[0] = (u16)data;
in ksz8_r_vlan_entries()
631
dev->
vlan_cache
[vid].table[0] = vlan;
in ksz8_w_vlan_table()
1161
ksz8_from_vlan(dev, dev->
vlan_cache
[vid].table[0],
in ksz8_port_vlan_add()
H
A
D
ksz_common.h
161
struct vlan_table *
vlan_cache
;
member
H
A
D
ksz_common.c
2116
dev->
vlan_cache
= devm_kcalloc(dev->dev, sizeof(struct vlan_table),
in ksz_setup()
2118
if (!dev->
vlan_cache
)
in ksz_setup()
Completed in 14 milliseconds