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:max_gids
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H
A
D
macsec.c
174
int i, j,
max_gids
;
in mlx5r_macsec_init_gids_and_devlist()
local
181
max_gids
= MLX5_CAP_ROCE(dev->mdev, roce_address_table_size);
in mlx5r_macsec_init_gids_and_devlist()
183
dev->port[i].reserved_gids = kcalloc(
max_gids
,
in mlx5r_macsec_init_gids_and_devlist()
189
for (j = 0; j <
max_gids
; j++)
in mlx5r_macsec_init_gids_and_devlist()
308
int i,
max_gids
;
in mlx5r_del_gid_macsec_operations()
local
340
max_gids
= MLX5_CAP_ROCE(dev->mdev, roce_address_table_size);
in mlx5r_del_gid_macsec_operations()
341
for (i = 0; i <
max_gids
; i++) { /* Checking if macsec gid has ambiguous IP */
in mlx5r_del_gid_macsec_operations()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H
A
D
fw.h
57
int
max_gids
;
member
H
A
D
fw.c
1213
port_cap->
max_gids
= 1 << (field & 0xf);
in mlx4_QUERY_PORT()
1245
port_cap->
max_gids
= 1 << (field >> 4);
in mlx4_QUERY_PORT()
H
A
D
main.c
402
dev->phys_caps.gid_phys_table_len[port] = port_cap->
max_gids
;
in _mlx4_dev_port()
407
dev->caps.gid_table_len[port] = port_cap->
max_gids
;
in _mlx4_dev_port()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H
A
D
fw.h
57
int
max_gids
;
member
H
A
D
fw.c
1213
port_cap->
max_gids
= 1 << (field & 0xf);
in mlx4_QUERY_PORT()
1245
port_cap->
max_gids
= 1 << (field >> 4);
in mlx4_QUERY_PORT()
H
A
D
main.c
401
dev->phys_caps.gid_phys_table_len[port] = port_cap->
max_gids
;
in _mlx4_dev_port()
406
dev->caps.gid_table_len[port] = port_cap->
max_gids
;
in _mlx4_dev_port()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/
H
A
D
mthca_cmd.h
147
int
max_gids
;
member
H
A
D
mthca_main.c
199
mdev->limits.gid_table_len = dev_lim->
max_gids
;
in mthca_dev_lim()
H
A
D
mthca_cmd.c
1121
dev_lim->
max_gids
= 1 << (field & 0xf);
in mthca_QUERY_DEV_LIM()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mthca/
H
A
D
mthca_cmd.h
147
int
max_gids
;
member
H
A
D
mthca_main.c
199
mdev->limits.gid_table_len = dev_lim->
max_gids
;
in mthca_dev_lim()
H
A
D
mthca_cmd.c
1121
dev_lim->
max_gids
= 1 << (field & 0xf);
in mthca_QUERY_DEV_LIM()
Completed in 31 milliseconds