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_cfg
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeon_ep/
H
A
D
octep_config.h
75
#define CFG_GET_MAX_VFS(cfg) ((cfg)->
sriov_cfg
.max_vfs)
76
#define CFG_GET_ACTIVE_VFS(cfg) ((cfg)->
sriov_cfg
.active_vfs)
77
#define CFG_GET_MAX_RPVF(cfg) ((cfg)->
sriov_cfg
.max_rings_per_vf)
78
#define CFG_GET_ACTIVE_RPVF(cfg) ((cfg)->
sriov_cfg
.active_rings_per_vf)
79
#define CFG_GET_VF_SRN(cfg) ((cfg)->
sriov_cfg
.vf_srn)
196
struct octep_sriov_config
sriov_cfg
;
member
H
A
D
octep_cn9k_pf.c
215
conf->
sriov_cfg
.max_rings_per_vf = CN93_SDP_EPF_RINFO_RPVF(val);
in octep_init_config_cn93_pf()
216
conf->
sriov_cfg
.active_rings_per_vf = conf->
sriov_cfg
.max_rings_per_vf;
in octep_init_config_cn93_pf()
217
conf->
sriov_cfg
.max_vfs = CN93_SDP_EPF_RINFO_NVFS(val);
in octep_init_config_cn93_pf()
218
conf->
sriov_cfg
.active_vfs = conf->
sriov_cfg
.max_vfs;
in octep_init_config_cn93_pf()
219
conf->
sriov_cfg
.vf_srn = CN93_SDP_EPF_RINFO_SRN(val);
in octep_init_config_cn93_pf()
226
conf->pf_ring_cfg.srn, conf->
sriov_cfg
.active_rings_per_vf,
in octep_init_config_cn93_pf()
227
conf->
sriov_cfg
.active_vfs, conf->pf_ring_cfg.active_io_rings);
in octep_init_config_cn93_pf()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_sriov.c
868
bp->
sriov_cfg
= true;
in bnxt_sriov_configure()
889
bp->
sriov_cfg
= false;
in bnxt_sriov_configure()
H
A
D
bnxt.h
1948
bool
sriov_cfg
;
member
H
A
D
bnxt.c
10060
if (bp->
sriov_cfg
) {
in bnxt_close_nic()
10062
!bp->
sriov_cfg
,
in bnxt_close_nic()
11009
if (bp->
sriov_cfg
)
in bnxt_get_registered_vfs()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_sriov.c
911
bp->
sriov_cfg
= true;
in bnxt_sriov_configure()
932
bp->
sriov_cfg
= false;
in bnxt_sriov_configure()
H
A
D
bnxt.h
2125
bool
sriov_cfg
;
member
2323
return BNXT_PF(bp) && (bp->pf.active_vfs || bp->
sriov_cfg
);
in bnxt_sriov_cfg()
H
A
D
bnxt.c
10739
if (bp->
sriov_cfg
) {
in bnxt_close_nic()
10743
!bp->
sriov_cfg
,
in bnxt_close_nic()
11921
if (bp->
sriov_cfg
)
in bnxt_get_registered_vfs()
Completed in 60 milliseconds