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_wqe
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/
H
A
D
siw_qp.c
151
if (
tx_wqe
(qp)->wr_status == SIW_WR_IDLE)
in siw_qp_llp_close()
262
struct siw_wqe *wqe =
tx_wqe
(qp);
in siw_qp_mpa_rts()
404
if (
tx_wqe
(qp)->wr_status == SIW_WR_INPROGRESS) {
in siw_send_terminate()
406
tx_type(
tx_wqe
(qp)));
in siw_send_terminate()
462
struct siw_wqe *wqe =
tx_wqe
(qp);
in siw_send_terminate()
718
if (
tx_wqe
(qp)->wr_status == SIW_WR_IDLE) {
in siw_qp_nextstate_from_rts()
772
if (
tx_wqe
(qp)->wr_status != SIW_WR_IDLE)
in siw_qp_nextstate_from_term()
788
WARN_ON(
tx_wqe
(qp)->wr_status != SIW_WR_IDLE);
in siw_qp_nextstate_from_close()
806
if (
tx_wqe
(qp)->wr_status != SIW_WR_IDLE)
in siw_qp_nextstate_from_close()
884
struct siw_wqe *wqe =
tx_wqe
(q
in siw_activate_tx_from_sq()
[all...]
H
A
D
siw_qp_rx.c
662
struct siw_wqe *tx_work =
tx_wqe
(qp);
in siw_init_rresp()
1152
struct siw_wqe *tx_waiting =
tx_wqe
(qp);
in siw_check_tx_fence()
H
A
D
siw_qp_tx.c
1024
struct siw_wqe *wqe =
tx_wqe
(qp);
in siw_qp_sq_process()
1260
if (
tx_wqe
(qp)->wr_status == SIW_WR_IDLE)
in siw_sq_start()
H
A
D
siw.h
473
#define
tx_wqe
(qp) (&(qp)->tx_ctx.wqe_active)
macro
H
A
D
siw_verbs.c
757
struct siw_wqe *wqe =
tx_wqe
(qp);
in siw_post_send()
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/
H
A
D
siw_qp.c
154
if (
tx_wqe
(qp)->wr_status == SIW_WR_IDLE)
in siw_qp_llp_close()
265
struct siw_wqe *wqe =
tx_wqe
(qp);
in siw_qp_mpa_rts()
407
if (
tx_wqe
(qp)->wr_status == SIW_WR_INPROGRESS) {
in siw_send_terminate()
409
tx_type(
tx_wqe
(qp)));
in siw_send_terminate()
465
struct siw_wqe *wqe =
tx_wqe
(qp);
in siw_send_terminate()
721
if (
tx_wqe
(qp)->wr_status == SIW_WR_IDLE) {
in siw_qp_nextstate_from_rts()
775
if (
tx_wqe
(qp)->wr_status != SIW_WR_IDLE)
in siw_qp_nextstate_from_term()
791
WARN_ON(
tx_wqe
(qp)->wr_status != SIW_WR_IDLE);
in siw_qp_nextstate_from_close()
809
if (
tx_wqe
(qp)->wr_status != SIW_WR_IDLE)
in siw_qp_nextstate_from_close()
887
struct siw_wqe *wqe =
tx_wqe
(q
in siw_activate_tx_from_sq()
[all...]
H
A
D
siw_qp_rx.c
662
struct siw_wqe *tx_work =
tx_wqe
(qp);
in siw_init_rresp()
1152
struct siw_wqe *tx_waiting =
tx_wqe
(qp);
in siw_check_tx_fence()
H
A
D
siw_qp_tx.c
1033
struct siw_wqe *wqe =
tx_wqe
(qp);
in siw_qp_sq_process()
1295
if (
tx_wqe
(qp)->wr_status == SIW_WR_IDLE)
in siw_sq_start()
H
A
D
siw.h
475
#define
tx_wqe
(qp) (&(qp)->tx_ctx.wqe_active)
macro
H
A
D
siw_verbs.c
761
struct siw_wqe *wqe =
tx_wqe
(qp);
in siw_post_send()
Completed in 16 milliseconds