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:conn_cfg
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_cxt.c
127
iids->pf_cids += p_mngr->
conn_cfg
[type].cid_count;
in qed_cxt_cdu_iids()
128
iids->per_vf_cids += p_mngr->
conn_cfg
[type].cids_per_vf;
in qed_cxt_cdu_iids()
147
iids->pf_cids += p_mngr->
conn_cfg
[i].cid_count;
in qed_cxt_src_iids()
148
iids->per_vf_cids += p_mngr->
conn_cfg
[i].cids_per_vf;
in qed_cxt_src_iids()
179
struct qed_conn_type_cfg *p_cfg = &p_mngr->
conn_cfg
[i];
in qed_cxt_tm_iids()
231
iids->cids += p_mngr->
conn_cfg
[type].cid_count;
in qed_cxt_qm_iids()
232
vf_cids += p_mngr->
conn_cfg
[type].cids_per_vf;
in qed_cxt_qm_iids()
234
segs = p_mngr->
conn_cfg
[type].tid_seg;
in qed_cxt_qm_iids()
266
if (p_cfg->
conn_cfg
[i].tid_seg[seg].count)
in qed_cxt_tid_seg_info()
267
return &p_cfg->
conn_cfg
[
in qed_cxt_tid_seg_info()
[all...]
H
A
D
qed_cxt.h
299
struct qed_conn_type_cfg
conn_cfg
[MAX_CONN_TYPES];
member
H
A
D
qed_debug.c
4752
p_hwfn->p_cxt_mngr->
conn_cfg
[conn_type].cid_count;
in qed_ilt_dump()
4767
p_hwfn->p_cxt_mngr->
conn_cfg
[conn_type].cids_per_vf;
in qed_ilt_dump()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H
A
D
qed_cxt.c
127
iids->pf_cids += p_mngr->
conn_cfg
[type].cid_count;
in qed_cxt_cdu_iids()
128
iids->per_vf_cids += p_mngr->
conn_cfg
[type].cids_per_vf;
in qed_cxt_cdu_iids()
147
iids->pf_cids += p_mngr->
conn_cfg
[i].cid_count;
in qed_cxt_src_iids()
148
iids->per_vf_cids += p_mngr->
conn_cfg
[i].cids_per_vf;
in qed_cxt_src_iids()
179
struct qed_conn_type_cfg *p_cfg = &p_mngr->
conn_cfg
[i];
in qed_cxt_tm_iids()
231
iids->cids += p_mngr->
conn_cfg
[type].cid_count;
in qed_cxt_qm_iids()
232
vf_cids += p_mngr->
conn_cfg
[type].cids_per_vf;
in qed_cxt_qm_iids()
234
segs = p_mngr->
conn_cfg
[type].tid_seg;
in qed_cxt_qm_iids()
266
if (p_cfg->
conn_cfg
[i].tid_seg[seg].count)
in qed_cxt_tid_seg_info()
267
return &p_cfg->
conn_cfg
[
in qed_cxt_tid_seg_info()
[all...]
H
A
D
qed_cxt.h
311
struct qed_conn_type_cfg
conn_cfg
[MAX_CONN_TYPES];
member
H
A
D
qed_debug.c
4955
num_pf_cids = p_hwfn->p_cxt_mngr->
conn_cfg
[conn_type].cid_count;
in qed_ilt_dump_dump_num_pf_cids()
4983
p_hwfn->p_cxt_mngr->
conn_cfg
[conn_type].cids_per_vf;
in qed_ilt_dump_dump_num_vf_cids()
Completed in 26 milliseconds