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:NUM_XMIT_BUFFS
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/i825xx/
H
A
D
sun3_82586.c
70
* IMPORTANT NOTE: if you configure only one
NUM_XMIT_BUFFS
, the driver works
84
#define
NUM_XMIT_BUFFS
1 /* config for 32K shmem */
macro
88
#define NO_NOPCOMMANDS /* only possible with
NUM_XMIT_BUFFS
=1 */
153
volatile struct tbd_struct *xmit_buffs[
NUM_XMIT_BUFFS
];
154
volatile struct transmit_cmd_struct *xmit_cmds[
NUM_XMIT_BUFFS
];
155
#if (
NUM_XMIT_BUFFS
== 1)
158
volatile struct nop_cmd_struct *nop_cmds[
NUM_XMIT_BUFFS
];
161
volatile char *xmit_cbuffs[
NUM_XMIT_BUFFS
];
554
#if (
NUM_XMIT_BUFFS
== 1)
in init586()
564
for(i=0;i<
NUM_XMIT_BUFFS
;
in init586()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/i825xx/
H
A
D
sun3_82586.c
72
* IMPORTANT NOTE: if you configure only one
NUM_XMIT_BUFFS
, the driver works
86
#define
NUM_XMIT_BUFFS
1 /* config for 32K shmem */
macro
90
#define NO_NOPCOMMANDS /* only possible with
NUM_XMIT_BUFFS
=1 */
155
volatile struct tbd_struct *xmit_buffs[
NUM_XMIT_BUFFS
];
156
volatile struct transmit_cmd_struct *xmit_cmds[
NUM_XMIT_BUFFS
];
157
#if (
NUM_XMIT_BUFFS
== 1)
160
volatile struct nop_cmd_struct *nop_cmds[
NUM_XMIT_BUFFS
];
163
volatile char *xmit_cbuffs[
NUM_XMIT_BUFFS
];
551
#if (
NUM_XMIT_BUFFS
== 1)
in init586()
561
for(i=0;i<
NUM_XMIT_BUFFS
;
in init586()
[all...]
Completed in 2 milliseconds