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:dma_stats
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H
A
D
nic.c
489
__le64 *
dma_stats
= efx->stats_buffer.addr;
in efx_nic_copy_stats()
local
496
if (!
dma_stats
)
in efx_nic_copy_stats()
503
generation_end =
dma_stats
[efx->num_mac_stats - 1];
in efx_nic_copy_stats()
507
memcpy(dest,
dma_stats
, efx->num_mac_stats * sizeof(__le64));
in efx_nic_copy_stats()
509
generation_start =
dma_stats
[MC_CMD_MAC_GENERATION_START];
in efx_nic_copy_stats()
H
A
D
siena.c
555
__le64 *
dma_stats
;
in siena_try_update_nic_stats()
local
558
dma_stats
= efx->stats_buffer.addr;
in siena_try_update_nic_stats()
560
generation_end =
dma_stats
[efx->num_mac_stats - 1];
in siena_try_update_nic_stats()
567
generation_start =
dma_stats
[MC_CMD_MAC_GENERATION_START];
in siena_try_update_nic_stats()
H
A
D
mcdi_port_common.c
1202
__le64 *
dma_stats
= efx->stats_buffer.addr;
in efx_mcdi_mac_start_stats()
local
1204
dma_stats
[efx->num_mac_stats - 1] = EFX_MC_STATS_GENERATION_INVALID;
in efx_mcdi_mac_start_stats()
1219
__le64 *
dma_stats
= efx->stats_buffer.addr;
in efx_mcdi_mac_pull_stats()
local
1222
dma_stats
[efx->num_mac_stats - 1] = EFX_MC_STATS_GENERATION_INVALID;
in efx_mcdi_mac_pull_stats()
1225
while (
dma_stats
[efx->num_mac_stats - 1] ==
in efx_mcdi_mac_pull_stats()
H
A
D
ef10.c
1887
__le64 *
dma_stats
;
variable
1900
dma_stats
= stats_buf.addr;
1901
dma_stats
[efx->num_mac_stats - 1] = EFX_MC_STATS_GENERATION_INVALID;
1920
generation_end =
dma_stats
[efx->num_mac_stats - 1];
1929
generation_start =
dma_stats
[MC_CMD_MAC_GENERATION_START];
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H
A
D
nic.c
331
__le64 *
dma_stats
= efx->stats_buffer.addr;
in efx_nic_copy_stats()
local
338
if (!
dma_stats
)
in efx_nic_copy_stats()
345
generation_end =
dma_stats
[efx->num_mac_stats - 1];
in efx_nic_copy_stats()
349
memcpy(dest,
dma_stats
, efx->num_mac_stats * sizeof(__le64));
in efx_nic_copy_stats()
351
generation_start =
dma_stats
[MC_CMD_MAC_GENERATION_START];
in efx_nic_copy_stats()
H
A
D
mcdi_port_common.c
1195
__le64 *
dma_stats
= efx->stats_buffer.addr;
in efx_mcdi_mac_start_stats()
local
1197
dma_stats
[efx->num_mac_stats - 1] = EFX_MC_STATS_GENERATION_INVALID;
in efx_mcdi_mac_start_stats()
1212
__le64 *
dma_stats
= efx->stats_buffer.addr;
in efx_mcdi_mac_pull_stats()
local
1215
dma_stats
[efx->num_mac_stats - 1] = EFX_MC_STATS_GENERATION_INVALID;
in efx_mcdi_mac_pull_stats()
1218
while (
dma_stats
[efx->num_mac_stats - 1] ==
in efx_mcdi_mac_pull_stats()
H
A
D
ef10.c
1903
__le64 *
dma_stats
;
variable
1916
dma_stats
= stats_buf.addr;
1917
dma_stats
[efx->num_mac_stats - 1] = EFX_MC_STATS_GENERATION_INVALID;
1936
generation_end =
dma_stats
[efx->num_mac_stats - 1];
1945
generation_start =
dma_stats
[MC_CMD_MAC_GENERATION_START];
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H
A
D
siena.c
558
__le64 *
dma_stats
;
in siena_try_update_nic_stats()
local
561
dma_stats
= efx->stats_buffer.addr;
in siena_try_update_nic_stats()
563
generation_end =
dma_stats
[efx->num_mac_stats - 1];
in siena_try_update_nic_stats()
570
generation_start =
dma_stats
[MC_CMD_MAC_GENERATION_START];
in siena_try_update_nic_stats()
H
A
D
mcdi_port_common.c
1191
__le64 *
dma_stats
= efx->stats_buffer.addr;
in efx_siena_mcdi_mac_start_stats()
local
1193
dma_stats
[efx->num_mac_stats - 1] = EFX_MC_STATS_GENERATION_INVALID;
in efx_siena_mcdi_mac_start_stats()
1208
__le64 *
dma_stats
= efx->stats_buffer.addr;
in efx_siena_mcdi_mac_pull_stats()
local
1211
dma_stats
[efx->num_mac_stats - 1] = EFX_MC_STATS_GENERATION_INVALID;
in efx_siena_mcdi_mac_pull_stats()
1214
while (
dma_stats
[efx->num_mac_stats - 1] ==
in efx_siena_mcdi_mac_pull_stats()
Completed in 19 milliseconds