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_get_lmac_cnt
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
cgx.h
125
int
cgx_get_lmac_cnt
(void *cgxd);
H
A
D
rvu_cgx.c
128
lmac_cnt =
cgx_get_lmac_cnt
(rvu_cgx_pdata(cgx, rvu));
in rvu_map_cgx_lmac_pf()
274
for (lmac = 0; lmac <
cgx_get_lmac_cnt
(cgxd); lmac++) {
in cgx_lmac_event_handler_init()
359
for (lmac = 0; lmac <
cgx_get_lmac_cnt
(cgxd); lmac++)
in rvu_cgx_exit()
H
A
D
cgx.c
117
int
cgx_get_lmac_cnt
(void *cgxd)
in cgx_get_lmac_cnt()
function
H
A
D
rvu_nix.c
2894
CGX_FIFO_LEN /
cgx_get_lmac_cnt
(rvu_cgx_pdata(cgx, rvu));
in rvu_mbox_handler_nix_set_hw_frs()
3020
lmac_cnt =
cgx_get_lmac_cnt
(rvu_cgx_pdata(cgx, rvu));
in nix_link_config()
H
A
D
rvu_debugfs.c
1595
for (lmac_id = 0; lmac_id <
cgx_get_lmac_cnt
(cgx); lmac_id++) {
in rvu_dbg_cgx_init()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/
H
A
D
cgx.h
137
int
cgx_get_lmac_cnt
(void *cgxd);
H
A
D
rvu_cgx.c
518
lmac_count =
cgx_get_lmac_cnt
(cgx_dev);
in rvu_cgx_disable_dmac_entries()
H
A
D
cgx.c
148
int
cgx_get_lmac_cnt
(void *cgxd)
in cgx_get_lmac_cnt()
function
H
A
D
rvu_nix.c
4299
lmac_cnt =
cgx_get_lmac_cnt
(rvu_cgx_pdata(cgx, rvu));
in nix_link_config()
Completed in 25 milliseconds