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:i596_cmd
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/i825xx/
H
A
D
lib82596.c
193
struct
i596_cmd
{
struct
194
struct
i596_cmd
*v_next; /* Address from CPUs viewpoint */
201
struct
i596_cmd
cmd;
215
struct
i596_cmd
cmd;
221
struct
i596_cmd
cmd;
227
struct
i596_cmd
cmd;
232
struct
i596_cmd
cmd;
320
struct
i596_cmd
*cmd_tail;
321
struct
i596_cmd
*cmd_head;
353
static void i596_add_cmd(struct net_device *dev, struct
i596_cmd
*cm
[all...]
H
A
D
82596.c
116
#define WSWAPcmd(x) ((struct
i596_cmd
*) (((u32)(x)<<16) | ((((u32)(x)))>>16)))
133
#define WSWAPcmd(x) ((struct
i596_cmd
*)((long)x))
226
struct
i596_cmd
{
struct
227
struct
i596_cmd
*v_next; /* Address from CPUs viewpoint */
230
struct
i596_cmd
*b_next; /* Address from i596 viewpoint */
234
struct
i596_cmd
cmd;
242
struct
i596_cmd
cmd;
248
struct
i596_cmd
cmd;
254
struct
i596_cmd
cmd;
259
struct
i596_cmd
cm
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/i825xx/
H
A
D
lib82596.c
192
struct
i596_cmd
{
struct
193
struct
i596_cmd
*v_next; /* Address from CPUs viewpoint */
200
struct
i596_cmd
cmd;
214
struct
i596_cmd
cmd;
220
struct
i596_cmd
cmd;
226
struct
i596_cmd
cmd;
231
struct
i596_cmd
cmd;
319
struct
i596_cmd
*cmd_tail;
320
struct
i596_cmd
*cmd_head;
352
static void i596_add_cmd(struct net_device *dev, struct
i596_cmd
*cm
[all...]
H
A
D
82596.c
115
#define WSWAPcmd(x) ((struct
i596_cmd
*) (((u32)(x)<<16) | ((((u32)(x)))>>16)))
132
#define WSWAPcmd(x) ((struct
i596_cmd
*)((long)x))
225
struct
i596_cmd
{
struct
226
struct
i596_cmd
*v_next; /* Address from CPUs viewpoint */
229
struct
i596_cmd
*b_next; /* Address from i596 viewpoint */
233
struct
i596_cmd
cmd;
241
struct
i596_cmd
cmd;
247
struct
i596_cmd
cmd;
253
struct
i596_cmd
cmd;
258
struct
i596_cmd
cm
[all...]
Completed in 6 milliseconds