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:MAC_CTRL_PAD
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atlx/
H
A
D
atlx.h
201
#define
MAC_CTRL_PAD
0x80
macro
H
A
D
atl2.c
1121
value |= (MAC_CTRL_ADD_CRC |
MAC_CTRL_PAD
);
in atl2_setup_mac_ctrl()
1543
ctrl |= (MAC_CTRL_ADD_CRC |
MAC_CTRL_PAD
);
in atl2_suspend()
H
A
D
atl1.c
1258
value |= (MAC_CTRL_ADD_CRC |
MAC_CTRL_PAD
);
in atl1_setup_mac_ctrl()
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atlx/
H
A
D
atlx.h
201
#define
MAC_CTRL_PAD
0x80
macro
H
A
D
atl2.c
1121
value |= (MAC_CTRL_ADD_CRC |
MAC_CTRL_PAD
);
in atl2_setup_mac_ctrl()
1543
ctrl |= (MAC_CTRL_ADD_CRC |
MAC_CTRL_PAD
);
in atl2_suspend()
H
A
D
atl1.c
1258
value |= (MAC_CTRL_ADD_CRC |
MAC_CTRL_PAD
);
in atl1_setup_mac_ctrl()
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1e/
H
A
D
atl1e_hw.h
271
#define
MAC_CTRL_PAD
0x80 /* 1: Instruct MAC to pad short frames to 60-bytes, and then attach CRC. This bit has higher priority over CRC_EN */
macro
H
A
D
atl1e_main.c
1062
value |= (MAC_CTRL_ADD_CRC |
MAC_CTRL_PAD
);
in atl1e_setup_mac_ctrl()
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1e/
H
A
D
atl1e_hw.h
271
#define
MAC_CTRL_PAD
0x80 /* 1: Instruct MAC to pad short frames to 60-bytes, and then attach CRC. This bit has higher priority over CRC_EN */
macro
H
A
D
atl1e_main.c
1062
value |= (MAC_CTRL_ADD_CRC |
MAC_CTRL_PAD
);
in atl1e_setup_mac_ctrl()
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1c/
H
A
D
atl1c_hw.h
387
#define
MAC_CTRL_PAD
BIT(7)
macro
H
A
D
atl1c_main.c
1201
MAC_CTRL_ADD_CRC |
MAC_CTRL_PAD
|
in atl1c_start_mac()
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1c/
H
A
D
atl1c_hw.h
388
#define
MAC_CTRL_PAD
BIT(7)
macro
H
A
D
atl1c_main.c
1241
MAC_CTRL_ADD_CRC |
MAC_CTRL_PAD
|
in atl1c_start_mac()
Completed in 50 milliseconds