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:adev_idx
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H
A
D
intf.c
77
priv->
adev_idx
= ida_alloc(&mlx4_adev_ida, GFP_KERNEL);
in mlx4_adev_init()
78
if (priv->
adev_idx
< 0)
in mlx4_adev_init()
79
return priv->
adev_idx
;
in mlx4_adev_init()
84
ida_free(&mlx4_adev_ida, priv->
adev_idx
);
in mlx4_adev_init()
96
ida_free(&mlx4_adev_ida, priv->
adev_idx
);
in mlx4_adev_cleanup()
123
adev->id = priv->
adev_idx
;
in add_adev()
H
A
D
mlx4.h
886
int
adev_idx
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/sf/dev/
H
A
D
driver.c
29
mdev->priv.
adev_idx
= adev->id;
in mlx5_sf_dev_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H
A
D
main.c
1911
dev->priv.
adev_idx
= mlx5_adev_idx_alloc();
in probe_one()
1912
if (dev->priv.
adev_idx
< 0) {
in probe_one()
1913
err = dev->priv.
adev_idx
;
in probe_one()
1952
mlx5_adev_idx_free(dev->priv.
adev_idx
);
in probe_one()
1978
mlx5_adev_idx_free(dev->priv.
adev_idx
);
in remove_one()
H
A
D
dev.c
294
adev->id = dev->priv.
adev_idx
;
in add_adev()
/kernel/linux/linux-6.6/include/linux/mlx5/
H
A
D
driver.h
613
int
adev_idx
;
member
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H
A
D
main.c
3266
key = mpi->mdev->priv.
adev_idx
;
in mlx5_ib_bind_slave_port()
Completed in 19 milliseconds