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:mact_entry
(Results
1 - 1
of
1
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/sparx5/
H
A
D
sparx5_mactable.c
243
struct sparx5_mact_entry *
mact_entry
;
in alloc_mact_entry()
local
245
mact_entry
= devm_kzalloc(sparx5->dev,
in alloc_mact_entry()
246
sizeof(*
mact_entry
), GFP_ATOMIC);
in alloc_mact_entry()
247
if (!
mact_entry
)
in alloc_mact_entry()
250
memcpy(
mact_entry
->mac, mac, ETH_ALEN);
in alloc_mact_entry()
251
mact_entry
->vid = vid;
in alloc_mact_entry()
252
mact_entry
->port = port_index;
in alloc_mact_entry()
253
return
mact_entry
;
in alloc_mact_entry()
260
struct sparx5_mact_entry *
mact_entry
;
in find_mact_entry()
local
264
list_for_each_entry(
mact_entry
,
in find_mact_entry()
294
struct sparx5_
mact_entry
*
mact_entry
;
sparx5_add_mact_entry()
local
340
struct sparx5_
mact_entry
*
mact_entry
, *tmp;
sparx5_del_mact_entry()
local
365
struct sparx5_
mact_entry
*
mact_entry
;
sparx5_mact_handle_entry()
local
425
struct sparx5_
mact_entry
*
mact_entry
, *tmp;
sparx5_mact_pull_work()
local
[all...]
Completed in 1 milliseconds