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:sect_len
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H
A
D
ice_flex_pipe.c
2707
u32 dst_len,
sect_len
, offset = 0;
in ice_fill_tbl()
local
2739
sect_len
= le16_to_cpu(xlt1->count) *
in ice_fill_tbl()
2752
sect_len
= le16_to_cpu(xlt2->count) *
in ice_fill_tbl()
2765
sect_len
= le16_to_cpu(pid->count) *
in ice_fill_tbl()
2778
sect_len
= le16_to_cpu(pr->count) *
in ice_fill_tbl()
2791
sect_len
= (u32)(le16_to_cpu(es->count) *
in ice_fill_tbl()
2814
if ((offset +
sect_len
) > dst_len)
in ice_fill_tbl()
2815
sect_len
= dst_len - offset;
in ice_fill_tbl()
2817
memcpy(dst + offset, src,
sect_len
);
in ice_fill_tbl()
2818
offset +=
sect_len
;
in ice_fill_tbl()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice_flex_pipe.c
1880
u32 dst_len,
sect_len
, offset = 0;
in ice_fill_tbl()
local
1912
sect_len
= le16_to_cpu(xlt1->count) *
in ice_fill_tbl()
1925
sect_len
= le16_to_cpu(xlt2->count) *
in ice_fill_tbl()
1938
sect_len
= le16_to_cpu(pid->count) *
in ice_fill_tbl()
1951
sect_len
= le16_to_cpu(pr->count) *
in ice_fill_tbl()
1964
sect_len
= (u32)(le16_to_cpu(es->count) *
in ice_fill_tbl()
1987
if ((offset +
sect_len
) > dst_len)
in ice_fill_tbl()
1988
sect_len
= dst_len - offset;
in ice_fill_tbl()
1990
memcpy(dst + offset, src,
sect_len
);
in ice_fill_tbl()
1991
offset +=
sect_len
;
in ice_fill_tbl()
[all...]
Completed in 8 milliseconds