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:MPA_CRC_SIZE
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/
H
A
D
siw_qp_tx.c
261
c_tx->ctrl_len +=
MPA_CRC_SIZE
;
in siw_qp_prepare_tx()
265
c_tx->ctrl_len +=
MPA_CRC_SIZE
;
in siw_qp_prepare_tx()
397
#define MAX_TRAILER (
MPA_CRC_SIZE
+ 4)
723
if (data_len + c_tx->ctrl_len +
MPA_CRC_SIZE
> c_tx->tcp_seglen) {
in siw_prepare_fpdu()
725
data_len = c_tx->tcp_seglen - (c_tx->ctrl_len +
MPA_CRC_SIZE
);
in siw_prepare_fpdu()
H
A
D
iwarp.h
88
#define
MPA_CRC_SIZE
4
macro
H
A
D
siw_qp.c
563
len_terminate = sizeof(*term) + iov[1].iov_len +
MPA_CRC_SIZE
;
in siw_send_terminate()
568
len_terminate = sizeof(*term) +
MPA_CRC_SIZE
;
in siw_send_terminate()
582
cpu_to_be16(len_terminate - (MPA_HDR_SIZE +
MPA_CRC_SIZE
));
in siw_send_terminate()
H
A
D
siw_qp_rx.c
937
if (to_copy +
MPA_CRC_SIZE
> srx->skb_new)
in siw_proc_terminate()
1418
+
MPA_CRC_SIZE
;
in siw_tcp_rx_data()
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/
H
A
D
siw_qp_tx.c
260
c_tx->ctrl_len +=
MPA_CRC_SIZE
;
in siw_qp_prepare_tx()
264
c_tx->ctrl_len +=
MPA_CRC_SIZE
;
in siw_qp_prepare_tx()
402
#define MAX_TRAILER (
MPA_CRC_SIZE
+ 4)
732
if (data_len + c_tx->ctrl_len +
MPA_CRC_SIZE
> c_tx->tcp_seglen) {
in siw_prepare_fpdu()
734
data_len = c_tx->tcp_seglen - (c_tx->ctrl_len +
MPA_CRC_SIZE
);
in siw_prepare_fpdu()
H
A
D
iwarp.h
88
#define
MPA_CRC_SIZE
4
macro
H
A
D
siw_qp.c
566
len_terminate = sizeof(*term) + iov[1].iov_len +
MPA_CRC_SIZE
;
in siw_send_terminate()
571
len_terminate = sizeof(*term) +
MPA_CRC_SIZE
;
in siw_send_terminate()
585
cpu_to_be16(len_terminate - (MPA_HDR_SIZE +
MPA_CRC_SIZE
));
in siw_send_terminate()
H
A
D
siw_qp_rx.c
937
if (to_copy +
MPA_CRC_SIZE
> srx->skb_new)
in siw_proc_terminate()
1418
+
MPA_CRC_SIZE
;
in siw_tcp_rx_data()
Completed in 10 milliseconds