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:pf_ring_cfg
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeon_ep/
H
A
D
octep_config.h
67
#define CFG_GET_PORTS_MAX_IO_RINGS(cfg) ((cfg)->
pf_ring_cfg
.max_io_rings)
68
#define CFG_GET_PORTS_ACTIVE_IO_RINGS(cfg) ((cfg)->
pf_ring_cfg
.active_io_rings)
69
#define CFG_GET_PORTS_PF_SRN(cfg) ((cfg)->
pf_ring_cfg
.srn)
193
struct octep_pf_ring_config
pf_ring_cfg
;
member
H
A
D
octep_cn9k_pf.c
118
q_no += conf->
pf_ring_cfg
.srn;
in cn93_reset_iq()
222
conf->
pf_ring_cfg
.srn = CN93_SDP_MAC_PF_RING_CTL_SRN(val);
in octep_init_config_cn93_pf()
223
conf->
pf_ring_cfg
.max_io_rings = CN93_SDP_MAC_PF_RING_CTL_RPPF(val);
in octep_init_config_cn93_pf()
224
conf->
pf_ring_cfg
.active_io_rings = conf->
pf_ring_cfg
.max_io_rings;
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()
242
conf->msix_cfg.ioq_msix = conf->
pf_ring_cfg
.active_io_rings;
in octep_init_config_cn93_pf()
Completed in 2 milliseconds