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:init_vsi
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H
A
D
ice_lib.h
71
int ice_vsi_rebuild(struct ice_vsi *vsi, bool
init_vsi
);
H
A
D
ice_lib.c
940
* @
init_vsi
: is this call creating a VSI
945
static int ice_vsi_init(struct ice_vsi *vsi, bool
init_vsi
)
in ice_vsi_init()
argument
988
if (!
init_vsi
)
in ice_vsi_init()
995
if (!
init_vsi
) /* means VSI being updated */
in ice_vsi_init()
1028
if (
init_vsi
) {
in ice_vsi_init()
2844
* @
init_vsi
: is this an initialization or a reconfigure of the VSI
2848
int ice_vsi_rebuild(struct ice_vsi *vsi, bool
init_vsi
)
in ice_vsi_rebuild()
argument
2910
ret = ice_vsi_init(vsi,
init_vsi
);
in ice_vsi_rebuild()
2980
if (
init_vsi
) {
in ice_vsi_rebuild()
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H
A
D
vdec_av1_req_lat_if.c
702
* @
init_vsi
: vsi used for initialized AV1 instance
733
struct vdec_av1_slice_init_vsi *
init_vsi
;
member
1899
instance->
init_vsi
= vsi;
in vdec_av1_slice_init()
H
A
D
vdec_vp9_req_lat_if.c
438
* @
init_vsi
: vsi used for initialized VP9 instance
486
struct vdec_vp9_slice_init_vsi *
init_vsi
;
member
1882
instance->
init_vsi
= vsi;
in vdec_vp9_slice_init()
Completed in 11 milliseconds