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:swsqe
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/
H
A
D
cq.c
245
struct t4_swsqe *
swsqe
;
in c4iw_flush_sq()
local
251
swsqe
= &wq->sq.sw_sq[idx];
in c4iw_flush_sq()
252
swsqe
->flushed = 1;
in c4iw_flush_sq()
253
insert_sq_cqe(wq, cq,
swsqe
);
in c4iw_flush_sq()
254
if (wq->sq.oldest_read ==
swsqe
) {
in c4iw_flush_sq()
269
struct t4_swsqe *
swsqe
;
in flush_completed_wrs()
local
277
swsqe
= &wq->sq.sw_sq[cidx];
in flush_completed_wrs()
278
if (!
swsqe
->signaled) {
in flush_completed_wrs()
281
} else if (
swsqe
->complete) {
in flush_completed_wrs()
288
swsqe
in flush_completed_wrs()
339
struct t4_
swsqe
*
swsqe
;
c4iw_flush_hw_cq()
local
681
struct t4_
swsqe
*
swsqe
;
poll_cq()
local
[all...]
H
A
D
qp.c
696
struct t4_swsqe *
swsqe
;
in post_write_cmpl()
local
710
/* WRITE
swsqe
*/
in post_write_cmpl()
711
swsqe
= &qhp->wq.sq.sw_sq[qhp->wq.sq.pidx];
in post_write_cmpl()
712
swsqe
->opcode = FW_RI_RDMA_WRITE;
in post_write_cmpl()
713
swsqe
->idx = qhp->wq.sq.pidx;
in post_write_cmpl()
714
swsqe
->complete = 0;
in post_write_cmpl()
715
swsqe
->signaled = write_signaled;
in post_write_cmpl()
716
swsqe
->flushed = 0;
in post_write_cmpl()
717
swsqe
->wr_id = wr->wr_id;
in post_write_cmpl()
719
swsqe
in post_write_cmpl()
1088
struct t4_
swsqe
*
swsqe
;
c4iw_post_send()
local
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/
H
A
D
cq.c
245
struct t4_swsqe *
swsqe
;
in c4iw_flush_sq()
local
251
swsqe
= &wq->sq.sw_sq[idx];
in c4iw_flush_sq()
252
swsqe
->flushed = 1;
in c4iw_flush_sq()
253
insert_sq_cqe(wq, cq,
swsqe
);
in c4iw_flush_sq()
254
if (wq->sq.oldest_read ==
swsqe
) {
in c4iw_flush_sq()
269
struct t4_swsqe *
swsqe
;
in flush_completed_wrs()
local
277
swsqe
= &wq->sq.sw_sq[cidx];
in flush_completed_wrs()
278
if (!
swsqe
->signaled) {
in flush_completed_wrs()
281
} else if (
swsqe
->complete) {
in flush_completed_wrs()
288
swsqe
in flush_completed_wrs()
339
struct t4_
swsqe
*
swsqe
;
c4iw_flush_hw_cq()
local
681
struct t4_
swsqe
*
swsqe
;
poll_cq()
local
[all...]
H
A
D
qp.c
696
struct t4_swsqe *
swsqe
;
in post_write_cmpl()
local
710
/* WRITE
swsqe
*/
in post_write_cmpl()
711
swsqe
= &qhp->wq.sq.sw_sq[qhp->wq.sq.pidx];
in post_write_cmpl()
712
swsqe
->opcode = FW_RI_RDMA_WRITE;
in post_write_cmpl()
713
swsqe
->idx = qhp->wq.sq.pidx;
in post_write_cmpl()
714
swsqe
->complete = 0;
in post_write_cmpl()
715
swsqe
->signaled = write_signaled;
in post_write_cmpl()
716
swsqe
->flushed = 0;
in post_write_cmpl()
717
swsqe
->wr_id = wr->wr_id;
in post_write_cmpl()
719
swsqe
in post_write_cmpl()
1088
struct t4_
swsqe
*
swsqe
;
c4iw_post_send()
local
[all...]
Completed in 6 milliseconds