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:mark_format
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
rvu_nix.c
2248
for (fmt_idx = 0; fmt_idx < nix_hw->
mark_format
.in_use; fmt_idx++) {
in rvu_nix_reserve_mark_format()
2249
if (nix_hw->
mark_format
.cfg[fmt_idx] == cfg)
in rvu_nix_reserve_mark_format()
2252
if (fmt_idx >= nix_hw->
mark_format
.total)
in rvu_nix_reserve_mark_format()
2256
nix_hw->
mark_format
.cfg[fmt_idx] = cfg;
in rvu_nix_reserve_mark_format()
2257
nix_hw->
mark_format
.in_use++;
in rvu_nix_reserve_mark_format()
2279
nix_hw->
mark_format
.total = (u8)total;
in nix_af_mark_format_setup()
2280
nix_hw->
mark_format
.cfg = devm_kcalloc(rvu->dev, total, sizeof(u32),
in nix_af_mark_format_setup()
2282
if (!nix_hw->
mark_format
.cfg)
in nix_af_mark_format_setup()
H
A
D
rvu.h
229
struct nix_mark_format
mark_format
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
rvu_nix.c
3371
for (fmt_idx = 0; fmt_idx < nix_hw->
mark_format
.in_use; fmt_idx++) {
in rvu_nix_reserve_mark_format()
3372
if (nix_hw->
mark_format
.cfg[fmt_idx] == cfg)
in rvu_nix_reserve_mark_format()
3375
if (fmt_idx >= nix_hw->
mark_format
.total)
in rvu_nix_reserve_mark_format()
3379
nix_hw->
mark_format
.cfg[fmt_idx] = cfg;
in rvu_nix_reserve_mark_format()
3380
nix_hw->
mark_format
.in_use++;
in rvu_nix_reserve_mark_format()
3402
nix_hw->
mark_format
.total = (u8)total;
in nix_af_mark_format_setup()
3403
nix_hw->
mark_format
.cfg = devm_kcalloc(rvu->dev, total, sizeof(u32),
in nix_af_mark_format_setup()
3405
if (!nix_hw->
mark_format
.cfg)
in nix_af_mark_format_setup()
H
A
D
rvu.h
343
struct nix_mark_format
mark_format
;
member
Completed in 15 milliseconds