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:vfconfigs
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/netdevsim/
H
A
D
netdev.c
90
memcpy(nsim_bus_dev->
vfconfigs
[vf].vf_mac, mac, ETH_ALEN);
in nsim_set_vf_mac()
104
nsim_bus_dev->
vfconfigs
[vf].vlan = vlan;
in nsim_set_vf_vlan()
105
nsim_bus_dev->
vfconfigs
[vf].qos = qos;
in nsim_set_vf_vlan()
106
nsim_bus_dev->
vfconfigs
[vf].vlan_proto = vlan_proto;
in nsim_set_vf_vlan()
119
nsim_bus_dev->
vfconfigs
[vf].min_tx_rate = min;
in nsim_set_vf_rate()
120
nsim_bus_dev->
vfconfigs
[vf].max_tx_rate = max;
in nsim_set_vf_rate()
132
nsim_bus_dev->
vfconfigs
[vf].spoofchk_enabled = val;
in nsim_set_vf_spoofchk()
144
nsim_bus_dev->
vfconfigs
[vf].rss_query_enabled = val;
in nsim_set_vf_rss_query_en()
156
nsim_bus_dev->
vfconfigs
[vf].trusted = val;
in nsim_set_vf_trust()
171
ivi->linkstate = nsim_bus_dev->
vfconfigs
[v
in nsim_get_vf_config()
[all...]
H
A
D
bus.c
30
nsim_bus_dev->
vfconfigs
= kcalloc(num_vfs,
in nsim_bus_dev_vfs_enable()
33
if (!nsim_bus_dev->
vfconfigs
)
in nsim_bus_dev_vfs_enable()
42
kfree(nsim_bus_dev->
vfconfigs
);
in nsim_bus_dev_vfs_disable()
43
nsim_bus_dev->
vfconfigs
= NULL;
in nsim_bus_dev_vfs_disable()
H
A
D
netdevsim.h
286
struct nsim_vf_config *
vfconfigs
;
member
/kernel/linux/linux-6.6/drivers/net/netdevsim/
H
A
D
netdev.c
90
memcpy(nsim_dev->
vfconfigs
[vf].vf_mac, mac, ETH_ALEN);
in nsim_set_vf_mac()
104
nsim_dev->
vfconfigs
[vf].vlan = vlan;
in nsim_set_vf_vlan()
105
nsim_dev->
vfconfigs
[vf].qos = qos;
in nsim_set_vf_vlan()
106
nsim_dev->
vfconfigs
[vf].vlan_proto = vlan_proto;
in nsim_set_vf_vlan()
124
nsim_dev->
vfconfigs
[vf].min_tx_rate = min;
in nsim_set_vf_rate()
125
nsim_dev->
vfconfigs
[vf].max_tx_rate = max;
in nsim_set_vf_rate()
137
nsim_dev->
vfconfigs
[vf].spoofchk_enabled = val;
in nsim_set_vf_spoofchk()
149
nsim_dev->
vfconfigs
[vf].rss_query_enabled = val;
in nsim_set_vf_rss_query_en()
161
nsim_dev->
vfconfigs
[vf].trusted = val;
in nsim_set_vf_trust()
176
ivi->linkstate = nsim_dev->
vfconfigs
[v
in nsim_get_vf_config()
[all...]
H
A
D
dev.c
244
struct nsim_vf_config *
vfconfigs
;
in nsim_bus_dev_max_vfs_write()
local
269
vfconfigs
= kcalloc(val, sizeof(struct nsim_vf_config),
in nsim_bus_dev_max_vfs_write()
271
if (!
vfconfigs
)
in nsim_bus_dev_max_vfs_write()
280
swap(nsim_dev->
vfconfigs
,
vfconfigs
);
in nsim_bus_dev_max_vfs_write()
287
kfree(
vfconfigs
);
in nsim_bus_dev_max_vfs_write()
410
&nsim_dev->
vfconfigs
[vf_id].min_tx_rate);
in nsim_dev_port_debugfs_init()
412
&nsim_dev->
vfconfigs
[vf_id].max_tx_rate);
in nsim_dev_port_debugfs_init()
1184
nsim_dev->
vfconfigs
[vf_id].min_tx_rate = tx_share;
in nsim_leaf_tx_share_set()
1200
nsim_dev->
vfconfigs
[vf_i
in nsim_leaf_tx_max_set()
[all...]
H
A
D
netdevsim.h
287
struct nsim_vf_config *
vfconfigs
;
member
Completed in 6 milliseconds