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:nwayset
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/
H
A
D
pnic2.c
131
tp->
nwayset
= tp->lpar = 0;
in pnic2_start_nway()
187
if (tp->nway && !tp->
nwayset
) {
in pnic2_lnk_change()
206
tp->
nwayset
= 1;
in pnic2_lnk_change()
217
tp->
nwayset
= 0;
in pnic2_lnk_change()
229
if (tp->
nwayset
)
in pnic2_lnk_change()
302
tp->
nwayset
= 1;
in pnic2_lnk_change()
317
if ((tp->
nwayset
&& (csr5 & 0x08000000) &&
in pnic2_lnk_change()
347
tp->
nwayset
= 1;
in pnic2_lnk_change()
371
tp->
nwayset
= 1;
in pnic2_lnk_change()
H
A
D
21142.c
53
} else if (tp->
nwayset
) {
in t21142_media_task()
120
tp->
nwayset
= tp->lpar = 0;
in t21142_start_nway()
155
if (tp->nway && !tp->
nwayset
&& (csr12 & 0x7000) == 0x5000) {
in t21142_lnk_change()
159
tp->
nwayset
= 1;
in t21142_lnk_change()
167
tp->
nwayset
= 0;
in t21142_lnk_change()
174
if (tp->
nwayset
)
in t21142_lnk_change()
214
} else if ((tp->
nwayset
&& (csr5 & 0x08000000) &&
in t21142_lnk_change()
242
} else if (tp->
nwayset
) {
in t21142_lnk_change()
H
A
D
pnic.c
31
tp->
nwayset
= 1;
in pnic_do_nway()
68
if (! tp->
nwayset
|| time_after(jiffies, dev_trans_start(dev) + 1*HZ)) {
in pnic_lnk_change()
120
tp->
nwayset
= 0;
in pnic_timer()
133
} else if (tp->
nwayset
&& (dev->if_port & 1)) {
in pnic_timer()
H
A
D
tulip.h
435
unsigned int nway:1,
nwayset
:1; /* 21143 internal NWay. */
member
H
A
D
tulip_core.c
404
tp->
nwayset
= 0;
in tulip_up()
925
(dev->if_port == 5 && tp->
nwayset
))
in private_ioctl()
1735
tp->
nwayset
= 0;
in tulip_init_one()
/kernel/linux/linux-6.6/drivers/net/ethernet/dec/tulip/
H
A
D
pnic2.c
131
tp->
nwayset
= tp->lpar = 0;
in pnic2_start_nway()
187
if (tp->nway && !tp->
nwayset
) {
in pnic2_lnk_change()
206
tp->
nwayset
= 1;
in pnic2_lnk_change()
217
tp->
nwayset
= 0;
in pnic2_lnk_change()
229
if (tp->
nwayset
)
in pnic2_lnk_change()
302
tp->
nwayset
= 1;
in pnic2_lnk_change()
317
if ((tp->
nwayset
&& (csr5 & 0x08000000) &&
in pnic2_lnk_change()
347
tp->
nwayset
= 1;
in pnic2_lnk_change()
371
tp->
nwayset
= 1;
in pnic2_lnk_change()
H
A
D
21142.c
53
} else if (tp->
nwayset
) {
in t21142_media_task()
120
tp->
nwayset
= tp->lpar = 0;
in t21142_start_nway()
155
if (tp->nway && !tp->
nwayset
&& (csr12 & 0x7000) == 0x5000) {
in t21142_lnk_change()
159
tp->
nwayset
= 1;
in t21142_lnk_change()
167
tp->
nwayset
= 0;
in t21142_lnk_change()
174
if (tp->
nwayset
)
in t21142_lnk_change()
214
} else if ((tp->
nwayset
&& (csr5 & 0x08000000) &&
in t21142_lnk_change()
242
} else if (tp->
nwayset
) {
in t21142_lnk_change()
H
A
D
pnic.c
31
tp->
nwayset
= 1;
in pnic_do_nway()
68
if (! tp->
nwayset
|| time_after(jiffies, dev_trans_start(dev) + 1*HZ)) {
in pnic_lnk_change()
120
tp->
nwayset
= 0;
in pnic_timer()
133
} else if (tp->
nwayset
&& (dev->if_port & 1)) {
in pnic_timer()
H
A
D
tulip.h
435
unsigned int nway:1,
nwayset
:1; /* 21143 internal NWay. */
member
H
A
D
tulip_core.c
404
tp->
nwayset
= 0;
in tulip_up()
925
(dev->if_port == 5 && tp->
nwayset
))
in private_ioctl()
1745
tp->
nwayset
= 0;
in tulip_init_one()
Completed in 10 milliseconds