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:qptype
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/bnxt_re/
H
A
D
ib_verbs.c
1219
int
qptype
;
in bnxt_re_init_qp_type()
local
1223
qptype
= __from_ib_qp_type(init_attr->qp_type);
in bnxt_re_init_qp_type()
1224
if (
qptype
== IB_QPT_MAX) {
in bnxt_re_init_qp_type()
1225
ibdev_err(&rdev->ibdev, "QP type 0x%x not supported",
qptype
);
in bnxt_re_init_qp_type()
1226
qptype
= -EOPNOTSUPP;
in bnxt_re_init_qp_type()
1232
qptype
= CMDQ_CREATE_QP_TYPE_GSI;
in bnxt_re_init_qp_type()
1234
return
qptype
;
in bnxt_re_init_qp_type()
1245
int rc = 0,
qptype
;
in bnxt_re_init_qp_attr()
local
1258
qptype
= bnxt_re_init_qp_type(rdev, init_attr);
in bnxt_re_init_qp_attr()
1259
if (
qptype
<
in bnxt_re_init_qp_attr()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/bnxt_re/
H
A
D
ib_verbs.c
1318
int
qptype
;
in bnxt_re_init_qp_type()
local
1322
qptype
= __from_ib_qp_type(init_attr->qp_type);
in bnxt_re_init_qp_type()
1323
if (
qptype
== IB_QPT_MAX) {
in bnxt_re_init_qp_type()
1324
ibdev_err(&rdev->ibdev, "QP type 0x%x not supported",
qptype
);
in bnxt_re_init_qp_type()
1325
qptype
= -EOPNOTSUPP;
in bnxt_re_init_qp_type()
1331
qptype
= CMDQ_CREATE_QP_TYPE_GSI;
in bnxt_re_init_qp_type()
1333
return
qptype
;
in bnxt_re_init_qp_type()
1344
int rc = 0,
qptype
;
in bnxt_re_init_qp_attr()
local
1356
qptype
= bnxt_re_init_qp_type(rdev, init_attr);
in bnxt_re_init_qp_attr()
1357
if (
qptype
<
in bnxt_re_init_qp_attr()
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/ocrdma/
H
A
D
ocrdma_hw.c
2379
int
qptype
;
in ocrdma_mbx_create_qp()
local
2383
qptype
= OCRDMA_QPT_GSI;
in ocrdma_mbx_create_qp()
2386
qptype
= OCRDMA_QPT_RC;
in ocrdma_mbx_create_qp()
2389
qptype
= OCRDMA_QPT_UD;
in ocrdma_mbx_create_qp()
2398
cmd->type_pgsz_pdn |= (
qptype
<< OCRDMA_CREATE_QP_REQ_QPT_SHIFT) &
in ocrdma_mbx_create_qp()
/kernel/linux/linux-6.6/drivers/infiniband/hw/ocrdma/
H
A
D
ocrdma_hw.c
2375
int
qptype
;
in ocrdma_mbx_create_qp()
local
2379
qptype
= OCRDMA_QPT_GSI;
in ocrdma_mbx_create_qp()
2382
qptype
= OCRDMA_QPT_RC;
in ocrdma_mbx_create_qp()
2385
qptype
= OCRDMA_QPT_UD;
in ocrdma_mbx_create_qp()
2394
cmd->type_pgsz_pdn |= (
qptype
<< OCRDMA_CREATE_QP_REQ_QPT_SHIFT) &
in ocrdma_mbx_create_qp()
/kernel/linux/linux-5.10/include/linux/
H
A
D
nvme.h
1307
__u8
qptype
;
member
/kernel/linux/linux-5.10/drivers/nvme/target/
H
A
D
configfs.c
297
port->disc_addr.tsas.rdma.
qptype
= NVMF_RDMA_QPTYPE_CONNECTED;
in nvmet_port_init_tsas_rdma()
/kernel/linux/linux-6.6/include/linux/
H
A
D
nvme.h
1489
__u8
qptype
;
member
/kernel/linux/linux-6.6/drivers/nvme/target/
H
A
D
configfs.c
302
port->disc_addr.tsas.rdma.
qptype
= NVMF_RDMA_QPTYPE_CONNECTED;
in nvmet_port_init_tsas_rdma()
Completed in 34 milliseconds