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:tdr_cmd
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/i825xx/
H
A
D
sun3_82586.c
411
volatile struct tdr_cmd_struct *
tdr_cmd
;
in init586()
local
485
tdr_cmd
= (struct tdr_cmd_struct *)ptr;
in init586()
487
tdr_cmd
->cmd_status = 0;
in init586()
488
tdr_cmd
->cmd_cmd = swab16(CMD_TDR | CMD_LAST);
in init586()
489
tdr_cmd
->cmd_link = 0xffff;
in init586()
490
tdr_cmd
->status = 0;
in init586()
492
p->scb->cbl_offset = make16(
tdr_cmd
);
in init586()
496
WAIT_4_STAT_COMPL(
tdr_cmd
);
in init586()
498
if(!(swab16(
tdr_cmd
->cmd_status) & STAT_COMPL))
in init586()
505
result = swab16(
tdr_cmd
in init586()
[all...]
H
A
D
lib82596.c
214
struct
tdr_cmd
{
struct
306
struct
tdr_cmd
tdr_cmd
__attribute__((aligned(32)));
member
643
dma->
tdr_cmd
.cmd.command = SWAP16(CmdTDR);
in init_i596_mem()
644
dma_sync_dev(dev, &(dma->
tdr_cmd
), sizeof(struct
tdr_cmd
));
in init_i596_mem()
645
i596_add_cmd(dev, &dma->
tdr_cmd
.cmd);
in init_i596_mem()
1218
unsigned short status = SWAP16(((struct
tdr_cmd
*)ptr)->status);
in i596_interrupt()
H
A
D
82596.c
241
struct
tdr_cmd
{
struct
322
struct
tdr_cmd
tdr_cmd
;
member
719
lp->
tdr_cmd
.cmd.command = CmdTDR;
in init_i596_mem()
720
i596_add_cmd(dev, &lp->
tdr_cmd
.cmd);
in init_i596_mem()
1320
unsigned short status = ((struct
tdr_cmd
*)ptr)->status;
in i596_interrupt()
/kernel/linux/linux-6.6/drivers/net/ethernet/i825xx/
H
A
D
sun3_82586.c
408
volatile struct tdr_cmd_struct *
tdr_cmd
;
in init586()
local
482
tdr_cmd
= (struct tdr_cmd_struct *)ptr;
in init586()
484
tdr_cmd
->cmd_status = 0;
in init586()
485
tdr_cmd
->cmd_cmd = swab16(CMD_TDR | CMD_LAST);
in init586()
486
tdr_cmd
->cmd_link = 0xffff;
in init586()
487
tdr_cmd
->status = 0;
in init586()
489
p->scb->cbl_offset = make16(
tdr_cmd
);
in init586()
493
WAIT_4_STAT_COMPL(
tdr_cmd
);
in init586()
495
if(!(swab16(
tdr_cmd
->cmd_status) & STAT_COMPL))
in init586()
502
result = swab16(
tdr_cmd
in init586()
[all...]
H
A
D
lib82596.c
213
struct
tdr_cmd
{
struct
305
struct
tdr_cmd
tdr_cmd
__attribute__((aligned(32)));
member
642
dma->
tdr_cmd
.cmd.command = SWAP16(CmdTDR);
in init_i596_mem()
643
dma_sync_dev(dev, &(dma->
tdr_cmd
), sizeof(struct
tdr_cmd
));
in init_i596_mem()
644
i596_add_cmd(dev, &dma->
tdr_cmd
.cmd);
in init_i596_mem()
1217
unsigned short status = SWAP16(((struct
tdr_cmd
*)ptr)->status);
in i596_interrupt()
H
A
D
82596.c
240
struct
tdr_cmd
{
struct
321
struct
tdr_cmd
tdr_cmd
;
member
718
lp->
tdr_cmd
.cmd.command = CmdTDR;
in init_i596_mem()
719
i596_add_cmd(dev, &lp->
tdr_cmd
.cmd);
in init_i596_mem()
1309
unsigned short status = ((struct
tdr_cmd
*)ptr)->status;
in i596_interrupt()
Completed in 12 milliseconds