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:vf_init_count
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H
A
D
siena_sriov.c
519
if (vf_i >= efx->
vf_init_count
)
in map_vi_index()
1334
efx->
vf_init_count
= efx->vf_count;
in efx_siena_sriov_init()
1353
efx->
vf_init_count
= 0;
in efx_siena_sriov_init()
1374
if (efx->
vf_init_count
== 0)
in efx_siena_sriov_fini()
1381
efx->
vf_init_count
= 0;
in efx_siena_sriov_fini()
1464
if (vf_i > efx->
vf_init_count
)
in efx_siena_sriov_flr()
1482
if (!efx->
vf_init_count
)
in efx_siena_sriov_mac_address_changed()
1560
if (efx->
vf_init_count
== 0)
in efx_siena_sriov_reset()
1569
for (vf_i = 0; vf_i < efx->
vf_init_count
; ++vf_i) {
in efx_siena_sriov_reset()
1599
if (vf_i >= efx->
vf_init_count
)
in efx_siena_sriov_set_vf_mac()
[all...]
H
A
D
siena_sriov.h
61
return efx->
vf_init_count
!= 0;
in efx_siena_sriov_enabled()
H
A
D
net_driver.h
964
* @
vf_init_count
: Number of VFs that have been fully initialised.
1141
unsigned
vf_init_count
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H
A
D
siena_sriov.c
520
if (vf_i >= efx->
vf_init_count
)
in map_vi_index()
1335
efx->
vf_init_count
= efx->vf_count;
in efx_siena_sriov_init()
1354
efx->
vf_init_count
= 0;
in efx_siena_sriov_init()
1375
if (efx->
vf_init_count
== 0)
in efx_siena_sriov_fini()
1382
efx->
vf_init_count
= 0;
in efx_siena_sriov_fini()
1465
if (vf_i > efx->
vf_init_count
)
in efx_siena_sriov_flr()
1483
if (!efx->
vf_init_count
)
in efx_siena_sriov_mac_address_changed()
1561
if (efx->
vf_init_count
== 0)
in efx_siena_sriov_reset()
1570
for (vf_i = 0; vf_i < efx->
vf_init_count
; ++vf_i) {
in efx_siena_sriov_reset()
1600
if (vf_i >= efx->
vf_init_count
)
in efx_siena_sriov_set_vf_mac()
[all...]
H
A
D
siena_sriov.h
61
return efx->
vf_init_count
!= 0;
in efx_siena_sriov_enabled()
H
A
D
net_driver.h
923
* @
vf_init_count
: Number of VFs that have been fully initialised.
1101
unsigned
vf_init_count
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H
A
D
net_driver.h
951
* @
vf_init_count
: Number of VFs that have been fully initialised.
1133
unsigned
vf_init_count
;
member
Completed in 16 milliseconds