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:ae_dev_resetting
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/
H
A
D
hnae3.h
614
bool (*
ae_dev_resetting
)(struct hnae3_handle *handle);
member
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/
H
A
D
hnae3.h
736
bool (*
ae_dev_resetting
)(struct hnae3_handle *handle);
member
H
A
D
hns3_ethtool.c
1032
if (ops->
ae_dev_resetting
&& ops->
ae_dev_resetting
(h))
in hns3_set_reset()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
H
A
D
hns_roce_hw_v2.c
1051
sw_resetting = ops->
ae_dev_resetting
(handle);
in hns_roce_v2_rst_process_cmd()
1382
sw_resetting = ops->
ae_dev_resetting
(handle);
in hns_roce_func_clr_chk_rst()
1405
sw_resetting = ops->
ae_dev_resetting
(handle);
in hns_roce_func_clr_rst_prc()
6304
if (ops->
ae_dev_resetting
(handle) || ops->get_hw_reset_stat(handle)) {
in hns_roce_hw_v2_init_instance()
6317
if (ops->
ae_dev_resetting
(handle) ||
in hns_roce_hw_v2_init_instance()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/
H
A
D
hns_roce_hw_v2.c
1104
sw_resetting = ops->
ae_dev_resetting
(handle);
in check_aedev_reset_status()
1123
if (ops->
ae_dev_resetting
(handle))
in check_device_is_in_reset()
1459
if (ops->
ae_dev_resetting
(handle) &&
in hns_roce_func_clr_rst_proc()
6788
if (ops->
ae_dev_resetting
(handle) || ops->get_hw_reset_stat(handle)) {
in hns_roce_hw_v2_init_instance()
6804
if (ops->
ae_dev_resetting
(handle) ||
in hns_roce_hw_v2_init_instance()
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H
A
D
hclgevf_main.c
3696
.
ae_dev_resetting
= hclgevf_ae_dev_resetting,
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H
A
D
hclgevf_main.c
3316
.
ae_dev_resetting
= hclgevf_ae_dev_resetting,
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H
A
D
hclge_main.c
11501
.
ae_dev_resetting
= hclge_ae_dev_resetting,
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H
A
D
hclge_main.c
12734
.
ae_dev_resetting
= hclge_ae_dev_resetting,
Completed in 59 milliseconds