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_list
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/
H
A
D
n_hdlc.c
130
* @
tx_buf_list
: list of pending transmit frame buffers
139
struct n_hdlc_buf_list
tx_buf_list
;
member
178
while ((buf = n_hdlc_buf_get(&n_hdlc->
tx_buf_list
)))
in flush_tx_queue()
221
n_hdlc_free_buf_list(&n_hdlc->
tx_buf_list
);
in n_hdlc_tty_close()
281
spin_lock_irqsave(&n_hdlc->
tx_buf_list
.spinlock, flags);
in n_hdlc_send_frames()
284
spin_unlock_irqrestore(&n_hdlc->
tx_buf_list
.spinlock, flags);
in n_hdlc_send_frames()
289
spin_unlock_irqrestore(&n_hdlc->
tx_buf_list
.spinlock, flags);
in n_hdlc_send_frames()
291
tbuf = n_hdlc_buf_get(&n_hdlc->
tx_buf_list
);
in n_hdlc_send_frames()
301
n_hdlc_buf_return(&n_hdlc->
tx_buf_list
, tbuf);
in n_hdlc_send_frames()
319
tbuf = n_hdlc_buf_get(&n_hdlc->
tx_buf_list
);
in n_hdlc_send_frames()
[all...]
H
A
D
synclinkmp.c
203
SCADESC *
tx_buf_list
; /* list of transmit buffer entries */
member
3396
info->
tx_buf_list
,
in alloc_dma_bufs()
3428
info->
tx_buf_list
= (SCADESC *)info->buffer_list;
in alloc_buf_list()
3429
info->
tx_buf_list
+= info->rx_buf_count;
in alloc_buf_list()
3459
info->
tx_buf_list
[i].next = info->buffer_list_phys +
in alloc_buf_list()
3463
info->
tx_buf_list
[i].next += (i + 1) * sizeof(SCADESC);
in alloc_buf_list()
3492
info->
tx_buf_list
= NULL;
in free_dma_bufs()
5007
desc = &info->
tx_buf_list
[i];
in tx_load_dma_buffer()
5026
info->
tx_buf_list
[i].status = 0x81; /* set EOM and EOT status */
in tx_load_dma_buffer()
/kernel/linux/linux-6.6/drivers/tty/
H
A
D
n_hdlc.c
126
* @
tx_buf_list
: list of pending transmit frame buffers
134
struct n_hdlc_buf_list
tx_buf_list
;
member
173
while ((buf = n_hdlc_buf_get(&n_hdlc->
tx_buf_list
)))
in flush_tx_queue()
212
n_hdlc_free_buf_list(&n_hdlc->
tx_buf_list
);
in n_hdlc_tty_close()
272
spin_lock_irqsave(&n_hdlc->
tx_buf_list
.spinlock, flags);
in n_hdlc_send_frames()
275
spin_unlock_irqrestore(&n_hdlc->
tx_buf_list
.spinlock, flags);
in n_hdlc_send_frames()
280
spin_unlock_irqrestore(&n_hdlc->
tx_buf_list
.spinlock, flags);
in n_hdlc_send_frames()
282
tbuf = n_hdlc_buf_get(&n_hdlc->
tx_buf_list
);
in n_hdlc_send_frames()
292
n_hdlc_buf_return(&n_hdlc->
tx_buf_list
, tbuf);
in n_hdlc_send_frames()
310
tbuf = n_hdlc_buf_get(&n_hdlc->
tx_buf_list
);
in n_hdlc_send_frames()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H
A
D
pcie.c
761
card->
tx_buf_list
[i] = NULL;
in mwifiex_init_txq_ring()
901
if (card->
tx_buf_list
[i]) {
in mwifiex_cleanup_txq_ring()
902
skb = card->
tx_buf_list
[i];
in mwifiex_cleanup_txq_ring()
910
if (card->
tx_buf_list
[i]) {
in mwifiex_cleanup_txq_ring()
911
skb = card->
tx_buf_list
[i];
in mwifiex_cleanup_txq_ring()
918
card->
tx_buf_list
[i] = NULL;
in mwifiex_cleanup_txq_ring()
1362
skb = card->
tx_buf_list
[wrdoneidx];
in mwifiex_pcie_send_data_complete()
1381
card->
tx_buf_list
[wrdoneidx] = NULL;
in mwifiex_pcie_send_data_complete()
1467
card->
tx_buf_list
[wrindx] = skb;
in mwifiex_pcie_send_data()
1553
card->
tx_buf_list
[wrind
in mwifiex_pcie_send_data()
[all...]
H
A
D
pcie.h
212
struct sk_buff *
tx_buf_list
[MWIFIEX_MAX_TXRX_BD];
member
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H
A
D
pcie.c
759
card->
tx_buf_list
[i] = NULL;
in mwifiex_init_txq_ring()
899
if (card->
tx_buf_list
[i]) {
in mwifiex_cleanup_txq_ring()
900
skb = card->
tx_buf_list
[i];
in mwifiex_cleanup_txq_ring()
908
if (card->
tx_buf_list
[i]) {
in mwifiex_cleanup_txq_ring()
909
skb = card->
tx_buf_list
[i];
in mwifiex_cleanup_txq_ring()
916
card->
tx_buf_list
[i] = NULL;
in mwifiex_cleanup_txq_ring()
1360
skb = card->
tx_buf_list
[wrdoneidx];
in mwifiex_pcie_send_data_complete()
1379
card->
tx_buf_list
[wrdoneidx] = NULL;
in mwifiex_pcie_send_data_complete()
1465
card->
tx_buf_list
[wrindx] = skb;
in mwifiex_pcie_send_data()
1551
card->
tx_buf_list
[wrind
in mwifiex_pcie_send_data()
[all...]
H
A
D
pcie.h
200
struct sk_buff *
tx_buf_list
[MWIFIEX_MAX_TXRX_BD];
member
Completed in 14 milliseconds