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_hwrm_ctx
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_hwrm.c
28
static u64 hwrm_calc_sentinel(struct
bnxt_hwrm_ctx
*ctx, u16 req_type)
in hwrm_calc_sentinel()
63
struct
bnxt_hwrm_ctx
*ctx;
in __hwrm_req_init()
75
ctx = (struct
bnxt_hwrm_ctx
*)(req_addr + BNXT_HWRM_CTX_OFFSET);
in __hwrm_req_init()
98
static struct
bnxt_hwrm_ctx
*__hwrm_ctx(struct bnxt *bp, u8 *req_addr)
in __hwrm_ctx()
102
struct
bnxt_hwrm_ctx
*ctx = ctx_addr;
in __hwrm_ctx()
137
struct
bnxt_hwrm_ctx
*ctx = __hwrm_ctx(bp, req);
in hwrm_req_timeout()
160
struct
bnxt_hwrm_ctx
*ctx = __hwrm_ctx(bp, req);
in hwrm_req_alloc_flags()
194
struct
bnxt_hwrm_ctx
*ctx = __hwrm_ctx(bp, req);
in hwrm_req_replace()
247
struct
bnxt_hwrm_ctx
*ctx = __hwrm_ctx(bp, req);
in hwrm_req_flags()
280
struct
bnxt_hwrm_ctx
*ct
in hwrm_req_hold()
[all...]
H
A
D
bnxt_hwrm.h
25
struct
bnxt_hwrm_ctx
{
struct
73
sizeof(struct
bnxt_hwrm_ctx
))
Completed in 2 milliseconds