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:orig_autoc
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H
A
D
ixgbe_82599.c
142
hw->mac.
orig_autoc
| IXGBE_AUTOC_LMS_10G_SERIAL,
in ixgbe_setup_sfp_modules_82599()
349
autoc = hw->mac.
orig_autoc
;
in ixgbe_get_link_capabilities_82599()
784
u32
orig_autoc
= 0;
in ixgbe_setup_mac_link_82599()
local
801
orig_autoc
= hw->mac.
orig_autoc
;
in ixgbe_setup_mac_link_82599()
803
orig_autoc
= autoc;
in ixgbe_setup_mac_link_82599()
814
if (
orig_autoc
& IXGBE_AUTOC_KX4_SUPP)
in ixgbe_setup_mac_link_82599()
816
if ((
orig_autoc
& IXGBE_AUTOC_KR_SUPP) &&
in ixgbe_setup_mac_link_82599()
1008
hw->mac.
orig_autoc
= autoc;
in ixgbe_reset_hw_82599()
1021
hw->mac.
orig_autoc
in ixgbe_reset_hw_82599()
[all...]
H
A
D
ixgbe_82598.c
185
autoc = hw->mac.
orig_autoc
;
in ixgbe_get_link_capabilities_82598()
757
hw->mac.
orig_autoc
= autoc;
in ixgbe_reset_hw_82598()
759
} else if (autoc != hw->mac.
orig_autoc
) {
in ixgbe_reset_hw_82598()
760
IXGBE_WRITE_REG(hw, IXGBE_AUTOC, hw->mac.
orig_autoc
);
in ixgbe_reset_hw_82598()
H
A
D
ixgbe_ethtool.c
1917
if (hw->mac.
orig_autoc
) {
in ixgbe_setup_loopback_test()
1918
reg_data = hw->mac.
orig_autoc
| IXGBE_AUTOC_FLU;
in ixgbe_setup_loopback_test()
H
A
D
ixgbe_type.h
3564
u32
orig_autoc
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H
A
D
ixgbe_82599.c
142
hw->mac.
orig_autoc
| IXGBE_AUTOC_LMS_10G_SERIAL,
in ixgbe_setup_sfp_modules_82599()
349
autoc = hw->mac.
orig_autoc
;
in ixgbe_get_link_capabilities_82599()
784
u32
orig_autoc
= 0;
in ixgbe_setup_mac_link_82599()
local
801
orig_autoc
= hw->mac.
orig_autoc
;
in ixgbe_setup_mac_link_82599()
803
orig_autoc
= autoc;
in ixgbe_setup_mac_link_82599()
814
if (
orig_autoc
& IXGBE_AUTOC_KX4_SUPP)
in ixgbe_setup_mac_link_82599()
816
if ((
orig_autoc
& IXGBE_AUTOC_KR_SUPP) &&
in ixgbe_setup_mac_link_82599()
1008
hw->mac.
orig_autoc
= autoc;
in ixgbe_reset_hw_82599()
1021
hw->mac.
orig_autoc
in ixgbe_reset_hw_82599()
[all...]
H
A
D
ixgbe_82598.c
185
autoc = hw->mac.
orig_autoc
;
in ixgbe_get_link_capabilities_82598()
757
hw->mac.
orig_autoc
= autoc;
in ixgbe_reset_hw_82598()
759
} else if (autoc != hw->mac.
orig_autoc
) {
in ixgbe_reset_hw_82598()
760
IXGBE_WRITE_REG(hw, IXGBE_AUTOC, hw->mac.
orig_autoc
);
in ixgbe_reset_hw_82598()
H
A
D
ixgbe_ethtool.c
1942
if (hw->mac.
orig_autoc
) {
in ixgbe_setup_loopback_test()
1943
reg_data = hw->mac.
orig_autoc
| IXGBE_AUTOC_FLU;
in ixgbe_setup_loopback_test()
H
A
D
ixgbe_type.h
3568
u32
orig_autoc
;
member
Completed in 45 milliseconds