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:qp_mtu
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/net/smc/
H
A
D
smc_clc.h
176
qp_mtu
: 4; /* QP mtu */
member
178
u8
qp_mtu
: 4,
member
H
A
D
smc_llc.c
64
qp_mtu
: 4;
member
66
u8
qp_mtu
: 4,
member
514
addllc->
qp_mtu
= link_new->path_mtu;
in smc_llc_send_add_link()
516
addllc->
qp_mtu
= min(link_new->path_mtu,
in smc_llc_send_add_link()
864
link->peer_mtu = add_llc->
qp_mtu
;
in smc_llc_save_add_link_info()
877
if (!llc->
qp_mtu
)
in smc_llc_cli_add_link()
H
A
D
smc_clc.c
701
clc->r0.
qp_mtu
= link->path_mtu;
in smc_clc_send_confirm_accept()
704
clc->r0.
qp_mtu
= min(link->path_mtu, link->peer_mtu);
in smc_clc_send_confirm_accept()
H
A
D
af_smc.c
523
link->peer_mtu = clc->r0.
qp_mtu
;
in smc_link_save_peer_info()
/kernel/linux/linux-6.6/net/smc/
H
A
D
smc_clc.h
195
qp_mtu
: 4; /* QP mtu */
member
197
u8
qp_mtu
: 4,
member
H
A
D
smc_llc.c
71
qp_mtu
: 4;
member
73
u8
qp_mtu
: 4,
member
685
addllc->
qp_mtu
= link_new->path_mtu;
in smc_llc_send_add_link()
687
addllc->
qp_mtu
= min(link_new->path_mtu,
in smc_llc_send_add_link()
1026
link->peer_mtu = add_llc->
qp_mtu
;
in smc_llc_save_add_link_info()
1039
if (!llc->
qp_mtu
)
in smc_llc_cli_add_link()
H
A
D
smc_clc.c
1075
clc->r0.
qp_mtu
= link->path_mtu;
in smc_clc_send_confirm_accept()
1078
clc->r0.
qp_mtu
= min(link->path_mtu, link->peer_mtu);
in smc_clc_send_confirm_accept()
H
A
D
af_smc.c
751
link->peer_mtu = clc->r0.
qp_mtu
;
in smc_link_save_peer_info()
/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/
H
A
D
rxe_loc.h
162
static inline int
qp_mtu
(struct rxe_qp *qp)
in qp_mtu()
function
/kernel/linux/linux-6.6/drivers/infiniband/sw/rxe/
H
A
D
rxe_loc.h
131
static inline int
qp_mtu
(struct rxe_qp *qp)
in qp_mtu()
function
Completed in 23 milliseconds