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:ports_in_mid
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H
A
D
spectrum_switchdev.c
1595
bitmap_copy(flood_bitmap, mid->
ports_in_mid
, num_of_ports);
in mlxsw_sp_mc_write_mdb_entry()
1639
mid->
ports_in_mid
= bitmap_zalloc(mlxsw_core_max_ports(mlxsw_sp->core),
in __mlxsw_sp_mc_alloc()
1641
if (!mid->
ports_in_mid
)
in __mlxsw_sp_mc_alloc()
1659
bitmap_free(mid->
ports_in_mid
);
in __mlxsw_sp_mc_alloc()
1671
clear_bit(mlxsw_sp_port->local_port, mid->
ports_in_mid
);
in mlxsw_sp_port_remove_from_mid()
1672
if (bitmap_empty(mid->
ports_in_mid
,
in mlxsw_sp_port_remove_from_mid()
1676
bitmap_free(mid->
ports_in_mid
);
in mlxsw_sp_port_remove_from_mid()
1721
set_bit(mlxsw_sp_port->local_port, mid->
ports_in_mid
);
in mlxsw_sp_port_mdb_add()
1773
if (!test_bit(mlxsw_sp_port->local_port, mid->
ports_in_mid
))
in mlxsw_sp_port_mrouter_update_mdb()
1922
if (test_bit(mlxsw_sp_port->local_port, mid->
ports_in_mid
)) {
in mlxsw_sp_bridge_port_mdb_flush()
[all...]
H
A
D
spectrum.h
112
unsigned long *
ports_in_mid
; /* bits array */
member
Completed in 7 milliseconds