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:sriov_wanted
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H
A
D
efx_channels.c
117
if (efx->type->
sriov_wanted
) {
in efx_wanted_parallelism()
118
if (efx->type->
sriov_wanted
(efx) && efx_vf_size(efx) > 1 &&
in efx_wanted_parallelism()
337
if (efx->type->
sriov_wanted
) {
in efx_probe_interrupts()
339
!efx->type->
sriov_wanted
(efx)) ?
in efx_probe_interrupts()
H
A
D
siena.c
1064
.
sriov_wanted
= efx_siena_sriov_wanted,
H
A
D
net_driver.h
1471
bool (*
sriov_wanted
)(struct efx_nic *efx);
member
H
A
D
farch.c
1688
if (efx->type->
sriov_wanted
) {
in efx_farch_dimension_resources()
1689
if (efx->type->
sriov_wanted
(efx)) {
in efx_farch_dimension_resources()
H
A
D
ef10.c
4212
.
sriov_wanted
= efx_ef10_sriov_wanted,
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H
A
D
efx_channels.c
108
if (efx->type->
sriov_wanted
) {
in efx_wanted_parallelism()
109
if (efx->type->
sriov_wanted
(efx) && efx_vf_size(efx) > 1 &&
in efx_wanted_parallelism()
350
if (efx->type->
sriov_wanted
) {
in efx_probe_interrupts()
352
!efx->type->
sriov_wanted
(efx)) ?
in efx_probe_interrupts()
H
A
D
net_driver.h
1484
bool (*
sriov_wanted
)(struct efx_nic *efx);
member
H
A
D
ef10.c
4269
.
sriov_wanted
= efx_ef10_sriov_wanted,
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H
A
D
efx_channels.c
109
if (efx->type->
sriov_wanted
) {
in efx_wanted_parallelism()
110
if (efx->type->
sriov_wanted
(efx) && efx_vf_size(efx) > 1 &&
in efx_wanted_parallelism()
351
if (efx->type->
sriov_wanted
) {
in efx_siena_probe_interrupts()
353
!efx->type->
sriov_wanted
(efx)) ?
in efx_siena_probe_interrupts()
H
A
D
siena.c
1075
.
sriov_wanted
= efx_siena_sriov_wanted,
H
A
D
net_driver.h
1435
bool (*
sriov_wanted
)(struct efx_nic *efx);
member
H
A
D
farch.c
1691
if (efx->type->
sriov_wanted
) {
in efx_farch_dimension_resources()
1692
if (efx->type->
sriov_wanted
(efx)) {
in efx_farch_dimension_resources()
Completed in 37 milliseconds