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_buf_cnt
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/cec/platform/tegra/
H
A
D
tegra_cec.c
49
u8
tx_buf_cnt
;
member
153
if (cec->tx_buf_cur == cec->
tx_buf_cnt
) {
in tegra_cec_irq_handler()
192
cec->
tx_buf_cnt
= 0;
in tegra_cec_adap_enable()
291
cec->
tx_buf_cnt
= msg->len;
in tegra_cec_adap_transmit()
/kernel/linux/linux-6.6/drivers/media/cec/platform/tegra/
H
A
D
tegra_cec.c
49
u8
tx_buf_cnt
;
member
153
if (cec->tx_buf_cur == cec->
tx_buf_cnt
) {
in tegra_cec_irq_handler()
192
cec->
tx_buf_cnt
= 0;
in tegra_cec_adap_enable()
291
cec->
tx_buf_cnt
= msg->len;
in tegra_cec_adap_transmit()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H
A
D
hif_usb.h
99
u8
tx_buf_cnt
;
member
H
A
D
hif_usb.c
302
hif_dev->tx.
tx_buf_cnt
++;
in hif_usb_tx_cb()
328
hif_dev->tx.
tx_buf_cnt
--;
in __hif_usb_tx()
370
hif_dev->tx.
tx_buf_cnt
++;
in __hif_usb_tx()
416
if ((hif_dev->tx.
tx_buf_cnt
== MAX_TX_URB_NUM) &&
in hif_usb_send_tx()
874
hif_dev->tx.
tx_buf_cnt
= MAX_TX_URB_NUM;
in ath9k_hif_usb_alloc_tx_urbs()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H
A
D
hif_usb.h
99
u8
tx_buf_cnt
;
member
H
A
D
hif_usb.c
300
hif_dev->tx.
tx_buf_cnt
++;
in hif_usb_tx_cb()
326
hif_dev->tx.
tx_buf_cnt
--;
in __hif_usb_tx()
368
hif_dev->tx.
tx_buf_cnt
++;
in __hif_usb_tx()
414
if ((hif_dev->tx.
tx_buf_cnt
== MAX_TX_URB_NUM) &&
in hif_usb_send_tx()
872
hif_dev->tx.
tx_buf_cnt
= MAX_TX_URB_NUM;
in ath9k_hif_usb_alloc_tx_urbs()
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/
H
A
D
i40iw_puda.h
109
u32
tx_buf_cnt
; /* total bufs allocated will be rq_size +
tx_buf_cnt
*/
member
H
A
D
i40iw_main.c
939
info.
tx_buf_cnt
= 16384;
in i40iw_initialize_ilq()
968
info.
tx_buf_cnt
= 4096;
in i40iw_initialize_ieq()
H
A
D
i40iw_puda.c
956
ret = i40iw_puda_allocbufs(rsrc, info->
tx_buf_cnt
+ info->rq_size);
in i40iw_puda_create_rsrc()
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H
A
D
puda.h
92
u32
tx_buf_cnt
; /* total bufs allocated will be rq_size +
tx_buf_cnt
*/
member
H
A
D
hw.c
1487
info.
tx_buf_cnt
= 2 * info.sq_size;
in irdma_initialize_ilq()
1517
info.
tx_buf_cnt
= 4096;
in irdma_initialize_ieq()
H
A
D
puda.c
1086
ret = irdma_puda_allocbufs(rsrc, info->
tx_buf_cnt
+ info->rq_size);
in irdma_puda_create_rsrc()
Completed in 16 milliseconds