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:reload_actions
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-6.6/net/devlink/
H
A
D
dev.c
48
return test_bit(action, &devlink->ops->
reload_actions
);
in devlink_reload_action_is_supported()
533
if (WARN_ON(ops->
reload_actions
))
in devlink_reload_actions_valid()
538
if (WARN_ON(!ops->
reload_actions
||
in devlink_reload_actions_valid()
539
ops->
reload_actions
& BIT(DEVLINK_RELOAD_ACTION_UNSPEC) ||
in devlink_reload_actions_valid()
540
ops->
reload_actions
>= BIT(__DEVLINK_RELOAD_ACTION_MAX)))
in devlink_reload_actions_valid()
549
if (ops->
reload_actions
== BIT(comb->action) &&
in devlink_reload_actions_valid()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H
A
D
hclge_devlink.c
97
.
reload_actions
= BIT(DEVLINK_RELOAD_ACTION_DRIVER_REINIT),
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H
A
D
hclgevf_devlink.c
98
.
reload_actions
= BIT(DEVLINK_RELOAD_ACTION_DRIVER_REINIT),
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H
A
D
devlink.c
198
.
reload_actions
= BIT(DEVLINK_RELOAD_ACTION_DRIVER_REINIT) |
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H
A
D
devlink.c
345
.
reload_actions
= BIT(DEVLINK_RELOAD_ACTION_DRIVER_REINIT) |
/kernel/linux/linux-5.10/net/core/
H
A
D
devlink.c
511
return test_bit(action, &devlink->ops->
reload_actions
);
in devlink_reload_action_is_supported()
7934
if (WARN_ON(ops->
reload_actions
))
in devlink_reload_actions_valid()
7939
if (WARN_ON(!ops->
reload_actions
||
in devlink_reload_actions_valid()
7940
ops->
reload_actions
& BIT(DEVLINK_RELOAD_ACTION_UNSPEC) ||
in devlink_reload_actions_valid()
7941
ops->
reload_actions
>= BIT(__DEVLINK_RELOAD_ACTION_MAX)))
in devlink_reload_actions_valid()
7950
if (ops->
reload_actions
== BIT(comb->action) &&
in devlink_reload_actions_valid()
/kernel/linux/linux-5.10/drivers/net/netdevsim/
H
A
D
dev.c
891
.
reload_actions
= BIT(DEVLINK_RELOAD_ACTION_DRIVER_REINIT),
/kernel/linux/linux-5.10/include/net/
H
A
D
devlink.h
1166
unsigned long
reload_actions
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_devlink.c
672
.
reload_actions
= BIT(DEVLINK_RELOAD_ACTION_DRIVER_REINIT) |
/kernel/linux/linux-6.6/include/net/
H
A
D
devlink.h
1272
unsigned long
reload_actions
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice_devlink.c
1255
.
reload_actions
= BIT(DEVLINK_RELOAD_ACTION_DRIVER_REINIT) |
/kernel/linux/linux-6.6/drivers/net/netdevsim/
H
A
D
dev.c
1328
.
reload_actions
= BIT(DEVLINK_RELOAD_ACTION_DRIVER_REINIT),
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H
A
D
core.c
1575
.
reload_actions
= BIT(DEVLINK_RELOAD_ACTION_DRIVER_REINIT) |
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H
A
D
core.c
1722
.
reload_actions
= BIT(DEVLINK_RELOAD_ACTION_DRIVER_REINIT) |
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H
A
D
main.c
3994
.
reload_actions
= BIT(DEVLINK_RELOAD_ACTION_DRIVER_REINIT),
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H
A
D
main.c
4024
.
reload_actions
= BIT(DEVLINK_RELOAD_ACTION_DRIVER_REINIT),
Completed in 52 milliseconds