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:bnxt_stats_mem
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt.h
930
struct
bnxt_stats_mem
{
struct
962
struct
bnxt_stats_mem
stats;
1864
struct
bnxt_stats_mem
port_stats;
1865
struct
bnxt_stats_mem
rx_port_stats_ext;
1866
struct
bnxt_stats_mem
tx_port_stats_ext;
H
A
D
bnxt.c
3864
static void bnxt_free_stats_mem(struct bnxt *bp, struct
bnxt_stats_mem
*stats)
in bnxt_free_stats_mem()
3877
static int bnxt_alloc_stats_mem(struct bnxt *bp, struct
bnxt_stats_mem
*stats,
in bnxt_alloc_stats_mem()
3918
struct
bnxt_stats_mem
*stats)
in bnxt_hwrm_func_qstat_ext()
3952
struct
bnxt_stats_mem
*stats;
in bnxt_init_stats()
7883
static void bnxt_accumulate_stats(struct
bnxt_stats_mem
*stats)
in bnxt_accumulate_stats()
7894
struct
bnxt_stats_mem
*ring0_stats;
in bnxt_accumulate_all_stats()
7905
struct
bnxt_stats_mem
*stats;
in bnxt_accumulate_all_stats()
7916
struct
bnxt_stats_mem
*stats = &bp->port_stats;
in bnxt_accumulate_all_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt.h
974
struct
bnxt_stats_mem
{
struct
1006
struct
bnxt_stats_mem
stats;
2035
struct
bnxt_stats_mem
port_stats;
2036
struct
bnxt_stats_mem
rx_port_stats_ext;
2037
struct
bnxt_stats_mem
tx_port_stats_ext;
H
A
D
bnxt.c
4164
static void bnxt_free_stats_mem(struct bnxt *bp, struct
bnxt_stats_mem
*stats)
in bnxt_free_stats_mem()
4177
static int bnxt_alloc_stats_mem(struct bnxt *bp, struct
bnxt_stats_mem
*stats,
in bnxt_alloc_stats_mem()
4218
struct
bnxt_stats_mem
*stats)
in bnxt_hwrm_func_qstat_ext()
4253
struct
bnxt_stats_mem
*stats;
in bnxt_init_stats()
8336
static void bnxt_accumulate_stats(struct
bnxt_stats_mem
*stats)
in bnxt_accumulate_stats()
8347
struct
bnxt_stats_mem
*ring0_stats;
in bnxt_accumulate_all_stats()
8358
struct
bnxt_stats_mem
*stats;
in bnxt_accumulate_all_stats()
8369
struct
bnxt_stats_mem
*stats = &bp->port_stats;
in bnxt_accumulate_all_stats()
Completed in 50 milliseconds