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:ocq
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cxgb4_uld.h
365
struct cxgb4_range
ocq
;
member
417
(pci_resource_len((pdev), 2) - roundup_pow_of_two((vres)->
ocq
.size))
H
A
D
cxgb4_main.c
3964
if (adap->vres.
ocq
.size) {
in setup_memwin_rdma()
3971
sz_kb = roundup_pow_of_two(adap->vres.
ocq
.size) >> 10;
in setup_memwin_rdma()
3977
adap->vres.
ocq
.start);
in setup_memwin_rdma()
5285
adap->vres.
ocq
.start = val[4];
in adap_init0()
5286
adap->vres.
ocq
.size = val[5] - val[4] + 1;
in adap_init0()
H
A
D
cudbg_lib.c
716
md->base = padap->vres.
ocq
.start;
in cudbg_fill_meminfo()
717
if (padap->vres.
ocq
.size)
in cudbg_fill_meminfo()
718
md->limit = md->base + padap->vres.
ocq
.size - 1;
in cudbg_fill_meminfo()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
cxgb4_uld.h
365
struct cxgb4_range
ocq
;
member
417
(pci_resource_len((pdev), 2) - roundup_pow_of_two((vres)->
ocq
.size))
H
A
D
cxgb4_main.c
3959
if (adap->vres.
ocq
.size) {
in setup_memwin_rdma()
3966
sz_kb = roundup_pow_of_two(adap->vres.
ocq
.size) >> 10;
in setup_memwin_rdma()
3972
adap->vres.
ocq
.start);
in setup_memwin_rdma()
5276
adap->vres.
ocq
.start = val[4];
in adap_init0()
5277
adap->vres.
ocq
.size = val[5] - val[4] + 1;
in adap_init0()
H
A
D
cudbg_lib.c
716
md->base = padap->vres.
ocq
.start;
in cudbg_fill_meminfo()
717
if (padap->vres.
ocq
.size)
in cudbg_fill_meminfo()
718
md->limit = md->base + padap->vres.
ocq
.size - 1;
in cudbg_fill_meminfo()
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/
H
A
D
resource.c
489
start = rdev->lldi.vr->
ocq
.start;
in c4iw_ocqp_pool_create()
490
chunk = rdev->lldi.vr->
ocq
.size;
in c4iw_ocqp_pool_create()
H
A
D
device.c
847
rdev->stats.ocqp.total = rdev->lldi.vr->
ocq
.size;
in c4iw_rdev_open()
1028
roundup_pow_of_two(devp->rdev.lldi.vr->
ocq
.size);
in c4iw_alloc()
1030
devp->rdev.lldi.vr->
ocq
.size);
in c4iw_alloc()
1038
pr_debug("
ocq
memory: hw_start 0x%x size %u mw_pa 0x%lx mw_kva %p\n",
in c4iw_alloc()
1039
devp->rdev.lldi.vr->
ocq
.start, devp->rdev.lldi.vr->
ocq
.size,
in c4iw_alloc()
H
A
D
iw_cxgb4.h
931
return infop->vr->
ocq
.size > 0;
in ocqp_supported()
H
A
D
qp.c
122
rdev->lldi.vr->
ocq
.start;
in alloc_oc_sq()
124
rdev->lldi.vr->
ocq
.start);
in alloc_oc_sq()
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/
H
A
D
resource.c
489
start = rdev->lldi.vr->
ocq
.start;
in c4iw_ocqp_pool_create()
490
chunk = rdev->lldi.vr->
ocq
.size;
in c4iw_ocqp_pool_create()
H
A
D
device.c
847
rdev->stats.ocqp.total = rdev->lldi.vr->
ocq
.size;
in c4iw_rdev_open()
1028
roundup_pow_of_two(devp->rdev.lldi.vr->
ocq
.size);
in c4iw_alloc()
1030
devp->rdev.lldi.vr->
ocq
.size);
in c4iw_alloc()
1038
pr_debug("
ocq
memory: hw_start 0x%x size %u mw_pa 0x%lx mw_kva %p\n",
in c4iw_alloc()
1039
devp->rdev.lldi.vr->
ocq
.start, devp->rdev.lldi.vr->
ocq
.size,
in c4iw_alloc()
H
A
D
iw_cxgb4.h
919
return infop->vr->
ocq
.size > 0;
in ocqp_supported()
H
A
D
qp.c
122
rdev->lldi.vr->
ocq
.start;
in alloc_oc_sq()
124
rdev->lldi.vr->
ocq
.start);
in alloc_oc_sq()
Completed in 44 milliseconds