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:NUMDESCRIPTORS
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/
H
A
D
xircom_cb.c
71
#define
NUMDESCRIPTORS
4
macro
73
static int bufferoffsets[
NUMDESCRIPTORS
] = {128,2048,4096,6144};
366
for (i=0;i<
NUMDESCRIPTORS
;i++)
in xircom_interrupt()
368
for (i=0;i<
NUMDESCRIPTORS
;i++)
in xircom_interrupt()
387
for (desc=0;desc<
NUMDESCRIPTORS
;desc++)
in xircom_start_xmit()
391
nextdescriptor = (card->transmit_used +1) % (
NUMDESCRIPTORS
);
in xircom_start_xmit()
407
if (desc ==
NUMDESCRIPTORS
- 1) /* bit 25: last descriptor of the ring */
in xircom_start_xmit()
571
for (i=0;i<
NUMDESCRIPTORS
;i++ ) {
in setup_descriptors()
577
if (i ==
NUMDESCRIPTORS
- 1) /* bit 25 is "last descriptor" */
in setup_descriptors()
598
for (i=0;i<
NUMDESCRIPTORS
;
in setup_descriptors()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/dec/tulip/
H
A
D
xircom_cb.c
71
#define
NUMDESCRIPTORS
4
macro
73
static int bufferoffsets[
NUMDESCRIPTORS
] = {128,2048,4096,6144};
366
for (i=0;i<
NUMDESCRIPTORS
;i++)
in xircom_interrupt()
368
for (i=0;i<
NUMDESCRIPTORS
;i++)
in xircom_interrupt()
387
for (desc=0;desc<
NUMDESCRIPTORS
;desc++)
in xircom_start_xmit()
391
nextdescriptor = (card->transmit_used +1) % (
NUMDESCRIPTORS
);
in xircom_start_xmit()
407
if (desc ==
NUMDESCRIPTORS
- 1) /* bit 25: last descriptor of the ring */
in xircom_start_xmit()
571
for (i=0;i<
NUMDESCRIPTORS
;i++ ) {
in setup_descriptors()
577
if (i ==
NUMDESCRIPTORS
- 1) /* bit 25 is "last descriptor" */
in setup_descriptors()
598
for (i=0;i<
NUMDESCRIPTORS
;
in setup_descriptors()
[all...]
Completed in 3 milliseconds