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:xmit_cmds
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/i825xx/
H
A
D
sun3_82586.c
154
volatile struct transmit_cmd_struct *
xmit_cmds
[NUM_XMIT_BUFFS];
member
577
* alloc xmit-buffs / init
xmit_cmds
in init586()
581
p->
xmit_cmds
[i] = (struct transmit_cmd_struct *)ptr; /*transmit cmd/buff 0*/
in init586()
592
memset((char *)(p->
xmit_cmds
[i]) ,0, sizeof(struct transmit_cmd_struct));
in init586()
594
p->
xmit_cmds
[i]->cmd_link = make16(p->nop_cmds[(i+1)%NUM_XMIT_BUFFS]);
in init586()
595
p->
xmit_cmds
[i]->cmd_status = swab16(STAT_COMPL);
in init586()
596
p->
xmit_cmds
[i]->cmd_cmd = swab16(CMD_XMIT | CMD_INT);
in init586()
597
p->
xmit_cmds
[i]->tbd_offset = make16((p->xmit_buffs[i]));
in init586()
617
p->
xmit_cmds
[0]->cmd_link = make16(p->
xmit_cmds
[
in init586()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/i825xx/
H
A
D
sun3_82586.c
156
volatile struct transmit_cmd_struct *
xmit_cmds
[NUM_XMIT_BUFFS];
member
574
* alloc xmit-buffs / init
xmit_cmds
in init586()
578
p->
xmit_cmds
[i] = (struct transmit_cmd_struct *)ptr; /*transmit cmd/buff 0*/
in init586()
589
memset((char *)(p->
xmit_cmds
[i]) ,0, sizeof(struct transmit_cmd_struct));
in init586()
591
p->
xmit_cmds
[i]->cmd_link = make16(p->nop_cmds[(i+1)%NUM_XMIT_BUFFS]);
in init586()
592
p->
xmit_cmds
[i]->cmd_status = swab16(STAT_COMPL);
in init586()
593
p->
xmit_cmds
[i]->cmd_cmd = swab16(CMD_XMIT | CMD_INT);
in init586()
594
p->
xmit_cmds
[i]->tbd_offset = make16((p->xmit_buffs[i]));
in init586()
614
p->
xmit_cmds
[0]->cmd_link = make16(p->
xmit_cmds
[
in init586()
[all...]
Completed in 3 milliseconds