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:phy_cnt
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/
H
A
D
hisi_sas_main.c
2740
int i,
phy_cnt
;
in hisi_sas_debugfs_snapshot_port_reg()
local
2744
for (
phy_cnt
= 0;
phy_cnt
< hisi_hba->n_phy;
phy_cnt
++) {
in hisi_sas_debugfs_snapshot_port_reg()
2745
databuf = hisi_hba->debugfs_port_reg[dump_index][
phy_cnt
].data;
in hisi_sas_debugfs_snapshot_port_reg()
2748
*databuf = port->read_port_reg(hisi_hba,
phy_cnt
,
in hisi_sas_debugfs_snapshot_port_reg()
/kernel/linux/linux-5.10/drivers/net/ethernet/adaptec/
H
A
D
starfire.c
561
int
phy_cnt
; /* MII device addresses. */
member
810
np->
phy_cnt
= phy_idx;
in starfire_init_one()
811
if (np->
phy_cnt
> 0)
in starfire_init_one()
/kernel/linux/linux-6.6/drivers/net/ethernet/adaptec/
H
A
D
starfire.c
561
int
phy_cnt
; /* MII device addresses. */
member
812
np->
phy_cnt
= phy_idx;
in starfire_init_one()
813
if (np->
phy_cnt
> 0)
in starfire_init_one()
/kernel/linux/linux-6.6/drivers/scsi/hisi_sas/
H
A
D
hisi_sas_v3_hw.c
3461
int i,
phy_cnt
;
in debugfs_snapshot_port_reg_v3_hw()
local
3465
for (
phy_cnt
= 0;
phy_cnt
< hisi_hba->n_phy;
phy_cnt
++) {
in debugfs_snapshot_port_reg_v3_hw()
3466
databuf = hisi_hba->debugfs_port_reg[dump_index][
phy_cnt
].data;
in debugfs_snapshot_port_reg_v3_hw()
3469
*databuf = hisi_sas_phy_read32(hisi_hba,
phy_cnt
,
in debugfs_snapshot_port_reg_v3_hw()
Completed in 20 milliseconds