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:tx_qidx
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/synopsys/
H
A
D
dwc-xlgmac-hw.c
458
unsigned int tx_dsr, tx_pos,
tx_qidx
;
in xlgmac_prepare_tx_stop()
local
468
tx_qidx
= channel->queue_index - DMA_DSRX_FIRST_QUEUE;
in xlgmac_prepare_tx_stop()
470
tx_dsr = DMA_DSR1 + ((
tx_qidx
/ DMA_DSRX_QPR) * DMA_DSRX_INC);
in xlgmac_prepare_tx_stop()
471
tx_pos = ((
tx_qidx
% DMA_DSRX_QPR) * DMA_DSR_Q_LEN) +
in xlgmac_prepare_tx_stop()
/kernel/linux/linux-6.6/drivers/net/ethernet/synopsys/
H
A
D
dwc-xlgmac-hw.c
458
unsigned int tx_dsr, tx_pos,
tx_qidx
;
in xlgmac_prepare_tx_stop()
local
468
tx_qidx
= channel->queue_index - DMA_DSRX_FIRST_QUEUE;
in xlgmac_prepare_tx_stop()
470
tx_dsr = DMA_DSR1 + ((
tx_qidx
/ DMA_DSRX_QPR) * DMA_DSRX_INC);
in xlgmac_prepare_tx_stop()
471
tx_pos = ((
tx_qidx
% DMA_DSRX_QPR) * DMA_DSR_Q_LEN) +
in xlgmac_prepare_tx_stop()
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/
H
A
D
xgbe-dev.c
3249
unsigned int tx_dsr, tx_pos,
tx_qidx
;
in xgbe_prepare_tx_stop()
local
3261
tx_qidx
= queue - DMA_DSRX_FIRST_QUEUE;
in xgbe_prepare_tx_stop()
3263
tx_dsr = DMA_DSR1 + ((
tx_qidx
/ DMA_DSRX_QPR) * DMA_DSRX_INC);
in xgbe_prepare_tx_stop()
3264
tx_pos = ((
tx_qidx
% DMA_DSRX_QPR) * DMA_DSR_Q_WIDTH) +
in xgbe_prepare_tx_stop()
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/xgbe/
H
A
D
xgbe-dev.c
3299
unsigned int tx_dsr, tx_pos,
tx_qidx
;
in xgbe_prepare_tx_stop()
local
3311
tx_qidx
= queue - DMA_DSRX_FIRST_QUEUE;
in xgbe_prepare_tx_stop()
3313
tx_dsr = DMA_DSR1 + ((
tx_qidx
/ DMA_DSRX_QPR) * DMA_DSRX_INC);
in xgbe_prepare_tx_stop()
3314
tx_pos = ((
tx_qidx
% DMA_DSRX_QPR) * DMA_DSR_Q_WIDTH) +
in xgbe_prepare_tx_stop()
Completed in 15 milliseconds