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:hns3_fini_ring
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/
H
A
D
hns3_enet.h
586
void
hns3_fini_ring
(struct hns3_enet_ring *ring);
H
A
D
hns3_enet.c
3846
void
hns3_fini_ring
(struct hns3_enet_ring *ring)
in hns3_fini_ring()
function
3955
hns3_fini_ring
(&priv->ring[j]);
in hns3_init_all_ring()
3966
hns3_fini_ring
(&priv->ring[i]);
in hns3_uninit_all_ring()
3967
hns3_fini_ring
(&priv->ring[i + h->kinfo.num_tqps]);
in hns3_uninit_all_ring()
H
A
D
hns3_ethtool.c
1043
hns3_fini_ring
(&tmp_rings[i]);
in hns3_set_ringparam()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/
H
A
D
hns3_enet.h
717
void
hns3_fini_ring
(struct hns3_enet_ring *ring);
H
A
D
hns3_enet.c
5003
void
hns3_fini_ring
(struct hns3_enet_ring *ring)
in hns3_fini_ring()
function
5121
hns3_fini_ring
(&priv->ring[j]);
in hns3_init_all_ring()
5132
hns3_fini_ring
(&priv->ring[i]);
in hns3_uninit_all_ring()
5133
hns3_fini_ring
(&priv->ring[i + h->kinfo.num_tqps]);
in hns3_uninit_all_ring()
H
A
D
hns3_ethtool.c
1266
hns3_fini_ring
(&tmp_rings[i]);
in hns3_set_ringparam()
Completed in 22 milliseconds