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:si_conf
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/
H
A
D
enetc_qos.c
475
struct streamid_conf *
si_conf
;
in enetc_streamid_hw_set()
local
513
si_conf
= &cbd.sid_set;
in enetc_streamid_hw_set()
515
si_conf
->iports = 1 << enetc_get_port(priv);
in enetc_streamid_hw_set()
516
si_conf
->id_type = 1;
in enetc_streamid_hw_set()
517
si_conf
->oui[2] = 0x0;
in enetc_streamid_hw_set()
518
si_conf
->oui[1] = 0x80;
in enetc_streamid_hw_set()
519
si_conf
->oui[0] = 0xC2;
in enetc_streamid_hw_set()
536
si_conf
->en = 0x80;
in enetc_streamid_hw_set()
537
si_conf
->stream_handle = cpu_to_le32(sid->handle);
in enetc_streamid_hw_set()
538
si_conf
in enetc_streamid_hw_set()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/enetc/
H
A
D
enetc_qos.c
517
struct streamid_conf *
si_conf
;
in enetc_streamid_hw_set()
local
550
si_conf
= &cbd.sid_set;
in enetc_streamid_hw_set()
552
si_conf
->iports = cpu_to_le32(1 << port);
in enetc_streamid_hw_set()
553
si_conf
->id_type = 1;
in enetc_streamid_hw_set()
554
si_conf
->oui[2] = 0x0;
in enetc_streamid_hw_set()
555
si_conf
->oui[1] = 0x80;
in enetc_streamid_hw_set()
556
si_conf
->oui[0] = 0xC2;
in enetc_streamid_hw_set()
568
si_conf
->en = 0x80;
in enetc_streamid_hw_set()
569
si_conf
->stream_handle = cpu_to_le32(sid->handle);
in enetc_streamid_hw_set()
570
si_conf
in enetc_streamid_hw_set()
[all...]
Completed in 4 milliseconds