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:tx_suspend
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/
H
A
D
siw_qp_tx.c
894
if (unlikely(c_tx->
tx_suspend
)) {
in siw_qp_sq_proc_tx()
1035
if (unlikely(qp->tx_ctx.
tx_suspend
)) {
in siw_qp_sq_process()
1130
if (!qp->tx_ctx.
tx_suspend
)
in siw_qp_sq_process()
1175
!qp->tx_ctx.
tx_suspend
)) {
in siw_sq_resume()
1183
if (!qp->tx_ctx.
tx_suspend
)
in siw_sq_resume()
H
A
D
siw.h
400
u8
tx_suspend
: 1; /* stop sending DDP segs. */
member
H
A
D
siw_verbs.c
571
qp->tx_ctx.
tx_suspend
= 1;
in siw_verbs_modify_qp()
964
if (siw_qp_sq_process(qp) != 0 && !(qp->tx_ctx.
tx_suspend
))
in siw_post_send()
H
A
D
siw_cm.c
377
qp->tx_ctx.
tx_suspend
= 1;
in siw_qp_cm_drop()
1301
cep->qp->tx_ctx.
tx_suspend
= 1;
in siw_cm_llp_state_change()
H
A
D
siw_qp.c
134
qp->tx_ctx.
tx_suspend
= 1;
in siw_qp_llp_close()
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/
H
A
D
siw_qp_tx.c
903
if (unlikely(c_tx->
tx_suspend
)) {
in siw_qp_sq_proc_tx()
1044
if (unlikely(qp->tx_ctx.
tx_suspend
)) {
in siw_qp_sq_process()
1139
if (!qp->tx_ctx.
tx_suspend
)
in siw_qp_sq_process()
1184
!qp->tx_ctx.
tx_suspend
)) {
in siw_sq_resume()
1192
if (!qp->tx_ctx.
tx_suspend
)
in siw_sq_resume()
H
A
D
siw.h
401
u8
tx_suspend
: 1; /* stop sending DDP segs. */
member
H
A
D
siw_cm.c
380
qp->tx_ctx.
tx_suspend
= 1;
in siw_qp_cm_drop()
1306
cep->qp->tx_ctx.
tx_suspend
= 1;
in siw_cm_llp_state_change()
H
A
D
siw_verbs.c
574
qp->tx_ctx.
tx_suspend
= 1;
in siw_verbs_modify_qp()
968
if (siw_qp_sq_process(qp) != 0 && !(qp->tx_ctx.
tx_suspend
))
in siw_post_send()
H
A
D
siw_qp.c
137
qp->tx_ctx.
tx_suspend
= 1;
in siw_qp_llp_close()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H
A
D
dma.h
208
void (*
tx_suspend
) (struct b43_dmaring * ring);
member
H
A
D
dma.c
156
.
tx_suspend
= op32_tx_suspend,
251
.
tx_suspend
= op64_tx_suspend,
1710
ring->ops->
tx_suspend
(ring);
in b43_dma_tx_suspend_ring()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H
A
D
dma.h
208
void (*
tx_suspend
) (struct b43_dmaring * ring);
member
H
A
D
dma.c
156
.
tx_suspend
= op32_tx_suspend,
251
.
tx_suspend
= op64_tx_suspend,
1710
ring->ops->
tx_suspend
(ring);
in b43_dma_tx_suspend_ring()
Completed in 22 milliseconds