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:fw_cons_idx
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_spq.c
331
u16
fw_cons_idx
= le16_to_cpu(*p_eq->p_fw_cons);
in qed_eq_completion()
local
333
DP_VERBOSE(p_hwfn, QED_MSG_SPQ, "
fw_cons_idx
%x\n",
fw_cons_idx
);
in qed_eq_completion()
338
if ((
fw_cons_idx
& qed_chain_get_usable_per_page(p_chain)) ==
in qed_eq_completion()
340
fw_cons_idx
+= qed_chain_get_unusable_per_page(p_chain);
in qed_eq_completion()
343
while (
fw_cons_idx
!= qed_chain_get_cons_idx(p_chain)) {
in qed_eq_completion()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_spq.c
345
u16
fw_cons_idx
= le16_to_cpu(*p_eq->p_fw_cons);
in qed_eq_completion()
local
347
DP_VERBOSE(p_hwfn, QED_MSG_SPQ, "
fw_cons_idx
%x\n",
fw_cons_idx
);
in qed_eq_completion()
352
if ((
fw_cons_idx
& qed_chain_get_usable_per_page(p_chain)) ==
in qed_eq_completion()
354
fw_cons_idx
+= qed_chain_get_unusable_per_page(p_chain);
in qed_eq_completion()
357
while (
fw_cons_idx
!= qed_chain_get_cons_idx(p_chain)) {
in qed_eq_completion()
Completed in 4 milliseconds