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:aninfo
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H
A
D
tg3.c
5411
struct tg3_fiber_aneginfo
aninfo
;
in fiber_autoneg()
local
5425
memset(&
aninfo
, 0, sizeof(
aninfo
));
in fiber_autoneg()
5426
aninfo
.flags |= MR_AN_ENABLE;
in fiber_autoneg()
5427
aninfo
.state = ANEG_STATE_UNKNOWN;
in fiber_autoneg()
5428
aninfo
.cur_time = 0;
in fiber_autoneg()
5431
status = tg3_fiber_aneg_smachine(tp, &
aninfo
);
in fiber_autoneg()
5442
*txflags =
aninfo
.txconfig;
in fiber_autoneg()
5443
*rxflags =
aninfo
.flags;
in fiber_autoneg()
5446
(
aninfo
in fiber_autoneg()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H
A
D
tg3.c
5406
struct tg3_fiber_aneginfo
aninfo
;
in fiber_autoneg()
local
5420
memset(&
aninfo
, 0, sizeof(
aninfo
));
in fiber_autoneg()
5421
aninfo
.flags |= MR_AN_ENABLE;
in fiber_autoneg()
5422
aninfo
.state = ANEG_STATE_UNKNOWN;
in fiber_autoneg()
5423
aninfo
.cur_time = 0;
in fiber_autoneg()
5426
status = tg3_fiber_aneg_smachine(tp, &
aninfo
);
in fiber_autoneg()
5437
*txflags =
aninfo
.txconfig;
in fiber_autoneg()
5438
*rxflags =
aninfo
.flags;
in fiber_autoneg()
5441
(
aninfo
in fiber_autoneg()
[all...]
Completed in 28 milliseconds