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_reset_cnt
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/
H
A
D
hnae3.h
615
unsigned long (*
ae_dev_reset_cnt
)(struct hnae3_handle *handle);
member
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/
H
A
D
hnae3.h
737
unsigned long (*
ae_dev_reset_cnt
)(struct hnae3_handle *handle);
member
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
H
A
D
hns_roce_hw_v2.c
996
ret = read_poll_timeout(ops->
ae_dev_reset_cnt
, val,
in hns_roce_v2_cmd_hw_resetting()
1020
if (ops->
ae_dev_reset_cnt
(handle) != hr_dev->reset_cnt)
in hns_roce_v2_cmd_sw_resetting()
1049
reset_cnt = ops->
ae_dev_reset_cnt
(handle);
in hns_roce_v2_rst_process_cmd()
1380
reset_cnt = ops->
ae_dev_reset_cnt
(handle);
in hns_roce_func_clr_chk_rst()
1403
reset_cnt = ops->
ae_dev_reset_cnt
(handle);
in hns_roce_func_clr_rst_prc()
1436
if (ops->
ae_dev_reset_cnt
(handle) !=
in hns_roce_func_clr_rst_prc()
6237
hr_dev->reset_cnt = handle->ae_algo->ops->
ae_dev_reset_cnt
(handle);
in hns_roce_hw_v2_get_cfg()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/
H
A
D
hns_roce_hw_v2.c
1045
ret = read_poll_timeout(ops->
ae_dev_reset_cnt
, val,
in hns_roce_v2_cmd_hw_resetting()
1069
if (ops->
ae_dev_reset_cnt
(handle) != hr_dev->reset_cnt)
in hns_roce_v2_cmd_sw_resetting()
1094
reset_cnt = ops->
ae_dev_reset_cnt
(handle);
in check_aedev_reset_status()
1117
if (hr_dev->reset_cnt != ops->
ae_dev_reset_cnt
(handle))
in check_device_is_in_reset()
1426
if (ops->
ae_dev_reset_cnt
(handle) !=
in func_clr_sw_resetting_state()
1447
if (ops->
ae_dev_reset_cnt
(handle) != hr_dev->reset_cnt) {
in hns_roce_func_clr_rst_proc()
6707
hr_dev->reset_cnt = handle->ae_algo->ops->
ae_dev_reset_cnt
(handle);
in hns_roce_hw_v2_get_cfg()
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H
A
D
hclgevf_main.c
3697
.
ae_dev_reset_cnt
= hclgevf_ae_dev_reset_cnt,
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H
A
D
hclgevf_main.c
3317
.
ae_dev_reset_cnt
= hclgevf_ae_dev_reset_cnt,
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H
A
D
hclge_main.c
11502
.
ae_dev_reset_cnt
= hclge_ae_dev_reset_cnt,
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H
A
D
hclge_main.c
12735
.
ae_dev_reset_cnt
= hclge_ae_dev_reset_cnt,
Completed in 57 milliseconds