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:data_pending
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/isdn/mISDN/
H
A
D
dsp_core.c
676
dsp->
data_pending
= 0;
in dsp_function()
837
dsp->
data_pending
= 0;
in dsp_function()
864
dsp->
data_pending
= 0;
in dsp_function()
1011
if (dsp->hdlc && dsp->
data_pending
)
in dsp_send_bh()
1017
if (dsp->
data_pending
) {
in dsp_send_bh()
1036
dsp->
data_pending
= 1;
in dsp_send_bh()
1039
dsp->
data_pending
= 0;
in dsp_send_bh()
H
A
D
dsp.h
188
int
data_pending
; /* currently an unconfirmed frame */
member
/kernel/linux/linux-6.6/drivers/isdn/mISDN/
H
A
D
dsp_core.c
676
dsp->
data_pending
= 0;
in dsp_function()
837
dsp->
data_pending
= 0;
in dsp_function()
864
dsp->
data_pending
= 0;
in dsp_function()
1010
if (dsp->hdlc && dsp->
data_pending
)
in dsp_send_bh()
1016
if (dsp->
data_pending
) {
in dsp_send_bh()
1035
dsp->
data_pending
= 1;
in dsp_send_bh()
1038
dsp->
data_pending
= 0;
in dsp_send_bh()
H
A
D
dsp.h
188
int
data_pending
; /* currently an unconfirmed frame */
member
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/nfdk/
H
A
D
dp.c
152
if ((u32)tx_ring->
data_pending
+ skb->len > NFDK_TX_MAX_DATA_PER_BLOCK)
in nfp_nfdk_tx_maybe_close_block()
167
tx_ring->
data_pending
= 0;
in nfp_nfdk_tx_maybe_close_block()
415
tx_ring->
data_pending
+= skb->len;
in nfp_nfdk_tx()
417
tx_ring->
data_pending
= 0;
in nfp_nfdk_tx()
934
((u32)tx_ring->
data_pending
+ pkt_len >
in nfp_nfdk_tx_xdp_buf()
943
tx_ring->
data_pending
= 0;
in nfp_nfdk_tx_xdp_buf()
1005
tx_ring->
data_pending
+= pkt_len;
in nfp_nfdk_tx_xdp_buf()
1007
tx_ring->
data_pending
= 0;
in nfp_nfdk_tx_xdp_buf()
1423
tx_ring->
data_pending
+= skb->len;
in nfp_nfdk_ctrl_tx_one()
1425
tx_ring->
data_pending
in nfp_nfdk_ctrl_tx_one()
[all...]
H
A
D
rings.c
61
tx_ring->
data_pending
= 0;
in nfp_nfdk_tx_ring_reset()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/
H
A
D
nfp_net.h
143
* @
data_pending
: number of bytes added to current block (NFDK only)
166
u16
data_pending
;
member
Completed in 9 milliseconds