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:SIZE_OF_LT
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
common.h
234
#define
SIZE_OF_LT
1
macro
H
A
D
ud.c
369
nwords = ((wqe->length + extra_bytes +
SIZE_OF_LT
) >> 2) + SIZE_OF_CRC;
in hfi1_make_ud_req_16B()
609
SIZE_OF_LT
) >> 2) + SIZE_OF_CRC;
in return_cnp_16B()
H
A
D
verbs.c
736
(SIZE_OF_CRC << 2) +
SIZE_OF_LT
;
in build_verbs_tx_desc()
816
SIZE_OF_LT
) >> 2;
in hfi1_verbs_send_dma()
960
extra_bytes = pad_size + (SIZE_OF_CRC << 2) +
SIZE_OF_LT
;
in hfi1_verbs_send_pio()
H
A
D
ruc.c
247
extra_bytes +
SIZE_OF_LT
) >> 2);
in hfi1_make_ruc_header_16B()
H
A
D
driver.c
1592
packet->extra_byte =
SIZE_OF_LT
;
in hfi1_setup_bypass_packet()
H
A
D
hfi.h
2604
SIZE_OF_LT
) & 0x7;
in hfi1_get_16b_padding()
H
A
D
rc.c
1294
*nwords = SIZE_OF_CRC + ((extra_bytes +
SIZE_OF_LT
) >> 2);
in hfi1_make_rc_ack_16B()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
common.h
331
#define
SIZE_OF_LT
1
macro
H
A
D
ud.c
411
nwords = ((wqe->length + extra_bytes +
SIZE_OF_LT
) >> 2) + SIZE_OF_CRC;
in hfi1_make_ud_req_16B()
650
SIZE_OF_LT
) >> 2) + SIZE_OF_CRC;
in return_cnp_16B()
H
A
D
verbs.c
778
(SIZE_OF_CRC << 2) +
SIZE_OF_LT
;
in build_verbs_tx_desc()
858
SIZE_OF_LT
) >> 2;
in hfi1_verbs_send_dma()
1002
extra_bytes = pad_size + (SIZE_OF_CRC << 2) +
SIZE_OF_LT
;
in hfi1_verbs_send_pio()
H
A
D
ruc.c
288
extra_bytes +
SIZE_OF_LT
) >> 2);
in hfi1_make_ruc_header_16B()
H
A
D
hfi.h
2657
SIZE_OF_LT
) & 0x7;
in hfi1_get_16b_padding()
H
A
D
driver.c
1639
packet->extra_byte =
SIZE_OF_LT
;
in hfi1_setup_bypass_packet()
H
A
D
rc.c
1335
*nwords = SIZE_OF_CRC + ((extra_bytes +
SIZE_OF_LT
) >> 2);
in hfi1_make_rc_ack_16B()
Completed in 37 milliseconds