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:ib_steering
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/
H
A
D
main.c
1846
struct mlx4_ib_steering *
ib_steering
= NULL;
in mlx4_ib_mcg_attach()
local
1852
ib_steering
= kmalloc(sizeof(*
ib_steering
), GFP_KERNEL);
in mlx4_ib_mcg_attach()
1853
if (!
ib_steering
)
in mlx4_ib_mcg_attach()
1881
if (
ib_steering
) {
in mlx4_ib_mcg_attach()
1882
memcpy(
ib_steering
->gid.raw, gid->raw, 16);
in mlx4_ib_mcg_attach()
1883
ib_steering
->reg_id = reg_id;
in mlx4_ib_mcg_attach()
1885
list_add(&
ib_steering
->list, &mqp->steering_rules);
in mlx4_ib_mcg_attach()
1897
kfree(
ib_steering
);
in mlx4_ib_mcg_attach()
1931
struct mlx4_ib_steering *
ib_steering
;
in mlx4_ib_mcg_detach()
local
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/
H
A
D
main.c
1842
struct mlx4_ib_steering *
ib_steering
= NULL;
in mlx4_ib_mcg_attach()
local
1848
ib_steering
= kmalloc(sizeof(*
ib_steering
), GFP_KERNEL);
in mlx4_ib_mcg_attach()
1849
if (!
ib_steering
)
in mlx4_ib_mcg_attach()
1877
if (
ib_steering
) {
in mlx4_ib_mcg_attach()
1878
memcpy(
ib_steering
->gid.raw, gid->raw, 16);
in mlx4_ib_mcg_attach()
1879
ib_steering
->reg_id = reg_id;
in mlx4_ib_mcg_attach()
1881
list_add(&
ib_steering
->list, &mqp->steering_rules);
in mlx4_ib_mcg_attach()
1893
kfree(
ib_steering
);
in mlx4_ib_mcg_attach()
1927
struct mlx4_ib_steering *
ib_steering
;
in mlx4_ib_mcg_detach()
local
[all...]
Completed in 7 milliseconds