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:ktxds
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/nfdk/
H
A
D
rings.c
81
if (tx_ring->
ktxds
)
in nfp_nfdk_tx_ring_free()
83
tx_ring->
ktxds
, tx_ring->dma);
in nfp_nfdk_tx_ring_free()
98
tx_ring->size = array_size(tx_ring->cnt, sizeof(*tx_ring->
ktxds
));
in nfp_nfdk_tx_ring_alloc()
99
tx_ring->
ktxds
= dma_alloc_coherent(dp->dev, tx_ring->size,
in nfp_nfdk_tx_ring_alloc()
102
if (!tx_ring->
ktxds
) {
in nfp_nfdk_tx_ring_alloc()
148
txd = &tx_ring->
ktxds
[i];
in nfp_nfdk_print_tx_descs()
H
A
D
dp.c
163
txd = &tx_ring->
ktxds
[wr_idx];
in nfp_nfdk_tx_maybe_close_block()
299
txd = &tx_ring->
ktxds
[wr_idx];
in nfp_nfdk_tx()
406
cnt = txd - tx_ring->
ktxds
- wr_idx;
in nfp_nfdk_tx()
939
txd = &tx_ring->
ktxds
[wr_idx];
in nfp_nfdk_tx_xdp_buf()
960
txd = &tx_ring->
ktxds
[wr_idx];
in nfp_nfdk_tx_xdp_buf()
1002
cnt = txd - tx_ring->
ktxds
- wr_idx;
in nfp_nfdk_tx_xdp_buf()
1365
txd = &tx_ring->
ktxds
[wr_idx];
in nfp_nfdk_ctrl_tx_one()
1416
cnt = txd - tx_ring->
ktxds
- wr_idx;
in nfp_nfdk_ctrl_tx_one()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/
H
A
D
nfp_net.h
155
* @
ktxds
: Virtual address of TX ring in host memory (NFDK)
183
struct nfp_nfdk_tx_desc *
ktxds
;
member
Completed in 4 milliseconds