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:txconfig
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/realtek/
H
A
D
r8169_main.c
5211
u32
txconfig
;
in rtl_init_one()
local
5260
txconfig
= RTL_R32(tp, TxConfig);
in rtl_init_one()
5261
if (
txconfig
== ~0U)
in rtl_init_one()
5264
xid = (
txconfig
>> 20) & 0xfcf;
in rtl_init_one()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H
A
D
tg3.c
5137
u32
txconfig
, rxconfig;
member
5234
ap->
txconfig
= 0;
in tg3_fiber_aneg_smachine()
5258
ap->
txconfig
= ANEG_CFG_FD;
in tg3_fiber_aneg_smachine()
5261
ap->
txconfig
|= ANEG_CFG_PS1;
in tg3_fiber_aneg_smachine()
5263
ap->
txconfig
|= ANEG_CFG_PS2;
in tg3_fiber_aneg_smachine()
5264
tw32(MAC_TX_AUTO_NEG, ap->
txconfig
);
in tg3_fiber_aneg_smachine()
5278
ap->
txconfig
|= ANEG_CFG_ACK;
in tg3_fiber_aneg_smachine()
5279
tw32(MAC_TX_AUTO_NEG, ap->
txconfig
);
in tg3_fiber_aneg_smachine()
5354
if ((ap->
txconfig
& ANEG_CFG_NP) == 0 &&
in tg3_fiber_aneg_smachine()
5442
*txflags = aninfo.
txconfig
;
in fiber_autoneg()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H
A
D
tg3.c
5132
u32
txconfig
, rxconfig;
member
5229
ap->
txconfig
= 0;
in tg3_fiber_aneg_smachine()
5253
ap->
txconfig
= ANEG_CFG_FD;
in tg3_fiber_aneg_smachine()
5256
ap->
txconfig
|= ANEG_CFG_PS1;
in tg3_fiber_aneg_smachine()
5258
ap->
txconfig
|= ANEG_CFG_PS2;
in tg3_fiber_aneg_smachine()
5259
tw32(MAC_TX_AUTO_NEG, ap->
txconfig
);
in tg3_fiber_aneg_smachine()
5273
ap->
txconfig
|= ANEG_CFG_ACK;
in tg3_fiber_aneg_smachine()
5274
tw32(MAC_TX_AUTO_NEG, ap->
txconfig
);
in tg3_fiber_aneg_smachine()
5349
if ((ap->
txconfig
& ANEG_CFG_NP) == 0 &&
in tg3_fiber_aneg_smachine()
5437
*txflags = aninfo.
txconfig
;
in fiber_autoneg()
[all...]
Completed in 29 milliseconds