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:sfi_config
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/
H
A
D
enetc_qos.c
586
struct sfi_conf *
sfi_config
;
in enetc_streamfilter_hw_set()
local
593
sfi_config
= &cbd.sfi_conf;
in enetc_streamfilter_hw_set()
597
sfi_config
->en = 0x80;
in enetc_streamfilter_hw_set()
600
sfi_config
->stream_handle =
in enetc_streamfilter_hw_set()
602
sfi_config
->sthm |= 0x80;
in enetc_streamfilter_hw_set()
605
sfi_config
->sg_inst_table_index = cpu_to_le16(sfi->gate_id);
in enetc_streamfilter_hw_set()
606
sfi_config
->input_ports = 1 << enetc_get_port(priv);
in enetc_streamfilter_hw_set()
612
sfi_config
->multi |= (sfi->prio & 0x7) | 0x8;
in enetc_streamfilter_hw_set()
619
sfi_config
->msdu =
in enetc_streamfilter_hw_set()
621
sfi_config
in enetc_streamfilter_hw_set()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/enetc/
H
A
D
enetc_qos.c
608
struct sfi_conf *
sfi_config
;
in enetc_streamfilter_hw_set()
local
620
sfi_config
= &cbd.sfi_conf;
in enetc_streamfilter_hw_set()
624
sfi_config
->en = 0x80;
in enetc_streamfilter_hw_set()
627
sfi_config
->stream_handle =
in enetc_streamfilter_hw_set()
629
sfi_config
->sthm |= 0x80;
in enetc_streamfilter_hw_set()
632
sfi_config
->sg_inst_table_index = cpu_to_le16(sfi->gate_id);
in enetc_streamfilter_hw_set()
633
sfi_config
->input_ports = cpu_to_le32(1 << port);
in enetc_streamfilter_hw_set()
639
sfi_config
->multi |= (sfi->prio & 0x7) | 0x8;
in enetc_streamfilter_hw_set()
646
sfi_config
->msdu =
in enetc_streamfilter_hw_set()
648
sfi_config
in enetc_streamfilter_hw_set()
[all...]
Completed in 4 milliseconds