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:n_eqes
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_dev.c
2170
u32
n_eqes
, num_cons;
in qed_resc_alloc()
local
2249
n_eqes
= qed_chain_get_capacity(&p_hwfn->p_spq->chain);
in qed_resc_alloc()
2265
n_eqes
+= num_cons + 2 * MAX_NUM_VFS_BB + n_srq;
in qed_resc_alloc()
2271
n_eqes
+= 2 * num_cons;
in qed_resc_alloc()
2274
if (
n_eqes
> 0xFFFF) {
in qed_resc_alloc()
2277
n_eqes
, 0xFFFF);
in qed_resc_alloc()
2281
rc = qed_eq_alloc(p_hwfn, (u16)
n_eqes
);
in qed_resc_alloc()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_dev.c
2183
u32
n_eqes
, num_cons;
in qed_resc_alloc()
local
2262
n_eqes
= qed_chain_get_capacity(&p_hwfn->p_spq->chain);
in qed_resc_alloc()
2278
n_eqes
+= num_cons + 2 * MAX_NUM_VFS_BB + n_srq;
in qed_resc_alloc()
2285
n_eqes
+= 2 * num_cons;
in qed_resc_alloc()
2288
if (
n_eqes
> 0xFFFF) {
in qed_resc_alloc()
2291
n_eqes
, 0xFFFF);
in qed_resc_alloc()
2295
rc = qed_eq_alloc(p_hwfn, (u16)
n_eqes
);
in qed_resc_alloc()
Completed in 15 milliseconds