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:PACKET_EMPTY
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wan/
H
A
D
wanxl.c
169
case
PACKET_EMPTY
:
in wanxl_tx_intr()
182
desc->stat =
PACKET_EMPTY
; /* Free descriptor */
in wanxl_tx_intr()
197
desc->stat !=
PACKET_EMPTY
) {
in wanxl_rx_intr()
237
desc->stat =
PACKET_EMPTY
; /* Free descriptor */
in wanxl_rx_intr()
279
if (desc->stat !=
PACKET_EMPTY
) {
in wanxl_xmit()
304
if (get_status(port)->tx_descs[port->tx_out].stat !=
PACKET_EMPTY
) {
in wanxl_xmit()
408
get_status(port)->tx_descs[i].stat =
PACKET_EMPTY
;
in wanxl_open()
453
if (desc->stat !=
PACKET_EMPTY
) {
in wanxl_close()
454
desc->stat =
PACKET_EMPTY
;
in wanxl_close()
H
A
D
wanxl.h
34
#define
PACKET_EMPTY
0x00
macro
H
A
D
wanxlfw.S
514
cmpl #
PACKET_EMPTY
, (%d2) // desc stat
/kernel/linux/linux-6.6/drivers/net/wan/
H
A
D
wanxl.c
185
case
PACKET_EMPTY
:
in wanxl_tx_intr()
198
desc->stat =
PACKET_EMPTY
; /* Free descriptor */
in wanxl_tx_intr()
212
desc->stat !=
PACKET_EMPTY
) {
in wanxl_rx_intr()
252
desc->stat =
PACKET_EMPTY
; /* Free descriptor */
in wanxl_rx_intr()
289
if (desc->stat !=
PACKET_EMPTY
) {
in wanxl_xmit()
314
if (get_status(port)->tx_descs[port->tx_out].stat !=
PACKET_EMPTY
) {
in wanxl_xmit()
411
get_status(port)->tx_descs[i].stat =
PACKET_EMPTY
;
in wanxl_open()
454
if (desc->stat !=
PACKET_EMPTY
) {
in wanxl_close()
455
desc->stat =
PACKET_EMPTY
;
in wanxl_close()
H
A
D
wanxl.h
34
#define
PACKET_EMPTY
0x00
macro
H
A
D
wanxlfw.S
514
cmpl #
PACKET_EMPTY
, (%d2) // desc stat
Completed in 6 milliseconds