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:resc_start
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H
A
D
qed.h
289
u32
resc_start
[QED_MAX_RESC];
member
291
#define RESC_START(_p_hwfn, resc) ((_p_hwfn)->hw_info.
resc_start
[resc])
H
A
D
qed_mcp.c
3534
u32
resc_start
;
member
3600
p_out_params->
resc_start
= mfw_resc_info.offset;
in qed_mcp_resc_allocation_msg()
3613
p_out_params->
resc_start
,
in qed_mcp_resc_allocation_msg()
3668
*p_resc_start = out_params.
resc_start
;
in qed_mcp_get_resc_info()
H
A
D
qed_iscsi.c
186
p_hwfn->hw_info.
resc_start
[QED_LL2_RAM_QUEUE] +
in qed_sp_iscsi_func_start()
202
dval = (u8)p_hwfn->hw_info.
resc_start
[QED_CMDQS_CQS];
in qed_sp_iscsi_func_start()
H
A
D
qed_ll2.c
1516
return p_hwfn->hw_info.
resc_start
[QED_LL2_RAM_QUEUE] + handle;
in qed_ll2_handle_to_queue_id()
1524
qid = p_hwfn->hw_info.
resc_start
[QED_LL2_CTX_QUEUE] +
in qed_ll2_handle_to_queue_id()
H
A
D
qed_fcoe.c
167
tmp = (__force __le16)p_hwfn->hw_info.
resc_start
[QED_CMDQS_CQS];
in qed_sp_fcoe_func_start()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H
A
D
qed.h
288
u32
resc_start
[QED_MAX_RESC];
member
290
#define RESC_START(_p_hwfn, resc) ((_p_hwfn)->hw_info.
resc_start
[resc])
H
A
D
qed_mcp.c
3586
u32
resc_start
;
member
3652
p_out_params->
resc_start
= mfw_resc_info.offset;
in qed_mcp_resc_allocation_msg()
3665
p_out_params->
resc_start
,
in qed_mcp_resc_allocation_msg()
3720
*p_resc_start = out_params.
resc_start
;
in qed_mcp_get_resc_info()
H
A
D
qed_iscsi.c
187
p_hwfn->hw_info.
resc_start
[QED_LL2_RAM_QUEUE] +
in qed_sp_iscsi_func_start()
203
dval = (u8)p_hwfn->hw_info.
resc_start
[QED_CMDQS_CQS];
in qed_sp_iscsi_func_start()
H
A
D
qed_ll2.c
1542
return p_hwfn->hw_info.
resc_start
[QED_LL2_RAM_QUEUE] + handle;
in qed_ll2_handle_to_queue_id()
1550
qid = p_hwfn->hw_info.
resc_start
[QED_LL2_CTX_QUEUE] +
in qed_ll2_handle_to_queue_id()
H
A
D
qed_fcoe.c
168
tmp = (__force __le16)p_hwfn->hw_info.
resc_start
[QED_CMDQS_CQS];
in qed_sp_fcoe_func_start()
Completed in 27 milliseconds