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:ath12k_ce_pipe
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H
A
D
ce.c
222
static int ath12k_ce_rx_buf_enqueue_pipe(struct
ath12k_ce_pipe
*pipe,
in ath12k_ce_rx_buf_enqueue_pipe()
271
static int ath12k_ce_rx_post_pipe(struct
ath12k_ce_pipe
*pipe)
in ath12k_ce_rx_post_pipe()
319
static int ath12k_ce_completed_recv_next(struct
ath12k_ce_pipe
*pipe,
in ath12k_ce_completed_recv_next()
369
static void ath12k_ce_recv_process_cb(struct
ath12k_ce_pipe
*pipe)
in ath12k_ce_recv_process_cb()
409
static struct sk_buff *ath12k_ce_completed_send_next(struct
ath12k_ce_pipe
*pipe)
in ath12k_ce_completed_send_next()
450
static void ath12k_ce_send_done_cb(struct
ath12k_ce_pipe
*pipe)
in ath12k_ce_send_done_cb()
582
struct
ath12k_ce_pipe
*pipe = &ab->ce.ce_pipe[ce_id];
in ath12k_ce_alloc_pipe()
621
struct
ath12k_ce_pipe
*pipe = &ab->ce.ce_pipe[ce_id];
in ath12k_ce_per_engine_service()
632
struct
ath12k_ce_pipe
*pipe = &ab->ce.ce_pipe[pipe_id];
in ath12k_ce_poll_send_completed()
641
struct
ath12k_ce_pipe
*pip
in ath12k_ce_send()
[all...]
H
A
D
ce.h
141
struct
ath12k_ce_pipe
{
struct
148
void (*send_cb)(struct
ath12k_ce_pipe
*pipe);
159
struct
ath12k_ce_pipe
ce_pipe[CE_COUNT_MAX];
H
A
D
pci.c
399
struct
ath12k_ce_pipe
*ce_pipe = from_tasklet(ce_pipe, t, intr_tq);
in ath12k_pci_ce_tasklet()
408
struct
ath12k_ce_pipe
*ce_pipe = arg;
in ath12k_pci_ce_interrupt_handler()
564
struct
ath12k_ce_pipe
*ce_pipe;
in ath12k_pci_config_irq()
817
struct
ath12k_ce_pipe
*ce_pipe = &ab->ce.ce_pipe[i];
in ath12k_pci_kill_tasklets()
H
A
D
hal.c
2176
struct
ath12k_ce_pipe
*ce_pipe;
in ath12k_hal_dump_srng_stats()
Completed in 8 milliseconds