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:inj_prefix
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mscc/
H
A
D
ocelot.c
1360
if (ocelot->
inj_prefix
== OCELOT_TAG_PREFIX_SHORT)
in ocelot_port_set_maxlen()
1362
else if (ocelot->
inj_prefix
== OCELOT_TAG_PREFIX_LONG)
in ocelot_port_set_maxlen()
1392
if (ocelot->
inj_prefix
== OCELOT_TAG_PREFIX_SHORT)
in ocelot_get_max_mtu()
1394
else if (ocelot->
inj_prefix
== OCELOT_TAG_PREFIX_LONG)
in ocelot_get_max_mtu()
1481
ocelot->
inj_prefix
);
in ocelot_cpu_port_init()
H
A
D
ocelot_vsc7514.c
1260
ocelot->
inj_prefix
= OCELOT_TAG_PREFIX_NONE;
in mscc_ocelot_probe()
/kernel/linux/linux-5.10/drivers/net/dsa/ocelot/
H
A
D
felix.c
454
ocelot->
inj_prefix
= OCELOT_TAG_PREFIX_SHORT;
in felix_init_structs()
571
ocelot->
inj_prefix
);
in felix_npi_port_init()
/kernel/linux/linux-5.10/include/soc/mscc/
H
A
D
ocelot.h
632
enum ocelot_tag_prefix
inj_prefix
;
member
Completed in 8 milliseconds