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:VIO_SUBTYPE_ACK
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/kernel/
H
A
D
viohs.c
295
pkt->tag.stype =
VIO_SUBTYPE_ACK
;
in process_ver_info()
370
case
VIO_SUBTYPE_ACK
:
in process_ver()
476
pkt->tag.stype =
VIO_SUBTYPE_ACK
;
in process_dreg_info()
551
case
VIO_SUBTYPE_ACK
:
in process_dreg()
587
pkt->tag.stype =
VIO_SUBTYPE_ACK
;
in process_rdx_info()
623
case
VIO_SUBTYPE_ACK
:
in process_rdx()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H
A
D
viohs.c
295
pkt->tag.stype =
VIO_SUBTYPE_ACK
;
in process_ver_info()
370
case
VIO_SUBTYPE_ACK
:
in process_ver()
476
pkt->tag.stype =
VIO_SUBTYPE_ACK
;
in process_dreg_info()
549
case
VIO_SUBTYPE_ACK
:
in process_dreg()
585
pkt->tag.stype =
VIO_SUBTYPE_ACK
;
in process_rdx_info()
621
case
VIO_SUBTYPE_ACK
:
in process_rdx()
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
H
A
D
sunvnet_common.c
219
pkt->tag.stype =
VIO_SUBTYPE_ACK
;
in handle_attr_info()
248
case
VIO_SUBTYPE_ACK
:
in sunvnet_handle_attr_common()
475
.stype =
VIO_SUBTYPE_ACK
,
in vnet_send_ack()
745
if (pkt->tag.stype !=
VIO_SUBTYPE_ACK
)
in handle_mcast()
888
} else if (msgbuf.tag.stype ==
VIO_SUBTYPE_ACK
) {
in vnet_event_napi()
1418
* sends a
VIO_SUBTYPE_ACK
for VIO_DRING_STOPPED.
in sunvnet_start_xmit_common()
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/
H
A
D
sunvnet_common.c
220
pkt->tag.stype =
VIO_SUBTYPE_ACK
;
in handle_attr_info()
249
case
VIO_SUBTYPE_ACK
:
in sunvnet_handle_attr_common()
476
.stype =
VIO_SUBTYPE_ACK
,
in vnet_send_ack()
746
if (pkt->tag.stype !=
VIO_SUBTYPE_ACK
)
in handle_mcast()
889
} else if (msgbuf.tag.stype ==
VIO_SUBTYPE_ACK
) {
in vnet_event_napi()
1419
* sends a
VIO_SUBTYPE_ACK
for VIO_DRING_STOPPED.
in sunvnet_start_xmit_common()
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H
A
D
vio.h
25
#define
VIO_SUBTYPE_ACK
0x02
macro
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H
A
D
vio.h
25
#define
VIO_SUBTYPE_ACK
0x02
macro
/kernel/linux/linux-5.10/drivers/block/
H
A
D
sunvdc.c
256
if (pkt->tag.stype ==
VIO_SUBTYPE_ACK
) {
in vdc_handle_attr()
403
if (msgbuf.tag.stype ==
VIO_SUBTYPE_ACK
)
in vdc_event()
/kernel/linux/linux-6.6/drivers/block/
H
A
D
sunvdc.c
258
if (pkt->tag.stype ==
VIO_SUBTYPE_ACK
) {
in vdc_handle_attr()
405
if (msgbuf.tag.stype ==
VIO_SUBTYPE_ACK
)
in vdc_event()
Completed in 15 milliseconds