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:fpdu_length
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_iwarp.c
1842
fpdu->
fpdu_length
= *mpa_data << BITS_PER_BYTE;
in qed_iwarp_mpa_classify()
1848
fpdu->
fpdu_length
= QED_IWARP_FPDU_LEN_WITH_PAD(mpa_len);
in qed_iwarp_mpa_classify()
1850
if (fpdu->
fpdu_length
<= tcp_payload_len)
in qed_iwarp_mpa_classify()
1857
"MPA_ALIGN: %s:
fpdu_length
=0x%x tcp_payload_len:0x%x\n",
in qed_iwarp_mpa_classify()
1858
pkt_type_str[pkt_type], fpdu->
fpdu_length
, tcp_payload_len);
in qed_iwarp_mpa_classify()
1879
else if (tcp_payload_size < fpdu->
fpdu_length
)
in qed_iwarp_init_fpdu()
1880
fpdu->incomplete_bytes = fpdu->
fpdu_length
- tcp_payload_size;
in qed_iwarp_init_fpdu()
1884
fpdu->mpa_frag_len = fpdu->
fpdu_length
- fpdu->incomplete_bytes;
in qed_iwarp_init_fpdu()
1900
* since
fpdu_length
<= mss, we use an intermediate buffer since
in qed_iwarp_cp_pkt()
1957
mpa_len = fpdu->
fpdu_length
| *mpa_dat
in qed_iwarp_update_fpdu_length()
[all...]
H
A
D
qed_iwarp.h
47
* case the
fpdu_length
will be partial (contain only higher byte and
58
u16
fpdu_length
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_iwarp.c
1842
fpdu->
fpdu_length
= *mpa_data << BITS_PER_BYTE;
in qed_iwarp_mpa_classify()
1848
fpdu->
fpdu_length
= QED_IWARP_FPDU_LEN_WITH_PAD(mpa_len);
in qed_iwarp_mpa_classify()
1850
if (fpdu->
fpdu_length
<= tcp_payload_len)
in qed_iwarp_mpa_classify()
1857
"MPA_ALIGN: %s:
fpdu_length
=0x%x tcp_payload_len:0x%x\n",
in qed_iwarp_mpa_classify()
1858
pkt_type_str[pkt_type], fpdu->
fpdu_length
, tcp_payload_len);
in qed_iwarp_mpa_classify()
1879
else if (tcp_payload_size < fpdu->
fpdu_length
)
in qed_iwarp_init_fpdu()
1880
fpdu->incomplete_bytes = fpdu->
fpdu_length
- tcp_payload_size;
in qed_iwarp_init_fpdu()
1884
fpdu->mpa_frag_len = fpdu->
fpdu_length
- fpdu->incomplete_bytes;
in qed_iwarp_init_fpdu()
1900
* since
fpdu_length
<= mss, we use an intermediate buffer since
in qed_iwarp_cp_pkt()
1957
mpa_len = fpdu->
fpdu_length
| *mpa_dat
in qed_iwarp_update_fpdu_length()
[all...]
H
A
D
qed_iwarp.h
47
* case the
fpdu_length
will be partial (contain only higher byte and
58
u16
fpdu_length
;
member
Completed in 8 milliseconds