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:fqp
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
tid_rdma.c
506
struct rvt_qp *
fqp
;
variable
511
fqp
= first_qp(rcd, queue);
512
if (!
fqp
|| (
fqp
== qp && (qp->s_flags & HFI1_S_WAIT_TID_SPACE)))
514
rvt_put_qp(
fqp
);
variable
779
struct rvt_qp *
fqp
;
in hfi1_kern_setup_hw_flow()
local
804
fqp
= first_qp(rcd, &rcd->flow_queue);
in hfi1_kern_setup_hw_flow()
807
tid_rdma_schedule_tid_wakeup(
fqp
);
in hfi1_kern_setup_hw_flow()
819
struct rvt_qp *
fqp
;
in hfi1_kern_clear_hw_flow()
local
832
fqp
in hfi1_kern_clear_hw_flow()
1462
struct rvt_qp *
fqp
;
global()
variable
1525
tid_rdma_schedule_tid_wakeup(
fqp
);
global()
variable
1553
struct rvt_qp *
fqp
;
global()
variable
1576
__trigger_tid_waiter(
fqp
);
global()
variable
1577
rvt_put_qp(
fqp
);
global()
variable
1579
tid_rdma_schedule_tid_wakeup(
fqp
);
global()
variable
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
tid_rdma.c
508
struct rvt_qp *
fqp
;
variable
513
fqp
= first_qp(rcd, queue);
514
if (!
fqp
|| (
fqp
== qp && (qp->s_flags & HFI1_S_WAIT_TID_SPACE)))
516
rvt_put_qp(
fqp
);
variable
784
struct rvt_qp *
fqp
;
in hfi1_kern_setup_hw_flow()
local
809
fqp
= first_qp(rcd, &rcd->flow_queue);
in hfi1_kern_setup_hw_flow()
812
tid_rdma_schedule_tid_wakeup(
fqp
);
in hfi1_kern_setup_hw_flow()
824
struct rvt_qp *
fqp
;
in hfi1_kern_clear_hw_flow()
local
837
fqp
in hfi1_kern_clear_hw_flow()
1469
struct rvt_qp *
fqp
;
global()
variable
1532
tid_rdma_schedule_tid_wakeup(
fqp
);
global()
variable
1560
struct rvt_qp *
fqp
;
global()
variable
1583
__trigger_tid_waiter(
fqp
);
global()
variable
1584
rvt_put_qp(
fqp
);
global()
variable
1586
tid_rdma_schedule_tid_wakeup(
fqp
);
global()
variable
[all...]
Completed in 7 milliseconds