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:other_addr
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/micrel/
H
A
D
ksz884x.c
1169
* @
other_addr
: Other MAC address. Used for multiple network device mode.
1182
u8
other_addr
[ETH_ALEN];
member
6868
hw_priv->hw.ksz_switch->
other_addr
[j++] =
in get_mac_addr()
6870
hw_priv->hw.ksz_switch->
other_addr
[5] +=
in get_mac_addr()
6894
sw->
other_addr
[5] = (u8) data[0];
in read_other_addr()
6895
sw->
other_addr
[4] = (u8)(data[0] >> 8);
in read_other_addr()
6896
sw->
other_addr
[3] = (u8) data[1];
in read_other_addr()
6897
sw->
other_addr
[2] = (u8)(data[1] >> 8);
in read_other_addr()
6898
sw->
other_addr
[1] = (u8) data[2];
in read_other_addr()
6899
sw->
other_addr
[
in read_other_addr()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/micrel/
H
A
D
ksz884x.c
1101
* @
other_addr
: Other MAC address. Used for multiple network device mode.
1114
u8
other_addr
[ETH_ALEN];
member
6498
hw_priv->hw.ksz_switch->
other_addr
[j++] =
in get_mac_addr()
6500
hw_priv->hw.ksz_switch->
other_addr
[5] +=
in get_mac_addr()
6524
sw->
other_addr
[5] = (u8) data[0];
in read_other_addr()
6525
sw->
other_addr
[4] = (u8)(data[0] >> 8);
in read_other_addr()
6526
sw->
other_addr
[3] = (u8) data[1];
in read_other_addr()
6527
sw->
other_addr
[2] = (u8)(data[1] >> 8);
in read_other_addr()
6528
sw->
other_addr
[1] = (u8) data[2];
in read_other_addr()
6529
sw->
other_addr
[
in read_other_addr()
[all...]
Completed in 21 milliseconds