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:MWI
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/
H
A
D
tulip_core.c
1193
/* if we have any cache line size at all, we can do MRM and
MWI
*/
in tulip_mwi_config()
1194
csr0 |= MRM |
MWI
;
in tulip_mwi_config()
1196
/* Enable
MWI
in the standard PCI command bit.
in tulip_mwi_config()
1197
* Check for the case where
MWI
is desired but not available
in tulip_mwi_config()
1203
if ((csr0 &
MWI
) && (!(pci_command & PCI_COMMAND_INVALIDATE)))
in tulip_mwi_config()
1204
csr0 &= ~
MWI
;
in tulip_mwi_config()
1206
/* if cache line size hardwired to zero, no
MWI
*/
in tulip_mwi_config()
1208
if ((csr0 &
MWI
) && (cache == 0)) {
in tulip_mwi_config()
1209
csr0 &= ~
MWI
;
in tulip_mwi_config()
1237
/* we don't have a good csr0 or cache line size, disable
MWI
*/
in tulip_mwi_config()
[all...]
H
A
D
tulip.h
176
MWI
= (1 << 24),
enumerator
332
* using
MWI
. This can only occur if the receive buffer ends on
/kernel/linux/linux-6.6/drivers/net/ethernet/dec/tulip/
H
A
D
tulip_core.c
1193
/* if we have any cache line size at all, we can do MRM and
MWI
*/
in tulip_mwi_config()
1194
csr0 |= MRM |
MWI
;
in tulip_mwi_config()
1196
/* Enable
MWI
in the standard PCI command bit.
in tulip_mwi_config()
1197
* Check for the case where
MWI
is desired but not available
in tulip_mwi_config()
1203
if ((csr0 &
MWI
) && (!(pci_command & PCI_COMMAND_INVALIDATE)))
in tulip_mwi_config()
1204
csr0 &= ~
MWI
;
in tulip_mwi_config()
1206
/* if cache line size hardwired to zero, no
MWI
*/
in tulip_mwi_config()
1208
if ((csr0 &
MWI
) && (cache == 0)) {
in tulip_mwi_config()
1209
csr0 &= ~
MWI
;
in tulip_mwi_config()
1237
/* we don't have a good csr0 or cache line size, disable
MWI
*/
in tulip_mwi_config()
[all...]
H
A
D
tulip.h
176
MWI
= (1 << 24),
enumerator
332
* using
MWI
. This can only occur if the receive buffer ends on
Completed in 7 milliseconds