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:send_contexts
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H
A
D
pio.c
452
dd->
send_contexts
= kcalloc(dd->num_send_contexts,
in init_send_contexts()
455
if (!dd->
send_contexts
|| !dd->hw_to_sw) {
in init_send_contexts()
457
kfree(dd->
send_contexts
);
in init_send_contexts()
477
&dd->
send_contexts
[context];
in init_send_contexts()
502
for (index = 0, sci = &dd->
send_contexts
[0];
in sc_hw_alloc()
527
sci = &dd->
send_contexts
[sw_index];
in sc_hw_free()
736
sci = &dd->
send_contexts
[sw_index];
in sc_alloc()
898
dd->
send_contexts
[sw_index].sc = NULL;
in sc_free()
1056
struct send_context *sc = dd->
send_contexts
[i].sc;
in sc_wait()
1166
sc = dd->
send_contexts
[
in pio_freeze()
[all...]
H
A
D
init.c
736
sc_disable(dd->
send_contexts
[i].sc);
in init_after_reset()
1086
sc_flush(dd->
send_contexts
[i].sc);
in shutdown_device()
1100
sc_disable(dd->
send_contexts
[i].sc);
in shutdown_device()
1569
sc_free(dd->
send_contexts
[ctxt].sc);
in cleanup_device_data()
1571
kfree(dd->
send_contexts
);
in cleanup_device_data()
1572
dd->
send_contexts
= NULL;
in cleanup_device_data()
H
A
D
debugfs.c
417
if (!dd->
send_contexts
|| *pos >= dd->num_send_contexts)
in _pios_seq_start()
428
if (!dd->
send_contexts
|| *pos >= dd->num_send_contexts)
in _pios_seq_next()
447
sci = &dd->
send_contexts
[i];
in _pios_seq_show()
H
A
D
chip.c
5829
sci = &dd->
send_contexts
[sw_index];
in sc_to_vl()
6004
sci = &dd->
send_contexts
[sw_index];
in is_sendctxt_err_int()
6798
sc = dd->
send_contexts
[i].sc;
in start_freeze_handling()
13408
u32
send_contexts
= chip_send_contexts(dd);
in set_up_context_variables()
local
13431
if (num_kernel_contexts > (
send_contexts
- num_vls - 1)) {
in set_up_context_variables()
13434
send_contexts
- num_vls - 1,
in set_up_context_variables()
13436
num_kernel_contexts =
send_contexts
- num_vls - 1;
in set_up_context_variables()
13548
send_contexts
,
in set_up_context_variables()
H
A
D
hfi.h
1093
struct send_context_info *
send_contexts
;
member
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H
A
D
pio.c
410
dd->
send_contexts
= kcalloc(dd->num_send_contexts,
in init_send_contexts()
413
if (!dd->
send_contexts
|| !dd->hw_to_sw) {
in init_send_contexts()
415
kfree(dd->
send_contexts
);
in init_send_contexts()
435
&dd->
send_contexts
[context];
in init_send_contexts()
460
for (index = 0, sci = &dd->
send_contexts
[0];
in sc_hw_alloc()
485
sci = &dd->
send_contexts
[sw_index];
in sc_hw_free()
694
sci = &dd->
send_contexts
[sw_index];
in sc_alloc()
856
dd->
send_contexts
[sw_index].sc = NULL;
in sc_free()
1014
struct send_context *sc = dd->
send_contexts
[i].sc;
in sc_wait()
1124
sc = dd->
send_contexts
[
in pio_freeze()
[all...]
H
A
D
init.c
695
sc_disable(dd->
send_contexts
[i].sc);
in init_after_reset()
1045
sc_flush(dd->
send_contexts
[i].sc);
in shutdown_device()
1059
sc_disable(dd->
send_contexts
[i].sc);
in shutdown_device()
1528
sc_free(dd->
send_contexts
[ctxt].sc);
in cleanup_device_data()
1530
kfree(dd->
send_contexts
);
in cleanup_device_data()
1531
dd->
send_contexts
= NULL;
in cleanup_device_data()
H
A
D
debugfs.c
375
if (!dd->
send_contexts
|| *pos >= dd->num_send_contexts)
in _pios_seq_start()
386
if (!dd->
send_contexts
|| *pos >= dd->num_send_contexts)
in _pios_seq_next()
405
sci = &dd->
send_contexts
[i];
in _pios_seq_show()
H
A
D
chip.c
5789
sci = &dd->
send_contexts
[sw_index];
in sc_to_vl()
5964
sci = &dd->
send_contexts
[sw_index];
in is_sendctxt_err_int()
6759
sc = dd->
send_contexts
[i].sc;
in start_freeze_handling()
13369
u32
send_contexts
= chip_send_contexts(dd);
in set_up_context_variables()
local
13392
if (num_kernel_contexts > (
send_contexts
- num_vls - 1)) {
in set_up_context_variables()
13395
send_contexts
- num_vls - 1,
in set_up_context_variables()
13397
num_kernel_contexts =
send_contexts
- num_vls - 1;
in set_up_context_variables()
13509
send_contexts
,
in set_up_context_variables()
H
A
D
hfi.h
1043
struct send_context_info *
send_contexts
;
member
Completed in 59 milliseconds