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:l4len
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H
A
D
puda.c
428
u32 iplen,
l4len
;
in irdma_puda_send()
local
434
l4len
= info->tcplen >> 2;
in irdma_puda_send()
454
FIELD_PREP(IRDMA_UDA_QPSQ_L4LEN,
l4len
) |
in irdma_puda_send()
471
FIELD_PREP(IRDMA_GEN1_UDA_QPSQ_L4LEN,
l4len
);
in irdma_puda_send()
H
A
D
user.h
213
u8
l4len
;
member
H
A
D
uk.c
483
FIELD_PREP(IRDMAQPSQ_L4LEN, info->
l4len
) |
in irdma_uk_send()
769
FIELD_PREP(IRDMAQPSQ_L4LEN, info->
l4len
) |
in irdma_uk_inline_send()
/kernel/linux/linux-6.6/drivers/net/ethernet/wangxun/libwx/
H
A
D
wx_lib.c
1209
u32
l4len
, tunhdr_eiplen_tunlen = 0;
in wx_tso()
local
1254
l4len
= enc ? inner_tcp_hdrlen(skb) : tcp_hdrlen(skb);
in wx_tso()
1257
*hdr_len +=
l4len
;
in wx_tso()
1264
mss_l4len_idx =
l4len
<< WX_TXD_L4LEN_SHIFT;
in wx_tso()
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
H
A
D
i40iw_puda.c
375
u32 iplen,
l4len
;
in i40iw_puda_send()
local
381
l4len
= info->tcplen >> 2;
in i40iw_puda_send()
399
LS_64(
l4len
, I40IW_UDA_QPSQ_L4LEN);
in i40iw_puda_send()
Completed in 10 milliseconds