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:OPA_MAX_SLS
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
mad.h
270
u8 threshold_cong_event_map[
OPA_MAX_SLS
/ 8];
298
struct opa_congestion_setting_entry entries[
OPA_MAX_SLS
];
304
struct opa_congestion_setting_entry_shadow entries[
OPA_MAX_SLS
];
H
A
D
hfi.h
906
struct cca_timer cca_timer[
OPA_MAX_SLS
];
913
congestion_entries[
OPA_MAX_SLS
];
937
u8 threshold_cong_event_map[
OPA_MAX_SLS
/ 8];
H
A
D
init.c
549
for (i = 0; i <
OPA_MAX_SLS
; i++) {
in set_link_ipg()
678
for (i = 0; i <
OPA_MAX_SLS
; i++) {
in hfi1_init_pportdata()
1536
for (i = 0; i <
OPA_MAX_SLS
; i++)
in cleanup_device_data()
H
A
D
mad.c
3757
for (i = 0; i <
OPA_MAX_SLS
; i++) {
in __subn_get_opa_cong_setting()
3812
OPA_MAX_SLS
* sizeof(struct opa_congestion_setting_entry));
in apply_cc_state()
3845
for (i = 0; i <
OPA_MAX_SLS
; i++) {
in __subn_set_opa_cong_setting()
H
A
D
rc.c
2719
if (sl >=
OPA_MAX_SLS
)
in log_cca_event()
2750
if (sl >=
OPA_MAX_SLS
)
in process_becn()
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
mad.h
229
u8 threshold_cong_event_map[
OPA_MAX_SLS
/ 8];
257
struct opa_congestion_setting_entry entries[
OPA_MAX_SLS
];
263
struct opa_congestion_setting_entry_shadow entries[
OPA_MAX_SLS
];
H
A
D
hfi.h
855
struct cca_timer cca_timer[
OPA_MAX_SLS
];
862
congestion_entries[
OPA_MAX_SLS
];
886
u8 threshold_cong_event_map[
OPA_MAX_SLS
/ 8];
H
A
D
init.c
508
for (i = 0; i <
OPA_MAX_SLS
; i++) {
in set_link_ipg()
637
for (i = 0; i <
OPA_MAX_SLS
; i++) {
in hfi1_init_pportdata()
1495
for (i = 0; i <
OPA_MAX_SLS
; i++)
in cleanup_device_data()
H
A
D
mad.c
3715
for (i = 0; i <
OPA_MAX_SLS
; i++) {
in __subn_get_opa_cong_setting()
3770
OPA_MAX_SLS
* sizeof(struct opa_congestion_setting_entry));
in apply_cc_state()
3803
for (i = 0; i <
OPA_MAX_SLS
; i++) {
in __subn_set_opa_cong_setting()
H
A
D
rc.c
2678
if (sl >=
OPA_MAX_SLS
)
in log_cca_event()
2709
if (sl >=
OPA_MAX_SLS
)
in process_becn()
/kernel/linux/linux-5.10/include/rdma/
H
A
D
opa_smi.h
17
#define
OPA_MAX_SLS
32
macro
/kernel/linux/linux-6.6/include/rdma/
H
A
D
opa_smi.h
17
#define
OPA_MAX_SLS
32
macro
Completed in 40 milliseconds