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:dxe_tx_h_ch
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wcn36xx/
H
A
D
dxe.c
106
wcn->
dxe_tx_h_ch
.ch_type = WCN36XX_DXE_CH_TX_H;
in wcn36xx_dxe_alloc_ctl_blks()
111
wcn->
dxe_tx_h_ch
.desc_num = WCN36XX_DXE_CH_DESC_NUMB_TX_H;
in wcn36xx_dxe_alloc_ctl_blks()
116
wcn->
dxe_tx_h_ch
.dxe_wq = WCN36XX_DXE_WQ_TX_H(wcn);
in wcn36xx_dxe_alloc_ctl_blks()
119
wcn->
dxe_tx_h_ch
.ctrl_bd = WCN36XX_DXE_CTRL_TX_H_BD;
in wcn36xx_dxe_alloc_ctl_blks()
122
wcn->
dxe_tx_h_ch
.ctrl_skb = WCN36XX_DXE_CTRL_TX_H_SKB;
in wcn36xx_dxe_alloc_ctl_blks()
125
wcn->
dxe_tx_h_ch
.reg_ctrl = WCN36XX_DXE_REG_CTL_TX_H;
in wcn36xx_dxe_alloc_ctl_blks()
128
wcn->
dxe_tx_h_ch
.def_ctrl = WCN36XX_DXE_CH_DEFAULT_CTL_TX_H;
in wcn36xx_dxe_alloc_ctl_blks()
134
ret = wcn36xx_dxe_allocate_ctl_block(&wcn->
dxe_tx_h_ch
);
in wcn36xx_dxe_alloc_ctl_blks()
163
wcn36xx_dxe_free_ctl_block(&wcn->
dxe_tx_h_ch
);
in wcn36xx_dxe_free_ctl_blks()
496
reap_tx_dxes(wcn, &wcn->
dxe_tx_h_ch
);
in wcn36xx_irq_tx_complete()
[all...]
H
A
D
wcn36xx.h
268
struct wcn36xx_dxe_ch
dxe_tx_h_ch
; /* TX high */
member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wcn36xx/
H
A
D
dxe.c
106
wcn->
dxe_tx_h_ch
.ch_type = WCN36XX_DXE_CH_TX_H;
in wcn36xx_dxe_alloc_ctl_blks()
111
wcn->
dxe_tx_h_ch
.desc_num = WCN36XX_DXE_CH_DESC_NUMB_TX_H;
in wcn36xx_dxe_alloc_ctl_blks()
116
wcn->
dxe_tx_h_ch
.dxe_wq = WCN36XX_DXE_WQ_TX_H;
in wcn36xx_dxe_alloc_ctl_blks()
119
wcn->
dxe_tx_h_ch
.ctrl_bd = WCN36XX_DXE_CTRL_TX_H_BD;
in wcn36xx_dxe_alloc_ctl_blks()
122
wcn->
dxe_tx_h_ch
.ctrl_skb = WCN36XX_DXE_CTRL_TX_H_SKB;
in wcn36xx_dxe_alloc_ctl_blks()
125
wcn->
dxe_tx_h_ch
.reg_ctrl = WCN36XX_DXE_REG_CTL_TX_H;
in wcn36xx_dxe_alloc_ctl_blks()
128
wcn->
dxe_tx_h_ch
.def_ctrl = WCN36XX_DXE_CH_DEFAULT_CTL_TX_H;
in wcn36xx_dxe_alloc_ctl_blks()
134
ret = wcn36xx_dxe_allocate_ctl_block(&wcn->
dxe_tx_h_ch
);
in wcn36xx_dxe_alloc_ctl_blks()
163
wcn36xx_dxe_free_ctl_block(&wcn->
dxe_tx_h_ch
);
in wcn36xx_dxe_free_ctl_blks()
495
reap_tx_dxes(wcn, &wcn->
dxe_tx_h_ch
);
in wcn36xx_irq_tx_complete()
[all...]
H
A
D
wcn36xx.h
243
struct wcn36xx_dxe_ch
dxe_tx_h_ch
; /* TX high */
member
Completed in 4 milliseconds