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:qedr_qp_has_rq
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/qedr/
H
A
D
verbs.c
1323
if (
qedr_qp_has_rq
(qp))
in qedr_copy_qp_uresp()
1366
if (
qedr_qp_has_rq
(qp)) {
in qedr_set_common_qp_params()
1397
if (
qedr_qp_has_rq
(qp)) {
in qedr_set_roce_db_info()
1738
if (
qedr_qp_has_rq
(qp))
in qedr_init_common_qp_in_params()
1763
qedr_qp_has_rq
(qp) ? qp->urq.buf_addr : 0x0,
in qedr_qp_user_print()
1795
if (
qedr_qp_has_rq
(qp)) {
in qedr_cleanup_user()
1864
if (
qedr_qp_has_rq
(qp)) {
in qedr_create_user_qp()
1890
if (
qedr_qp_has_rq
(qp)) {
in qedr_create_user_qp()
1930
if (
qedr_qp_has_rq
(qp)) {
in qedr_create_user_qp()
H
A
D
qedr.h
626
static inline bool
qedr_qp_has_rq
(struct qedr_qp *qp)
in qedr_qp_has_rq()
function
/kernel/linux/linux-6.6/drivers/infiniband/hw/qedr/
H
A
D
verbs.c
1318
if (
qedr_qp_has_rq
(qp))
in qedr_copy_qp_uresp()
1375
if (
qedr_qp_has_rq
(qp)) {
in qedr_set_common_qp_params()
1407
if (
qedr_qp_has_rq
(qp)) {
in qedr_set_roce_db_info()
1752
if (
qedr_qp_has_rq
(qp))
in qedr_init_common_qp_in_params()
1777
qedr_qp_has_rq
(qp) ? qp->urq.buf_addr : 0x0,
in qedr_qp_user_print()
1809
if (
qedr_qp_has_rq
(qp)) {
in qedr_cleanup_user()
1878
if (
qedr_qp_has_rq
(qp)) {
in qedr_create_user_qp()
1913
if (
qedr_qp_has_rq
(qp)) {
in qedr_create_user_qp()
1953
if (
qedr_qp_has_rq
(qp)) {
in qedr_create_user_qp()
H
A
D
qedr.h
627
static inline bool
qedr_qp_has_rq
(struct qedr_qp *qp)
in qedr_qp_has_rq()
function
Completed in 14 milliseconds