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:DPSW_CMD_ID
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/fsl-dpaa2/ethsw/
H
A
D
dpsw-cmd.h
18
#define
DPSW_CMD_ID
(id) (((id) << DPSW_CMD_ID_OFFSET) | DPSW_CMD_BASE_VERSION)
macro
21
#define DPSW_CMDID_CLOSE
DPSW_CMD_ID
(0x800)
22
#define DPSW_CMDID_OPEN
DPSW_CMD_ID
(0x802)
24
#define DPSW_CMDID_GET_API_VERSION
DPSW_CMD_ID
(0xa02)
26
#define DPSW_CMDID_ENABLE
DPSW_CMD_ID
(0x002)
27
#define DPSW_CMDID_DISABLE
DPSW_CMD_ID
(0x003)
28
#define DPSW_CMDID_GET_ATTR
DPSW_CMD_ID
(0x004)
29
#define DPSW_CMDID_RESET
DPSW_CMD_ID
(0x005)
31
#define DPSW_CMDID_SET_IRQ_ENABLE
DPSW_CMD_ID
(0x012)
33
#define DPSW_CMDID_SET_IRQ_MASK
DPSW_CMD_ID
(
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/
H
A
D
dpsw-cmd.h
21
#define
DPSW_CMD_ID
(id) (((id) << DPSW_CMD_ID_OFFSET) | DPSW_CMD_BASE_VERSION)
macro
25
#define DPSW_CMDID_CLOSE
DPSW_CMD_ID
(0x800)
26
#define DPSW_CMDID_OPEN
DPSW_CMD_ID
(0x802)
28
#define DPSW_CMDID_GET_API_VERSION
DPSW_CMD_ID
(0xa02)
30
#define DPSW_CMDID_ENABLE
DPSW_CMD_ID
(0x002)
31
#define DPSW_CMDID_DISABLE
DPSW_CMD_ID
(0x003)
33
#define DPSW_CMDID_RESET
DPSW_CMD_ID
(0x005)
35
#define DPSW_CMDID_SET_IRQ_ENABLE
DPSW_CMD_ID
(0x012)
37
#define DPSW_CMDID_SET_IRQ_MASK
DPSW_CMD_ID
(0x014)
39
#define DPSW_CMDID_GET_IRQ_STATUS
DPSW_CMD_ID
(
[all...]
Completed in 3 milliseconds