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:NCMDS_TX
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/apple/
H
A
D
mace.c
35
#define
NCMDS_TX
1 /* dma commands per element in tx ring */
macro
78
+ (N_RX_RING +
NCMDS_TX
* N_TX_RING + 3) * sizeof(struct dbdma_cmd))
196
mp->rx_cmds = mp->tx_cmds +
NCMDS_TX
* N_TX_RING + 1;
in mace_probe()
199
(
NCMDS_TX
*N_TX_RING + N_RX_RING + 2) * sizeof(struct dbdma_cmd));
in mace_probe()
477
cp = mp->tx_cmds +
NCMDS_TX
* N_TX_RING;
in mace_open()
558
cp = mp->tx_cmds +
NCMDS_TX
* fill;
in mace_xmit_start()
562
np = mp->tx_cmds +
NCMDS_TX
* next;
in mace_xmit_start()
724
cp = mp->tx_cmds +
NCMDS_TX
* i;
in mace_interrupt()
789
cp = mp->tx_cmds +
NCMDS_TX
* i;
in mace_interrupt()
822
cp = mp->tx_cmds +
NCMDS_TX
* m
in mace_tx_timeout()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/apple/
H
A
D
mace.c
34
#define
NCMDS_TX
1 /* dma commands per element in tx ring */
macro
77
+ (N_RX_RING +
NCMDS_TX
* N_TX_RING + 3) * sizeof(struct dbdma_cmd))
197
mp->rx_cmds = mp->tx_cmds +
NCMDS_TX
* N_TX_RING + 1;
in mace_probe()
200
(
NCMDS_TX
*N_TX_RING + N_RX_RING + 2) * sizeof(struct dbdma_cmd));
in mace_probe()
482
cp = mp->tx_cmds +
NCMDS_TX
* N_TX_RING;
in mace_open()
563
cp = mp->tx_cmds +
NCMDS_TX
* fill;
in mace_xmit_start()
567
np = mp->tx_cmds +
NCMDS_TX
* next;
in mace_xmit_start()
729
cp = mp->tx_cmds +
NCMDS_TX
* i;
in mace_interrupt()
794
cp = mp->tx_cmds +
NCMDS_TX
* i;
in mace_interrupt()
827
cp = mp->tx_cmds +
NCMDS_TX
* m
in mace_tx_timeout()
[all...]
Completed in 3 milliseconds