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:IB_GRH_BYTES
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/core/
H
A
D
ud_header.c
345
(grh_present ?
IB_GRH_BYTES
: 0) +
in ib_ud_header_init()
436
len +=
IB_GRH_BYTES
;
in ib_ud_header_pack()
496
buf +=
IB_GRH_BYTES
;
in ib_ud_header_unpack()
/kernel/linux/linux-6.6/drivers/infiniband/core/
H
A
D
ud_header.c
345
(grh_present ?
IB_GRH_BYTES
: 0) +
in ib_ud_header_init()
436
len +=
IB_GRH_BYTES
;
in ib_ud_header_pack()
496
buf +=
IB_GRH_BYTES
;
in ib_ud_header_unpack()
/kernel/linux/linux-5.10/include/rdma/
H
A
D
ib_pack.h
16
IB_GRH_BYTES
= 40,
enumerator
H
A
D
ib_addr.h
178
mtu = mtu - (
IB_GRH_BYTES
+ IB_UDP_BYTES + IB_BTH_BYTES +
in iboe_get_mtu()
/kernel/linux/linux-6.6/include/rdma/
H
A
D
ib_addr.h
179
mtu = mtu - (
IB_GRH_BYTES
+ IB_UDP_BYTES + IB_BTH_BYTES +
in iboe_get_mtu()
H
A
D
ib_pack.h
16
IB_GRH_BYTES
= 40,
enumerator
/kernel/linux/linux-5.10/drivers/infiniband/ulp/ipoib/
H
A
D
ipoib.h
68
IPOIB_UD_HEAD_SIZE =
IB_GRH_BYTES
+ IPOIB_ENCAP_LEN,
463
#define IPOIB_UD_BUF_SIZE(ib_mtu) (ib_mtu +
IB_GRH_BYTES
)
H
A
D
ipoib_ib.c
136
* the IP header will be at IPOIP_HARD_LEN +
IB_GRH_BYTES
, that is
in ipoib_alloc_rx_skb()
252
skb_pull(skb,
IB_GRH_BYTES
);
in ipoib_ib_handle_rx_wc()
/kernel/linux/linux-6.6/drivers/infiniband/ulp/ipoib/
H
A
D
ipoib.h
68
IPOIB_UD_HEAD_SIZE =
IB_GRH_BYTES
+ IPOIB_ENCAP_LEN,
463
#define IPOIB_UD_BUF_SIZE(ib_mtu) (ib_mtu +
IB_GRH_BYTES
)
H
A
D
ipoib_ib.c
136
* the IP header will be at IPOIP_HARD_LEN +
IB_GRH_BYTES
, that is
in ipoib_alloc_rx_skb()
252
skb_pull(skb,
IB_GRH_BYTES
);
in ipoib_ib_handle_rx_wc()
Completed in 17 milliseconds