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_sq
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/qedr/
H
A
D
verbs.c
1320
if (
qedr_qp_has_sq
(qp))
in qedr_copy_qp_uresp()
1355
if (
qedr_qp_has_sq
(qp)) {
in qedr_set_common_qp_params()
1387
if (
qedr_qp_has_sq
(qp)) {
in qedr_set_roce_db_info()
1403
if (rc &&
qedr_qp_has_sq
(qp))
in qedr_set_roce_db_info()
1735
if (
qedr_qp_has_sq
(qp))
in qedr_init_common_qp_in_params()
1761
qedr_qp_has_sq
(qp) ? qp->usq.buf_addr : 0x0,
in qedr_qp_user_print()
1762
qedr_qp_has_sq
(qp) ? qp->usq.buf_len : 0,
in qedr_qp_user_print()
1764
qedr_qp_has_sq
(qp) ? qp->urq.buf_len : 0);
in qedr_qp_user_print()
1790
if (
qedr_qp_has_sq
(qp)) {
in qedr_cleanup_user()
1856
if (
qedr_qp_has_sq
(q
in qedr_create_user_qp()
[all...]
H
A
D
qedr.h
618
static inline bool
qedr_qp_has_sq
(struct qedr_qp *qp)
in qedr_qp_has_sq()
function
/kernel/linux/linux-6.6/drivers/infiniband/hw/qedr/
H
A
D
verbs.c
1315
if (
qedr_qp_has_sq
(qp))
in qedr_copy_qp_uresp()
1363
if (
qedr_qp_has_sq
(qp)) {
in qedr_set_common_qp_params()
1397
if (
qedr_qp_has_sq
(qp)) {
in qedr_set_roce_db_info()
1413
if (rc &&
qedr_qp_has_sq
(qp))
in qedr_set_roce_db_info()
1749
if (
qedr_qp_has_sq
(qp))
in qedr_init_common_qp_in_params()
1775
qedr_qp_has_sq
(qp) ? qp->usq.buf_addr : 0x0,
in qedr_qp_user_print()
1776
qedr_qp_has_sq
(qp) ? qp->usq.buf_len : 0,
in qedr_qp_user_print()
1778
qedr_qp_has_sq
(qp) ? qp->urq.buf_len : 0);
in qedr_qp_user_print()
1804
if (
qedr_qp_has_sq
(qp)) {
in qedr_cleanup_user()
1870
if (
qedr_qp_has_sq
(q
in qedr_create_user_qp()
[all...]
H
A
D
qedr.h
619
static inline bool
qedr_qp_has_sq
(struct qedr_qp *qp)
in qedr_qp_has_sq()
function
Completed in 11 milliseconds