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:paylen_ol4cs
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/
H
A
D
hns3_enet.h
288
__le32
paylen_ol4cs
;
member
H
A
D
hns3_enet.c
1561
u32
paylen_ol4cs
;
member
1571
pa->
paylen_ol4cs
= skb->len;
in hns3_init_desc_data()
1639
ret = hns3_set_tso(skb, ¶m->
paylen_ol4cs
, ¶m->mss_hw_csum,
in hns3_handle_csum_partial()
1672
desc->tx.
paylen_ol4cs
= cpu_to_le32(param.
paylen_ol4cs
);
in hns3_fill_skb_desc()
H
A
D
hns3_debugfs.c
981
sprintf(result[j++], "%#x", le32_to_cpu(desc->tx.
paylen_ol4cs
));
in hns3_dump_tx_bd_info()
Completed in 13 milliseconds