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:sizeoflast
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns/
H
A
D
hns_enet.c
285
int
sizeoflast
;
in fill_tso_desc()
local
289
sizeoflast
= size % BD_MAX_SEND_SIZE;
in fill_tso_desc()
290
sizeoflast
=
sizeoflast
?
sizeoflast
: BD_MAX_SEND_SIZE;
in fill_tso_desc()
296
sizeoflast
: BD_MAX_SEND_SIZE,
in fill_tso_desc()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns/
H
A
D
hns_enet.c
293
int
sizeoflast
;
in fill_tso_desc()
local
297
sizeoflast
= size % BD_MAX_SEND_SIZE;
in fill_tso_desc()
298
sizeoflast
=
sizeoflast
?
sizeoflast
: BD_MAX_SEND_SIZE;
in fill_tso_desc()
304
sizeoflast
: BD_MAX_SEND_SIZE,
in fill_tso_desc()
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/
H
A
D
hns3_enet.c
1098
int k,
sizeoflast
;
in hns3_fill_desc()
local
1135
sizeoflast
= size % HNS3_MAX_BD_SIZE;
in hns3_fill_desc()
1136
sizeoflast
=
sizeoflast
?
sizeoflast
: HNS3_MAX_BD_SIZE;
in hns3_fill_desc()
1143
(u16)
sizeoflast
: (u16)HNS3_MAX_BD_SIZE);
in hns3_fill_desc()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/
H
A
D
hns3_enet.c
1687
int k,
sizeoflast
;
in hns3_fill_desc()
local
1701
sizeoflast
= size % HNS3_MAX_BD_SIZE;
in hns3_fill_desc()
1702
sizeoflast
=
sizeoflast
?
sizeoflast
: HNS3_MAX_BD_SIZE;
in hns3_fill_desc()
1709
(u16)
sizeoflast
: (u16)HNS3_MAX_BD_SIZE);
in hns3_fill_desc()
Completed in 19 milliseconds