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:qed_get_pq_flags
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_dev.c
1406
static u32
qed_get_pq_flags
(struct qed_hwfn *p_hwfn)
in qed_get_pq_flags()
function
1460
u32 pq_flags =
qed_get_pq_flags
(p_hwfn);
in qed_init_qm_get_num_mtc_tcs()
1490
u32 pq_flags =
qed_get_pq_flags
(p_hwfn);
in qed_init_qm_get_num_vports()
1502
u32 pq_flags =
qed_get_pq_flags
(p_hwfn);
in qed_init_qm_get_num_pqs()
1698
if (!(
qed_get_pq_flags
(p_hwfn) & pq_flags)) {
in qed_init_qm_get_idx_from_flags()
1804
if (!(
qed_get_pq_flags
(p_hwfn) & PQ_FLAGS_LB))
in qed_init_qm_lb_pq()
1815
if (!(
qed_get_pq_flags
(p_hwfn) & PQ_FLAGS_OOO))
in qed_init_qm_ooo_pq()
1826
if (!(
qed_get_pq_flags
(p_hwfn) & PQ_FLAGS_ACK))
in qed_init_qm_pure_ack_pq()
1852
if (!(
qed_get_pq_flags
(p_hwfn) & PQ_FLAGS_OFLD))
in qed_init_qm_offload_pq()
1863
if (!(
qed_get_pq_flags
(p_hwf
in qed_init_qm_low_latency_pq()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_dev.c
1418
static u32
qed_get_pq_flags
(struct qed_hwfn *p_hwfn)
in qed_get_pq_flags()
function
1473
u32 pq_flags =
qed_get_pq_flags
(p_hwfn);
in qed_init_qm_get_num_mtc_tcs()
1503
u32 pq_flags =
qed_get_pq_flags
(p_hwfn);
in qed_init_qm_get_num_vports()
1515
u32 pq_flags =
qed_get_pq_flags
(p_hwfn);
in qed_init_qm_get_num_pqs()
1711
if (!(
qed_get_pq_flags
(p_hwfn) & pq_flags)) {
in qed_init_qm_get_idx_from_flags()
1817
if (!(
qed_get_pq_flags
(p_hwfn) & PQ_FLAGS_LB))
in qed_init_qm_lb_pq()
1828
if (!(
qed_get_pq_flags
(p_hwfn) & PQ_FLAGS_OOO))
in qed_init_qm_ooo_pq()
1839
if (!(
qed_get_pq_flags
(p_hwfn) & PQ_FLAGS_ACK))
in qed_init_qm_pure_ack_pq()
1865
if (!(
qed_get_pq_flags
(p_hwfn) & PQ_FLAGS_OFLD))
in qed_init_qm_offload_pq()
1876
if (!(
qed_get_pq_flags
(p_hwf
in qed_init_qm_low_latency_pq()
[all...]
Completed in 8 milliseconds