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:cgx_cnt_max
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
rvu_cgx.c
71
if (cgx_id >= rvu->
cgx_cnt_max
)
in rvu_cgx_pdata()
94
int
cgx_cnt_max
= rvu->
cgx_cnt_max
;
in rvu_map_cgx_lmac_pf()
local
99
if (!
cgx_cnt_max
)
in rvu_map_cgx_lmac_pf()
102
if (
cgx_cnt_max
> 0xF || MAX_LMAC_PER_CGX > 0xF)
in rvu_map_cgx_lmac_pf()
109
size = (
cgx_cnt_max
* MAX_LMAC_PER_CGX + 1) * sizeof(u8);
in rvu_map_cgx_lmac_pf()
119
cgx_cnt_max
* MAX_LMAC_PER_CGX * sizeof(u16),
in rvu_map_cgx_lmac_pf()
125
for (cgx = 0; cgx <
cgx_cnt_max
; cgx++) {
in rvu_map_cgx_lmac_pf()
270
for (cgx = 0; cgx <= rvu->
cgx_cnt_max
; cgx++) {
in cgx_lmac_event_handler_init()
303
rvu->
cgx_cnt_max
in rvu_cgx_init()
[all...]
H
A
D
rvu.h
342
u8
cgx_cnt_max
; /* CGX port count max */
member
H
A
D
rvu_nix.c
3061
for (idx = 0; idx < rvu->
cgx_cnt_max
; idx++) {
in nix_calibrate_x2p()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
rvu_cgx.c
76
rvu->
cgx_cnt_max
* rvu->hw->lmac_per_cgx);
in cgxlmac_to_pf()
86
if (cgx_id >= rvu->
cgx_cnt_max
)
in rvu_cgx_pdata()
98
for (; first_enabled_cgx < rvu->
cgx_cnt_max
; first_enabled_cgx++) {
in rvu_first_cgx_pdata()
124
int
cgx_cnt_max
= rvu->
cgx_cnt_max
;
in rvu_map_cgx_lmac_pf()
local
131
if (!
cgx_cnt_max
)
in rvu_map_cgx_lmac_pf()
134
if (
cgx_cnt_max
> 0xF || rvu->hw->lmac_per_cgx > 0xF)
in rvu_map_cgx_lmac_pf()
141
size = (
cgx_cnt_max
* rvu->hw->lmac_per_cgx + 1) * sizeof(u8);
in rvu_map_cgx_lmac_pf()
152
cgx_cnt_max
* rvu->hw->lmac_per_cgx * sizeof(u64),
in rvu_map_cgx_lmac_pf()
158
for (cgx = 0; cgx <
cgx_cnt_max
; cg
in rvu_map_cgx_lmac_pf()
[all...]
H
A
D
rvu_cn10k.c
525
for (cgx = 0; cgx < rvu->
cgx_cnt_max
; cgx++) {
in rvu_rpm_set_channels()
H
A
D
rvu.h
509
u8
cgx_cnt_max
; /* CGX port count max */
member
H
A
D
rvu_npc_hash.c
1985
max_lmac_cnt = rvu->
cgx_cnt_max
* rvu->hw->lmac_per_cgx +
in rvu_npc_exact_init()
H
A
D
rvu_nix.c
4357
for (idx = 0; idx < rvu->
cgx_cnt_max
; idx++) {
in nix_calibrate_x2p()
Completed in 20 milliseconds