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_types_low
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H
A
D
ice_ethtool.c
1459
* @
phy_types_low
: PHY type low to apply minimum supported speeds mask
1465
void ice_mask_min_supported_speeds(u64 phy_types_high, u64 *
phy_types_low
)
in ice_mask_min_supported_speeds()
argument
1468
if (*
phy_types_low
& ICE_PHY_TYPE_LOW_MASK_100G ||
in ice_mask_min_supported_speeds()
1470
*
phy_types_low
&= ~ICE_PHY_TYPE_LOW_MASK_MIN_25G;
in ice_mask_min_supported_speeds()
1472
*
phy_types_low
&= ~ICE_PHY_TYPE_LOW_MASK_MIN_1G;
in ice_mask_min_supported_speeds()
1502
u64
phy_types_low
= 0;
in ice_phy_type_to_ethtool()
local
1521
phy_types_low
= le64_to_cpu(pf->nvm_phy_type_lo);
in ice_phy_type_to_ethtool()
1524
ice_mask_min_supported_speeds(phy_types_high, &
phy_types_low
);
in ice_phy_type_to_ethtool()
1540
phy_types_low
= vsi->port_info->phy.phy_type_low;
in ice_phy_type_to_ethtool()
1557
if (
phy_types_low
in ice_phy_type_to_ethtool()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H
A
D
ice_ethtool.c
1645
* @
phy_types_low
: PHY type low to apply minimum supported speeds mask
1652
u64 phy_types_high, u64 *
phy_types_low
)
in ice_mask_min_supported_speeds()
1655
if (*
phy_types_low
& ICE_PHY_TYPE_LOW_MASK_100G ||
in ice_mask_min_supported_speeds()
1657
*
phy_types_low
&= ~ICE_PHY_TYPE_LOW_MASK_MIN_25G;
in ice_mask_min_supported_speeds()
1659
*
phy_types_low
&= ~ICE_PHY_TYPE_LOW_MASK_MIN_1G;
in ice_mask_min_supported_speeds()
1698
u64
phy_types_low
= 0;
in ice_phy_type_to_ethtool()
local
1715
phy_types_low
= le64_to_cpu(pf->nvm_phy_type_lo);
in ice_phy_type_to_ethtool()
1719
&
phy_types_low
);
in ice_phy_type_to_ethtool()
1745
phy_types_low
= vsi->port_info->phy.phy_type_low;
in ice_phy_type_to_ethtool()
1761
if (
phy_types_low
in ice_phy_type_to_ethtool()
1651
ice_mask_min_supported_speeds(struct ice_hw *hw, u64 phy_types_high, u64 *
phy_types_low
)
ice_mask_min_supported_speeds()
argument
[all...]
Completed in 6 milliseconds