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:RXD_OWN
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/sunplus/
H
A
D
spl2sw_int.c
44
if (cmd &
RXD_OWN
)
in spl2sw_rx_poll()
105
wmb(); /* Set
RXD_OWN
after other fields are effective. */
in spl2sw_rx_poll()
106
desc->cmd1 =
RXD_OWN
;
in spl2sw_rx_poll()
117
if (queue == 1 && !(h_desc->cmd1 &
RXD_OWN
))
in spl2sw_rx_poll()
H
A
D
spl2sw_desc.c
27
wmb(); /* Set
RXD_OWN
after other fields are ready. */
in spl2sw_rx_descs_flush()
28
rx_desc[j].cmd1 =
RXD_OWN
;
in spl2sw_rx_descs_flush()
74
wmb(); /* Clear
RXD_OWN
and then set other fields. */
in spl2sw_rx_descs_clean()
157
wmb(); /* Set
RXD_OWN
after other fields are effective. */
in spl2sw_rx_descs_init()
158
rx_desc[j].cmd1 =
RXD_OWN
;
in spl2sw_rx_descs_init()
H
A
D
spl2sw_define.h
193
#define
RXD_OWN
BIT(31)
macro
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
H
A
D
sunbmac.c
246
(
RXD_OWN
| ((RX_BUF_ALLOC_SIZE - 34) & RXD_LENGTH));
in bigmac_init_rings()
807
while (!((flags = this->rx_flags) &
RXD_OWN
)) {
in bigmac_rx()
820
(
RXD_OWN
| ((RX_BUF_ALLOC_SIZE - 34) & RXD_LENGTH));
in bigmac_rx()
846
(
RXD_OWN
| ((RX_BUF_ALLOC_SIZE - 34) & RXD_LENGTH));
in bigmac_rx()
869
(
RXD_OWN
| ((RX_BUF_ALLOC_SIZE - 34) & RXD_LENGTH));
in bigmac_rx()
H
A
D
sunqe.c
137
(
RXD_OWN
| ((RXD_PKT_SZ) & RXD_LENGTH));
in qe_init_rings()
423
while (!((flags = this->rx_flags) &
RXD_OWN
)) {
in qe_rx()
454
end_rxd->rx_flags = (
RXD_OWN
| ((RXD_PKT_SZ) & RXD_LENGTH));
in qe_rx()
H
A
D
sunqe.h
273
#define
RXD_OWN
0x80000000 /* Ownership. */
macro
H
A
D
sunbmac.h
233
#define
RXD_OWN
0x80000000 /* Ownership. */
macro
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/
H
A
D
sunbmac.c
246
(
RXD_OWN
| ((RX_BUF_ALLOC_SIZE - 34) & RXD_LENGTH));
in bigmac_init_rings()
807
while (!((flags = this->rx_flags) &
RXD_OWN
)) {
in bigmac_rx()
820
(
RXD_OWN
| ((RX_BUF_ALLOC_SIZE - 34) & RXD_LENGTH));
in bigmac_rx()
846
(
RXD_OWN
| ((RX_BUF_ALLOC_SIZE - 34) & RXD_LENGTH));
in bigmac_rx()
869
(
RXD_OWN
| ((RX_BUF_ALLOC_SIZE - 34) & RXD_LENGTH));
in bigmac_rx()
H
A
D
sunqe.c
137
(
RXD_OWN
| ((RXD_PKT_SZ) & RXD_LENGTH));
in qe_init_rings()
423
while (!((flags = this->rx_flags) &
RXD_OWN
)) {
in qe_rx()
454
end_rxd->rx_flags = (
RXD_OWN
| ((RXD_PKT_SZ) & RXD_LENGTH));
in qe_rx()
H
A
D
sunqe.h
273
#define
RXD_OWN
0x80000000 /* Ownership. */
macro
H
A
D
sunbmac.h
233
#define
RXD_OWN
0x80000000 /* Ownership. */
macro
Completed in 14 milliseconds