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:IB_CCT_ENTRIES
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
H
A
D
qib_mad.h
258
#define
IB_CCT_ENTRIES
64
macro
259
#define IB_CCT_MIN_ENTRIES (
IB_CCT_ENTRIES
* 2)
271
struct ib_cc_table_entry ccti_entries[
IB_CCT_ENTRIES
];
276
struct ib_cc_table_entry_shadow ccti_entries[
IB_CCT_ENTRIES
];
280
(IB_CC_TABLE_CAP_DEFAULT *
IB_CCT_ENTRIES
)
H
A
D
qib_mad.c
2176
(ppd->ccti_entries_shadow->ccti_last_entry + 1)/
IB_CCT_ENTRIES
;
in cc_get_congestion_control_table()
2186
cct_entry =
IB_CCT_ENTRIES
* (cct_block_index + 1);
in cc_get_congestion_control_table()
2193
entries[
IB_CCT_ENTRIES
* cct_block_index];
in cc_get_congestion_control_table()
2194
cct_entry %=
IB_CCT_ENTRIES
;
in cc_get_congestion_control_table()
2254
if (be16_to_cpu(p->ccti_limit) <
IB_CCT_ENTRIES
)
in cc_set_congestion_control_table()
2257
cct_entry = (be16_to_cpu(p->ccti_limit))%
IB_CCT_ENTRIES
;
in cc_set_congestion_control_table()
2267
entries = ppd->ccti_entries + (
IB_CCT_ENTRIES
* cct_block_index);
in cc_set_congestion_control_table()
H
A
D
qib_init.c
253
IB_CCT_MIN_ENTRIES),
IB_CCT_ENTRIES
*IB_CC_TABLE_CAP_DEFAULT);
in qib_init_pportdata()
256
ppd->cc_supported_table_entries/
IB_CCT_ENTRIES
;
in qib_init_pportdata()
259
*
IB_CCT_ENTRIES
;
in qib_init_pportdata()
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/
H
A
D
qib_mad.h
258
#define
IB_CCT_ENTRIES
64
macro
259
#define IB_CCT_MIN_ENTRIES (
IB_CCT_ENTRIES
* 2)
271
struct ib_cc_table_entry ccti_entries[
IB_CCT_ENTRIES
];
276
struct ib_cc_table_entry_shadow ccti_entries[
IB_CCT_ENTRIES
];
280
(IB_CC_TABLE_CAP_DEFAULT *
IB_CCT_ENTRIES
)
H
A
D
qib_mad.c
2176
(ppd->ccti_entries_shadow->ccti_last_entry + 1)/
IB_CCT_ENTRIES
;
in cc_get_congestion_control_table()
2186
cct_entry =
IB_CCT_ENTRIES
* (cct_block_index + 1);
in cc_get_congestion_control_table()
2193
entries[
IB_CCT_ENTRIES
* cct_block_index];
in cc_get_congestion_control_table()
2194
cct_entry %=
IB_CCT_ENTRIES
;
in cc_get_congestion_control_table()
2254
if (be16_to_cpu(p->ccti_limit) <
IB_CCT_ENTRIES
)
in cc_set_congestion_control_table()
2257
cct_entry = (be16_to_cpu(p->ccti_limit))%
IB_CCT_ENTRIES
;
in cc_set_congestion_control_table()
2267
entries = ppd->ccti_entries + (
IB_CCT_ENTRIES
* cct_block_index);
in cc_set_congestion_control_table()
H
A
D
qib_init.c
253
IB_CCT_MIN_ENTRIES),
IB_CCT_ENTRIES
*IB_CC_TABLE_CAP_DEFAULT);
in qib_init_pportdata()
256
ppd->cc_supported_table_entries/
IB_CCT_ENTRIES
;
in qib_init_pportdata()
259
*
IB_CCT_ENTRIES
;
in qib_init_pportdata()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
mad.h
311
#define
IB_CCT_ENTRIES
64
macro
312
#define IB_CCT_MIN_ENTRIES (
IB_CCT_ENTRIES
* 2)
324
struct ib_cc_table_entry ccti_entries[
IB_CCT_ENTRIES
];
329
struct ib_cc_table_entry_shadow ccti_entries[
IB_CCT_ENTRIES
];
333
(IB_CC_TABLE_CAP_DEFAULT *
IB_CCT_ENTRIES
)
H
A
D
mad.c
3941
u32 size = sizeof(u16) * (
IB_CCT_ENTRIES
* n_blocks + 1);
in __subn_get_opa_cc_table()
3959
sentry = start_block *
IB_CCT_ENTRIES
;
in __subn_get_opa_cc_table()
3960
eentry = sentry + (
IB_CCT_ENTRIES
* n_blocks);
in __subn_get_opa_cc_table()
3992
u32 size = sizeof(u16) * (
IB_CCT_ENTRIES
* n_blocks + 1);
in __subn_set_opa_cc_table()
4001
sentry = start_block *
IB_CCT_ENTRIES
;
in __subn_set_opa_cc_table()
4002
eentry = sentry + ((n_blocks - 1) *
IB_CCT_ENTRIES
) +
in __subn_set_opa_cc_table()
4003
(be16_to_cpu(p->ccti_limit)) %
IB_CCT_ENTRIES
+ 1;
in __subn_set_opa_cc_table()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
mad.h
270
#define
IB_CCT_ENTRIES
64
macro
271
#define IB_CCT_MIN_ENTRIES (
IB_CCT_ENTRIES
* 2)
283
struct ib_cc_table_entry ccti_entries[
IB_CCT_ENTRIES
];
288
struct ib_cc_table_entry_shadow ccti_entries[
IB_CCT_ENTRIES
];
292
(IB_CC_TABLE_CAP_DEFAULT *
IB_CCT_ENTRIES
)
H
A
D
mad.c
3899
u32 size = sizeof(u16) * (
IB_CCT_ENTRIES
* n_blocks + 1);
in __subn_get_opa_cc_table()
3917
sentry = start_block *
IB_CCT_ENTRIES
;
in __subn_get_opa_cc_table()
3918
eentry = sentry + (
IB_CCT_ENTRIES
* n_blocks);
in __subn_get_opa_cc_table()
3950
u32 size = sizeof(u16) * (
IB_CCT_ENTRIES
* n_blocks + 1);
in __subn_set_opa_cc_table()
3959
sentry = start_block *
IB_CCT_ENTRIES
;
in __subn_set_opa_cc_table()
3960
eentry = sentry + ((n_blocks - 1) *
IB_CCT_ENTRIES
) +
in __subn_set_opa_cc_table()
3961
(be16_to_cpu(p->ccti_limit)) %
IB_CCT_ENTRIES
+ 1;
in __subn_set_opa_cc_table()
Completed in 28 milliseconds