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:RCV_BUFSIZ_M
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/iscsi/cxgbit/
H
A
D
cxgbit_cm.c
1163
if (win >
RCV_BUFSIZ_M
)
in cxgbit_pass_accept_rpl()
1164
win =
RCV_BUFSIZ_M
;
in cxgbit_pass_accept_rpl()
1649
if (csk->rcv_win > (
RCV_BUFSIZ_M
<< 10))
in cxgbit_pass_establish()
1650
csk->rx_credits = (csk->rcv_win - (
RCV_BUFSIZ_M
<< 10));
in cxgbit_pass_establish()
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/
H
A
D
cm.c
785
if (win >
RCV_BUFSIZ_M
)
in send_connect()
786
win =
RCV_BUFSIZ_M
;
in send_connect()
1432
if (ep->rcv_win >
RCV_BUFSIZ_M
* 1024)
in update_rx_credits()
1433
credits += ep->rcv_win -
RCV_BUFSIZ_M
* 1024;
in update_rx_credits()
2000
if (win >
RCV_BUFSIZ_M
)
in send_fw_act_open_req()
2001
win =
RCV_BUFSIZ_M
;
in send_fw_act_open_req()
2438
if (win >
RCV_BUFSIZ_M
)
in accept_cr()
2439
win =
RCV_BUFSIZ_M
;
in accept_cr()
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/
H
A
D
cm.c
785
if (win >
RCV_BUFSIZ_M
)
in send_connect()
786
win =
RCV_BUFSIZ_M
;
in send_connect()
1432
if (ep->rcv_win >
RCV_BUFSIZ_M
* 1024)
in update_rx_credits()
1433
credits += ep->rcv_win -
RCV_BUFSIZ_M
* 1024;
in update_rx_credits()
2000
if (win >
RCV_BUFSIZ_M
)
in send_fw_act_open_req()
2001
win =
RCV_BUFSIZ_M
;
in send_fw_act_open_req()
2438
if (win >
RCV_BUFSIZ_M
)
in accept_cr()
2439
win =
RCV_BUFSIZ_M
;
in accept_cr()
/kernel/linux/linux-6.6/drivers/target/iscsi/cxgbit/
H
A
D
cxgbit_cm.c
839
csk->rcv_win = min(csk->rcv_win,
RCV_BUFSIZ_M
<< 10);
in cxgbit_set_tcp_window()
1165
if (win >
RCV_BUFSIZ_M
)
in cxgbit_pass_accept_rpl()
1166
win =
RCV_BUFSIZ_M
;
in cxgbit_pass_accept_rpl()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H
A
D
chtls_cm.c
1043
RCV_BUFSIZ_V(min(tp->rcv_wnd >> 10,
RCV_BUFSIZ_M
));
in chtls_pass_accept_rpl()
1472
if (tp->rcv_wnd > (
RCV_BUFSIZ_M
<< 10))
in make_established()
1473
tp->rcv_wup -= tp->rcv_wnd - (
RCV_BUFSIZ_M
<< 10);
in make_established()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H
A
D
chtls_cm.c
1043
RCV_BUFSIZ_V(min(tp->rcv_wnd >> 10,
RCV_BUFSIZ_M
));
in chtls_pass_accept_rpl()
1472
if (tp->rcv_wnd > (
RCV_BUFSIZ_M
<< 10))
in make_established()
1473
tp->rcv_wup -= tp->rcv_wnd - (
RCV_BUFSIZ_M
<< 10);
in make_established()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
t4_msg.h
260
#define
RCV_BUFSIZ_M
0x3FFU
macro
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
t4_msg.h
260
#define
RCV_BUFSIZ_M
0x3FFU
macro
Completed in 32 milliseconds