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:ias_cmd
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/i825xx/
H
A
D
sun3_82586.c
410
volatile struct iasetup_cmd_struct *
ias_cmd
;
in init586()
local
461
ias_cmd
= (struct iasetup_cmd_struct *)ptr;
in init586()
463
ias_cmd
->cmd_status = 0;
in init586()
464
ias_cmd
->cmd_cmd = swab16(CMD_IASETUP | CMD_LAST);
in init586()
465
ias_cmd
->cmd_link = 0xffff;
in init586()
467
memcpy((char *)&
ias_cmd
->iaddr,(char *) dev->dev_addr,ETH_ALEN);
in init586()
469
p->scb->cbl_offset = make16(
ias_cmd
);
in init586()
474
WAIT_4_STAT_COMPL(
ias_cmd
);
in init586()
476
if((swab16(
ias_cmd
->cmd_status) & (STAT_OK|STAT_COMPL)) != (STAT_OK|STAT_COMPL)) {
in init586()
477
printk("%s (82586): individual address setup command failed: %04x\n",dev->name,swab16(
ias_cmd
in init586()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/i825xx/
H
A
D
sun3_82586.c
407
volatile struct iasetup_cmd_struct *
ias_cmd
;
in init586()
local
458
ias_cmd
= (struct iasetup_cmd_struct *)ptr;
in init586()
460
ias_cmd
->cmd_status = 0;
in init586()
461
ias_cmd
->cmd_cmd = swab16(CMD_IASETUP | CMD_LAST);
in init586()
462
ias_cmd
->cmd_link = 0xffff;
in init586()
464
memcpy((char *)&
ias_cmd
->iaddr,(const char *) dev->dev_addr,ETH_ALEN);
in init586()
466
p->scb->cbl_offset = make16(
ias_cmd
);
in init586()
471
WAIT_4_STAT_COMPL(
ias_cmd
);
in init586()
473
if((swab16(
ias_cmd
->cmd_status) & (STAT_OK|STAT_COMPL)) != (STAT_OK|STAT_COMPL)) {
in init586()
474
printk("%s (82586): individual address setup command failed: %04x\n",dev->name,swab16(
ias_cmd
in init586()
[all...]
Completed in 3 milliseconds