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:p_eq
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_spq.c
326
struct qed_eq *
p_eq
= cookie;
in qed_eq_completion()
local
327
struct qed_chain *p_chain = &
p_eq
->chain;
in qed_eq_completion()
331
u16 fw_cons_idx = le16_to_cpu(*
p_eq
->p_fw_cons);
in qed_eq_completion()
392
struct qed_eq *
p_eq
;
in qed_eq_alloc()
local
396
p_eq
= kzalloc(sizeof(*
p_eq
), GFP_KERNEL);
in qed_eq_alloc()
397
if (!
p_eq
)
in qed_eq_alloc()
400
ret = qed_chain_alloc(p_hwfn->cdev, &
p_eq
->chain, ¶ms);
in qed_eq_alloc()
408
p_eq
, &
p_eq
in qed_eq_alloc()
[all...]
H
A
D
qed_sp_commands.c
306
u8 sb_index = p_hwfn->
p_eq
->eq_sb_index;
in qed_sp_pf_start()
314
qed_chain_get_prod_idx(&p_hwfn->
p_eq
->chain));
in qed_sp_pf_start()
369
qed_chain_get_pbl_phys(&p_hwfn->
p_eq
->chain));
in qed_sp_pf_start()
370
page_cnt = (u8)qed_chain_get_page_cnt(&p_hwfn->
p_eq
->chain);
in qed_sp_pf_start()
H
A
D
qed.h
569
struct qed_eq *
p_eq
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_spq.c
340
struct qed_eq *
p_eq
= cookie;
in qed_eq_completion()
local
341
struct qed_chain *p_chain = &
p_eq
->chain;
in qed_eq_completion()
345
u16 fw_cons_idx = le16_to_cpu(*
p_eq
->p_fw_cons);
in qed_eq_completion()
406
struct qed_eq *
p_eq
;
in qed_eq_alloc()
local
410
p_eq
= kzalloc(sizeof(*
p_eq
), GFP_KERNEL);
in qed_eq_alloc()
411
if (!
p_eq
)
in qed_eq_alloc()
414
ret = qed_chain_alloc(p_hwfn->cdev, &
p_eq
->chain, ¶ms);
in qed_eq_alloc()
422
p_eq
, &
p_eq
in qed_eq_alloc()
[all...]
H
A
D
qed_sp_commands.c
308
u8 sb_index = p_hwfn->
p_eq
->eq_sb_index;
in qed_sp_pf_start()
316
qed_chain_get_prod_idx(&p_hwfn->
p_eq
->chain));
in qed_sp_pf_start()
371
qed_chain_get_pbl_phys(&p_hwfn->
p_eq
->chain));
in qed_sp_pf_start()
372
page_cnt = (u8)qed_chain_get_page_cnt(&p_hwfn->
p_eq
->chain);
in qed_sp_pf_start()
H
A
D
qed.h
562
struct qed_eq *
p_eq
;
member
Completed in 10 milliseconds