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:stats_pending
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_stats.c
132
if (bp->
stats_pending
)
in bnx2x_storm_stats_post()
151
bp->
stats_pending
= 1;
in bnx2x_storm_stats_post()
1111
bp->
stats_pending
= 0;
in bnx2x_storm_stats_update()
1233
if (bp->
stats_pending
++ == 3) {
in bnx2x_stats_update()
1608
bp->
stats_pending
= 0;
in bnx2x_stats_init()
1988
while (bp->
stats_pending
&& cnt--)
in bnx2x_stats_safe_exec()
1991
if (bp->
stats_pending
) {
in bnx2x_stats_safe_exec()
H
A
D
bnx2x.h
1458
u16
stats_pending
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H
A
D
bnx2x_stats.c
132
if (bp->
stats_pending
)
in bnx2x_storm_stats_post()
151
bp->
stats_pending
= 1;
in bnx2x_storm_stats_post()
1112
bp->
stats_pending
= 0;
in bnx2x_storm_stats_update()
1234
if (bp->
stats_pending
++ == 3) {
in bnx2x_stats_update()
1609
bp->
stats_pending
= 0;
in bnx2x_stats_init()
1989
while (bp->
stats_pending
&& cnt--)
in bnx2x_stats_safe_exec()
1992
if (bp->
stats_pending
) {
in bnx2x_stats_safe_exec()
H
A
D
bnx2x.h
1458
u16
stats_pending
;
member
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/
H
A
D
falcon.c
1418
WARN_ON(nic_data->
stats_pending
);
in falcon_stats_request()
1422
nic_data->
stats_pending
= true;
in falcon_stats_request()
1439
if (!nic_data->
stats_pending
)
in falcon_stats_complete()
1442
nic_data->
stats_pending
= false;
in falcon_stats_complete()
2585
if (nic_data->
stats_pending
&&
in falcon_update_nic_stats()
2587
nic_data->
stats_pending
= false;
in falcon_update_nic_stats()
2664
for (i = 0; i < 4 && nic_data->
stats_pending
; i++) {
in falcon_stop_nic_stats()
H
A
D
nic.h
271
* @
stats_pending
: Is there a pending DMA of MAC statistics.
285
bool
stats_pending
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/
H
A
D
falcon.c
1418
WARN_ON(nic_data->
stats_pending
);
in falcon_stats_request()
1422
nic_data->
stats_pending
= true;
in falcon_stats_request()
1439
if (!nic_data->
stats_pending
)
in falcon_stats_complete()
1442
nic_data->
stats_pending
= false;
in falcon_stats_complete()
2585
if (nic_data->
stats_pending
&&
in falcon_update_nic_stats()
2587
nic_data->
stats_pending
= false;
in falcon_update_nic_stats()
2664
for (i = 0; i < 4 && nic_data->
stats_pending
; i++) {
in falcon_stop_nic_stats()
H
A
D
nic.h
271
* @
stats_pending
: Is there a pending DMA of MAC statistics.
285
bool
stats_pending
;
member
Completed in 23 milliseconds