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_configs
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/
H
A
D
otx2_pf.c
755
struct otx2_vf_config *config = &pf->
vf_configs
[devid - 1];
in otx2_process_pfaf_mbox_msg()
871
struct otx2_vf_config *config = &pf->
vf_configs
[i];
in otx2_mbox_up_handler_cgx_link_event()
1689
if (pfvf->
vf_configs
[vf].trusted)
in otx2_promisc_use_mce_list()
2388
config = &pf->
vf_configs
[vf];
in otx2_set_vf_mac()
2411
config = &pf->
vf_configs
[vf];
in otx2_do_set_vf_vlan()
2576
config = &pf->
vf_configs
[vf];
in otx2_get_vf_config()
2708
if (pf->
vf_configs
[vf].trusted)
in otx2_set_vf_permissions()
2729
if (pf->
vf_configs
[vf].trusted == enable)
in otx2_ndo_set_vf_trust()
2732
pf->
vf_configs
[vf].trusted = enable;
in otx2_ndo_set_vf_trust()
2736
pf->
vf_configs
[v
in otx2_ndo_set_vf_trust()
[all...]
H
A
D
otx2_common.h
486
struct otx2_vf_config *
vf_configs
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/nic/
H
A
D
otx2_pf.c
750
struct otx2_vf_config *config = &pf->
vf_configs
[devid - 1];
in otx2_process_pfaf_mbox_msg()
856
struct otx2_vf_config *config = &pf->
vf_configs
[i];
in otx2_mbox_up_handler_cgx_link_event()
2201
vf_idx = config - config->pf->
vf_configs
;
in otx2_vf_link_event_task()
2234
pf->
vf_configs
= kcalloc(numvfs, sizeof(struct otx2_vf_config),
in otx2_sriov_enable()
2236
if (!pf->
vf_configs
) {
in otx2_sriov_enable()
2242
pf->
vf_configs
[i].pf = pf;
in otx2_sriov_enable()
2243
pf->
vf_configs
[i].intf_down = true;
in otx2_sriov_enable()
2244
INIT_DELAYED_WORK(&pf->
vf_configs
[i].link_event_work,
in otx2_sriov_enable()
2266
kfree(pf->
vf_configs
);
in otx2_sriov_enable()
2287
cancel_delayed_work_sync(&pf->
vf_configs
[
in otx2_sriov_disable()
[all...]
H
A
D
otx2_common.h
257
struct otx2_vf_config *
vf_configs
;
member
Completed in 9 milliseconds