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:TXD_OWN
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/sunplus/
H
A
D
spl2sw_define.h
180
#define
TXD_OWN
BIT(31)
macro
H
A
D
spl2sw_int.c
155
if (cmd &
TXD_OWN
)
in spl2sw_tx_poll()
H
A
D
spl2sw_driver.c
110
cmd1 =
TXD_OWN
| TXD_SOP | TXD_EOP | (mac->to_vlan << 12) |
in spl2sw_ethernet_start_xmit()
119
wmb(); /* Set
TXD_OWN
after other fields are effective. */
in spl2sw_ethernet_start_xmit()
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
H
A
D
sunqe.h
282
#define
TXD_OWN
0x80000000 /* Ownership. */
macro
H
A
D
sunbmac.h
242
#define
TXD_OWN
0x80000000 /* Ownership. */
macro
H
A
D
sunqe.c
540
if (flags &
TXD_OWN
)
in qe_tx_reclaim()
599
(
TXD_OWN
| TXD_SOP | TXD_EOP | (len & TXD_LENGTH));
in qe_start_xmit()
H
A
D
sunbmac.c
773
if (this->tx_flags &
TXD_OWN
)
in bigmac_tx()
972
(
TXD_OWN
| TXD_SOP | TXD_EOP | (len & TXD_LENGTH));
in bigmac_start_xmit()
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/
H
A
D
sunqe.h
282
#define
TXD_OWN
0x80000000 /* Ownership. */
macro
H
A
D
sunbmac.h
242
#define
TXD_OWN
0x80000000 /* Ownership. */
macro
H
A
D
sunqe.c
540
if (flags &
TXD_OWN
)
in qe_tx_reclaim()
599
(
TXD_OWN
| TXD_SOP | TXD_EOP | (len & TXD_LENGTH));
in qe_start_xmit()
H
A
D
sunbmac.c
773
if (this->tx_flags &
TXD_OWN
)
in bigmac_tx()
972
(
TXD_OWN
| TXD_SOP | TXD_EOP | (len & TXD_LENGTH));
in bigmac_start_xmit()
Completed in 13 milliseconds