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:cq_resize
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
H
A
D
i40iw_ctrl.c
2368
if (info->
cq_resize
&& info->virtual_map &&
in i40iw_sc_cq_modify()
2381
cq_size = info->
cq_resize
? info->cq_size : cq->cq_uk.cq_size;
in i40iw_sc_cq_modify()
2389
virtual_map = info->
cq_resize
? info->virtual_map : cq->virtual_map;
in i40iw_sc_cq_modify()
2390
first_pm_pbl_idx = (info->
cq_resize
?
in i40iw_sc_cq_modify()
2393
pbl_chunk_size = (info->
cq_resize
?
in i40iw_sc_cq_modify()
2418
LS_64(info->
cq_resize
, I40IW_CQPSQ_CQ_CQRESIZE) |
in i40iw_sc_cq_modify()
H
A
D
i40iw_type.h
533
bool
cq_resize
;
member
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H
A
D
type.h
632
bool
cq_resize
:1;
member
H
A
D
ctrl.c
2665
if (info->
cq_resize
&& info->virtual_map &&
in irdma_sc_cq_modify()
2687
FIELD_PREP(IRDMA_CQPSQ_CQ_CQRESIZE, info->
cq_resize
) |
in irdma_sc_cq_modify()
H
A
D
verbs.c
1984
info.
cq_resize
= true;
in irdma_resize_cq()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H
A
D
cq.c
1255
if (!MLX5_CAP_GEN(dev->mdev,
cq_resize
)) {
in mlx5_ib_resize_cq()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H
A
D
cq.c
1277
if (!MLX5_CAP_GEN(dev->mdev,
cq_resize
)) {
in mlx5_ib_resize_cq()
/kernel/linux/linux-5.10/include/linux/mlx5/
H
A
D
mlx5_ifc.h
1401
u8
cq_resize
[0x1];
member
/kernel/linux/linux-6.6/include/linux/mlx5/
H
A
D
mlx5_ifc.h
1656
u8
cq_resize
[0x1];
member
Completed in 84 milliseconds