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:die_dt
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/renesas/
H
A
D
rswitch.c
226
if ((desc->desc.
die_dt
& DT_MASK) != DT_FEMPTY)
in rswitch_is_queue_rxed()
370
desc->desc.
die_dt
= DT_FEMPTY | DIE;
in rswitch_gwca_queue_format()
372
desc->desc.
die_dt
= DT_EEMPTY | DIE;
in rswitch_gwca_queue_format()
376
desc->desc.
die_dt
= DT_LINKFIX;
in rswitch_gwca_queue_format()
379
linkfix->
die_dt
= DT_LINKFIX;
in rswitch_gwca_queue_format()
409
desc->desc.
die_dt
= DT_FEMPTY_ND | DIE;
in rswitch_gwca_ts_queue_fill()
435
desc->desc.
die_dt
= DT_FEMPTY | DIE;
in rswitch_gwca_queue_ext_ts_fill()
438
desc->desc.
die_dt
= DT_EEMPTY | DIE;
in rswitch_gwca_queue_ext_ts_fill()
474
desc->desc.
die_dt
= DT_LINKFIX;
in rswitch_gwca_queue_ext_ts_format()
477
linkfix->
die_dt
in rswitch_gwca_queue_ext_ts_format()
[all...]
H
A
D
ravb_main.c
220
txed = desc->
die_dt
== DT_FEMPTY;
in ravb_tx_free()
242
desc->
die_dt
= DT_EEMPTY;
in ravb_tx_free()
362
rx_desc->
die_dt
= DT_FEMPTY;
in ravb_rx_ring_format_gbeth()
366
rx_desc->
die_dt
= DT_LINKFIX; /* type */
in ravb_rx_ring_format_gbeth()
392
rx_desc->
die_dt
= DT_FEMPTY;
in ravb_rx_ring_format_rcar()
396
rx_desc->
die_dt
= DT_LINKFIX; /* type */
in ravb_rx_ring_format_rcar()
422
tx_desc->
die_dt
= DT_EEMPTY;
in ravb_ring_format()
425
tx_desc->
die_dt
= DT_EEMPTY;
in ravb_ring_format()
429
tx_desc->
die_dt
= DT_LINKFIX; /* type */
in ravb_ring_format()
433
desc->
die_dt
in ravb_ring_format()
778
u8
die_dt
;
ravb_rx_gbeth()
local
[all...]
H
A
D
ravb.h
881
u8
die_dt
; /* Descriptor interrupt enable and type */
member
909
u8
die_dt
; /* Descriptor interrupt enable and type */
member
916
u8
die_dt
; /* Descriptor interrupt enable and type */
member
946
u8
die_dt
; /* Descriptor interrupt enable and type */
member
H
A
D
rswitch.h
888
u8
die_dt
; /* Descriptor interrupt enable and type */
member
/kernel/linux/linux-5.10/drivers/net/ethernet/renesas/
H
A
D
ravb_main.c
190
txed = desc->
die_dt
== DT_FEMPTY;
in ravb_tx_free()
212
desc->
die_dt
= DT_EEMPTY;
in ravb_tx_free()
306
rx_desc->
die_dt
= DT_FEMPTY;
in ravb_ring_format()
310
rx_desc->
die_dt
= DT_LINKFIX; /* type */
in ravb_ring_format()
316
tx_desc->
die_dt
= DT_EEMPTY;
in ravb_ring_format()
319
tx_desc->
die_dt
= DT_EEMPTY;
in ravb_ring_format()
323
tx_desc->
die_dt
= DT_LINKFIX; /* type */
in ravb_ring_format()
327
desc->
die_dt
= DT_LINKFIX; /* type */
in ravb_ring_format()
332
desc->
die_dt
= DT_LINKFIX; /* type */
in ravb_ring_format()
551
while (desc->
die_dt
!
in ravb_rx()
[all...]
H
A
D
ravb.h
870
u8
die_dt
; /* Descriptor interrupt enable and type */
member
898
u8
die_dt
; /* Descriptor interrupt enable and type */
member
905
u8
die_dt
; /* Descriptor interrupt enable and type */
member
935
u8
die_dt
; /* Descriptor interrupt enable and type */
member
Completed in 15 milliseconds