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:num_fdb_entries
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/fsl-dpaa2/ethsw/
H
A
D
dpsw-cmd.h
312
__le16
num_fdb_entries
;
member
H
A
D
ethsw.c
665
u16
num_fdb_entries
;
in dpaa2_switch_port_fdb_dump()
local
684
fdb_dump_iova, fdb_dump_size, &
num_fdb_entries
);
in dpaa2_switch_port_fdb_dump()
693
for (i = 0; i <
num_fdb_entries
; i++) {
in dpaa2_switch_port_fdb_dump()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/
H
A
D
dpsw-cmd.h
367
__le16
num_fdb_entries
;
member
H
A
D
dpsw.h
600
* @
num_fdb_entries
: Number of FDB entries
604
u16
num_fdb_entries
;
member
H
A
D
dpsw.c
881
cmd_params->
num_fdb_entries
= cpu_to_le16(cfg->
num_fdb_entries
);
in dpsw_fdb_add()
H
A
D
dpaa2-switch.c
843
u16
num_fdb_entries
;
in dpaa2_switch_fdb_iterate()
local
864
fdb_dump_iova, fdb_dump_size, &
num_fdb_entries
);
in dpaa2_switch_fdb_iterate()
873
for (i = 0; i <
num_fdb_entries
; i++) {
in dpaa2_switch_fdb_iterate()
3137
fdb_cfg.
num_fdb_entries
= ethsw->sw_attr.max_fdb_entries / ethsw->sw_attr.num_ifs;
in dpaa2_switch_port_init()
Completed in 12 milliseconds