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:base_sob_id
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/accel/habanalabs/gaudi/
H
A
D
gaudiP.h
261
* @
base_sob_id
: base sob id of this SOB group.
267
u32
base_sob_id
;
member
H
A
D
gaudi.c
1099
sob_id = prop->hw_sob_group[sob_group_id].
base_sob_id
;
in gaudi_collective_map_sobs()
1130
(hw_sob_group->
base_sob_id
* 4) + (i * 4)), 0);
in gaudi_sob_group_hw_reset()
1142
"SOB release shouldn't be called here,
base_sob_id
: %d\n",
in gaudi_sob_group_reset_error()
1143
hw_sob_group->
base_sob_id
);
in gaudi_sob_group_reset_error()
1181
prop->hw_sob_group[i].
base_sob_id
= sob_id;
in gaudi_collective_init()
1221
cprop->hw_sob_group[sob_group_offset].
base_sob_id
;
in gaudi_collective_master_init_job()
/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/
H
A
D
hw_queue.c
722
hw_queue->
base_sob_id
=
in sync_stream_queue_init()
732
hw_sob->sob_id = hw_queue->
base_sob_id
+ sob;
in sync_stream_queue_init()
H
A
D
habanalabs.h
506
* @
base_sob_id
: the base SOB id of the SOBs used by this queue.
527
u16
base_sob_id
;
member
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/
H
A
D
hw_queue.c
943
sync_stream_prop->
base_sob_id
= prop->sync_stream_first_sob +
in sync_stream_queue_init()
953
hw_sob->sob_id = sync_stream_prop->
base_sob_id
+ sob;
in sync_stream_queue_init()
H
A
D
habanalabs.h
1003
* @
base_sob_id
: the base SOB id of the SOBs used by this queue.
1017
u16
base_sob_id
;
member
Completed in 28 milliseconds