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:peer_partition
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/ntb/hw/mscc/
H
A
D
ntb_hw_switchtec.c
50
int
peer_partition
;
member
446
switchtec_ntb_part_link_speed(sndev, sndev->
peer_partition
,
in switchtec_ntb_set_link_speed()
457
return ioread8(&inf->ntp_info[sndev->
peer_partition
].xlink_enabled);
in crosslink_is_enabled()
878
sndev->
peer_partition
= bit - 1;
in switchtec_ntb_init_sndev()
886
sndev->
peer_partition
= ffs(tpart_vec) - 1;
in switchtec_ntb_init_sndev()
887
if (!(part_map & (1ULL << sndev->
peer_partition
))) {
in switchtec_ntb_init_sndev()
903
sndev->mmio_peer_ctrl = &sndev->mmio_ctrl[sndev->
peer_partition
];
in switchtec_ntb_init_sndev()
1020
iowrite64((NTB_CTRL_LUT_EN | (sndev->
peer_partition
<< 1) |
in crosslink_setup_mws()
1044
iowrite64(sndev->
peer_partition
| addr,
in crosslink_setup_mws()
1092
&sndev->stdev->mmio_part_cfg_all[sndev->
peer_partition
];
in crosslink_enum_partition()
[all...]
/kernel/linux/linux-6.6/drivers/ntb/hw/mscc/
H
A
D
ntb_hw_switchtec.c
50
int
peer_partition
;
member
448
switchtec_ntb_part_link_speed(sndev, sndev->
peer_partition
,
in switchtec_ntb_set_link_speed()
459
return ioread8(&inf->ntp_info[sndev->
peer_partition
].xlink_enabled);
in crosslink_is_enabled()
879
sndev->
peer_partition
= __ffs64(part_map);
in switchtec_ntb_init_sndev()
887
sndev->
peer_partition
= __ffs64(tpart_vec);
in switchtec_ntb_init_sndev()
888
if (!(part_map & (1ULL << sndev->
peer_partition
))) {
in switchtec_ntb_init_sndev()
904
sndev->mmio_peer_ctrl = &sndev->mmio_ctrl[sndev->
peer_partition
];
in switchtec_ntb_init_sndev()
1018
iowrite64((NTB_CTRL_LUT_EN | (sndev->
peer_partition
<< 1) |
in crosslink_setup_mws()
1042
iowrite64(sndev->
peer_partition
| addr,
in crosslink_setup_mws()
1090
&sndev->stdev->mmio_part_cfg_all[sndev->
peer_partition
];
in crosslink_enum_partition()
[all...]
Completed in 4 milliseconds