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_confirm
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/
H
A
D
wsm.c
356
struct wsm_tx_confirm
tx_confirm
;
in wsm_tx_confirm()
local
358
tx_confirm
.packet_id = WSM_GET32(buf);
in wsm_tx_confirm()
359
tx_confirm
.status = WSM_GET32(buf);
in wsm_tx_confirm()
360
tx_confirm
.tx_rate = WSM_GET8(buf);
in wsm_tx_confirm()
361
tx_confirm
.ack_failures = WSM_GET8(buf);
in wsm_tx_confirm()
362
tx_confirm
.flags = WSM_GET16(buf);
in wsm_tx_confirm()
363
tx_confirm
.media_delay = WSM_GET32(buf);
in wsm_tx_confirm()
364
tx_confirm
.tx_queue_delay = WSM_GET32(buf);
in wsm_tx_confirm()
366
cw1200_tx_confirm_cb(priv, link_id, &
tx_confirm
);
in wsm_tx_confirm()
/kernel/linux/linux-6.6/drivers/net/wireless/st/cw1200/
H
A
D
wsm.c
356
struct wsm_tx_confirm
tx_confirm
;
in wsm_tx_confirm()
local
358
tx_confirm
.packet_id = WSM_GET32(buf);
in wsm_tx_confirm()
359
tx_confirm
.status = WSM_GET32(buf);
in wsm_tx_confirm()
360
tx_confirm
.tx_rate = WSM_GET8(buf);
in wsm_tx_confirm()
361
tx_confirm
.ack_failures = WSM_GET8(buf);
in wsm_tx_confirm()
362
tx_confirm
.flags = WSM_GET16(buf);
in wsm_tx_confirm()
363
tx_confirm
.media_delay = WSM_GET32(buf);
in wsm_tx_confirm()
364
tx_confirm
.tx_queue_delay = WSM_GET32(buf);
in wsm_tx_confirm()
366
cw1200_tx_confirm_cb(priv, link_id, &
tx_confirm
);
in wsm_tx_confirm()
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa/
H
A
D
dpaa_eth.h
135
u64
tx_confirm
;
member
H
A
D
dpaa_ethtool.c
236
data[crr * num_values + crr_cpu] = percpu_priv->
tx_confirm
;
in copy_stats()
237
data[crr++ * num_values + num_cpus] += percpu_priv->
tx_confirm
;
in copy_stats()
H
A
D
dpaa_eth.c
2308
percpu_priv->
tx_confirm
++;
in dpaa_tx_conf()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa/
H
A
D
dpaa_eth.h
113
u64
tx_confirm
;
member
H
A
D
dpaa_ethtool.c
152
data[crr * num_values + crr_cpu] = percpu_priv->
tx_confirm
;
in copy_stats()
153
data[crr++ * num_values + num_cpus] += percpu_priv->
tx_confirm
;
in copy_stats()
H
A
D
dpaa_eth.c
2444
percpu_priv->
tx_confirm
++;
in dpaa_tx_conf()
Completed in 15 milliseconds