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:ee_nds
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/
H
A
D
mthca_wqe.h
59
__be32
ee_nds
; /* [31:8] next EE [7] DBD [6] F [5:0] next WQE size */
member
H
A
D
mthca_srq.c
517
((struct mthca_next_seg *) wqe)->
ee_nds
= 0;
in mthca_tavor_post_srq_recv()
537
((struct mthca_next_seg *) prev_wqe)->
ee_nds
=
in mthca_tavor_post_srq_recv()
604
((struct mthca_next_seg *) wqe)->
ee_nds
= 0;
in mthca_arbel_post_srq_recv()
H
A
D
mthca_qp.c
1220
next->
ee_nds
= cpu_to_be32(size);
in mthca_alloc_qp_common()
1668
((struct mthca_next_seg *) wqe)->
ee_nds
= 0;
in mthca_tavor_post_send()
1785
((struct mthca_next_seg *) prev_wqe)->
ee_nds
=
in mthca_tavor_post_send()
1863
((struct mthca_next_seg *) wqe)->
ee_nds
=
in mthca_tavor_post_receive()
1884
((struct mthca_next_seg *) prev_wqe)->
ee_nds
=
in mthca_tavor_post_receive()
2115
((struct mthca_next_seg *) prev_wqe)->
ee_nds
=
in mthca_arbel_post_send()
2249
*dbd = !!(next->
ee_nds
& cpu_to_be32(MTHCA_NEXT_DBD));
in mthca_free_err_wqe()
2250
if (next->
ee_nds
& cpu_to_be32(0x3f))
in mthca_free_err_wqe()
2252
(next->
ee_nds
& cpu_to_be32(0x3f));
in mthca_free_err_wqe()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mthca/
H
A
D
mthca_wqe.h
59
__be32
ee_nds
; /* [31:8] next EE [7] DBD [6] F [5:0] next WQE size */
member
H
A
D
mthca_srq.c
517
((struct mthca_next_seg *) wqe)->
ee_nds
= 0;
in mthca_tavor_post_srq_recv()
537
((struct mthca_next_seg *) prev_wqe)->
ee_nds
=
in mthca_tavor_post_srq_recv()
604
((struct mthca_next_seg *) wqe)->
ee_nds
= 0;
in mthca_arbel_post_srq_recv()
H
A
D
mthca_qp.c
1223
next->
ee_nds
= cpu_to_be32(size);
in mthca_alloc_qp_common()
1671
((struct mthca_next_seg *) wqe)->
ee_nds
= 0;
in mthca_tavor_post_send()
1788
((struct mthca_next_seg *) prev_wqe)->
ee_nds
=
in mthca_tavor_post_send()
1866
((struct mthca_next_seg *) wqe)->
ee_nds
=
in mthca_tavor_post_receive()
1887
((struct mthca_next_seg *) prev_wqe)->
ee_nds
=
in mthca_tavor_post_receive()
2118
((struct mthca_next_seg *) prev_wqe)->
ee_nds
=
in mthca_arbel_post_send()
2252
*dbd = !!(next->
ee_nds
& cpu_to_be32(MTHCA_NEXT_DBD));
in mthca_free_err_wqe()
2253
if (next->
ee_nds
& cpu_to_be32(0x3f))
in mthca_free_err_wqe()
2255
(next->
ee_nds
& cpu_to_be32(0x3f));
in mthca_free_err_wqe()
Completed in 9 milliseconds