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:hw_stats_ctx_id
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt.h
963
u32
hw_stats_ctx_id
;
member
H
A
D
bnxt.c
4060
cpr->
hw_stats_ctx_id
= INVALID_STATS_CTX_ID;
in bnxt_alloc_stats()
6711
if (cpr->
hw_stats_ctx_id
!= INVALID_STATS_CTX_ID) {
in bnxt_hwrm_stat_ctx_free()
6712
req.stat_ctx_id = cpu_to_le32(cpr->
hw_stats_ctx_id
);
in bnxt_hwrm_stat_ctx_free()
6721
cpr->
hw_stats_ctx_id
= INVALID_STATS_CTX_ID;
in bnxt_hwrm_stat_ctx_free()
6753
cpr->
hw_stats_ctx_id
= le32_to_cpu(resp->stat_ctx_id);
in bnxt_hwrm_stat_ctx_alloc()
6755
bp->grp_info[i].fw_stats_ctx = cpr->
hw_stats_ctx_id
;
in bnxt_hwrm_stat_ctx_alloc()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt.h
1007
u32
hw_stats_ctx_id
;
member
H
A
D
bnxt.c
4361
cpr->
hw_stats_ctx_id
= INVALID_STATS_CTX_ID;
in bnxt_alloc_stats()
6891
if (cpr->
hw_stats_ctx_id
!= INVALID_STATS_CTX_ID) {
in bnxt_hwrm_stat_ctx_free()
6892
req->stat_ctx_id = cpu_to_le32(cpr->
hw_stats_ctx_id
);
in bnxt_hwrm_stat_ctx_free()
6899
cpr->
hw_stats_ctx_id
= INVALID_STATS_CTX_ID;
in bnxt_hwrm_stat_ctx_free()
6934
cpr->
hw_stats_ctx_id
= le32_to_cpu(resp->stat_ctx_id);
in bnxt_hwrm_stat_ctx_alloc()
6936
bp->grp_info[i].fw_stats_ctx = cpr->
hw_stats_ctx_id
;
in bnxt_hwrm_stat_ctx_alloc()
Completed in 42 milliseconds