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:zones_uids
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H
A
D
qp.c
582
0, qp_table->
zones_uids
+ MLX4_QP_TABLE_ZONE_GENERAL);
in mlx4_create_zones()
602
0, qp_table->
zones_uids
+ MLX4_QP_TABLE_ZONE_RSS);
in mlx4_create_zones()
713
offset, qp_table->
zones_uids
+ k);
in mlx4_create_zones()
743
i < sizeof(qp_table->
zones_uids
)/sizeof(qp_table->
zones_uids
[0]);
in mlx4_cleanup_qp_zones()
747
qp_table->
zones_uids
[i]);
in mlx4_cleanup_qp_zones()
749
mlx4_zone_remove_one(qp_table->zones, qp_table->
zones_uids
[i]);
in mlx4_cleanup_qp_zones()
H
A
D
mlx4.h
718
u32
zones_uids
[MLX4_QP_TABLE_ZONE_NUM];
member
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H
A
D
qp.c
586
0, qp_table->
zones_uids
+ MLX4_QP_TABLE_ZONE_GENERAL);
in mlx4_create_zones()
606
0, qp_table->
zones_uids
+ MLX4_QP_TABLE_ZONE_RSS);
in mlx4_create_zones()
717
offset, qp_table->
zones_uids
+ k);
in mlx4_create_zones()
747
i < ARRAY_SIZE(qp_table->
zones_uids
);
in mlx4_cleanup_qp_zones()
751
qp_table->
zones_uids
[i]);
in mlx4_cleanup_qp_zones()
753
mlx4_zone_remove_one(qp_table->zones, qp_table->
zones_uids
[i]);
in mlx4_cleanup_qp_zones()
H
A
D
mlx4.h
721
u32
zones_uids
[MLX4_QP_TABLE_ZONE_NUM];
member
Completed in 9 milliseconds