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:cvmx_buf_ptr
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/
H
A
D
cvmx-helper-util.h
129
union
cvmx_buf_ptr
buffer_ptr;
in cvmx_helper_free_packet_data()
130
union
cvmx_buf_ptr
next_buffer_ptr;
in cvmx_helper_free_packet_data()
149
*(union
cvmx_buf_ptr
*) cvmx_phys_to_ptr(buffer_ptr.s.addr - 8);
in cvmx_helper_free_packet_data()
166
*(union
cvmx_buf_ptr
*) cvmx_phys_to_ptr(buffer_ptr.s.addr - 8);
in cvmx_helper_free_packet_data()
H
A
D
cvmx-packet.h
38
union
cvmx_buf_ptr
{
union
H
A
D
cvmx-pko.h
422
union
cvmx_buf_ptr
packet,
in cvmx_pko_send_packet_finish()
465
union
cvmx_buf_ptr
packet,
in cvmx_pko_send_packet_finish3()
H
A
D
cvmx-wqe.h
574
union
cvmx_buf_ptr
packet_ptr;
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/
H
A
D
cvmx-helper-util.h
129
union
cvmx_buf_ptr
buffer_ptr;
in cvmx_helper_free_packet_data()
130
union
cvmx_buf_ptr
next_buffer_ptr;
in cvmx_helper_free_packet_data()
149
*(union
cvmx_buf_ptr
*) cvmx_phys_to_ptr(buffer_ptr.s.addr - 8);
in cvmx_helper_free_packet_data()
166
*(union
cvmx_buf_ptr
*) cvmx_phys_to_ptr(buffer_ptr.s.addr - 8);
in cvmx_helper_free_packet_data()
H
A
D
cvmx-packet.h
38
union
cvmx_buf_ptr
{
union
H
A
D
cvmx-pko.h
421
union
cvmx_buf_ptr
packet,
in cvmx_pko_send_packet_finish()
464
union
cvmx_buf_ptr
packet,
in cvmx_pko_send_packet_finish3()
H
A
D
cvmx-wqe.h
574
union
cvmx_buf_ptr
packet_ptr;
/kernel/linux/linux-5.10/drivers/staging/octeon/
H
A
D
ethernet-util.h
14
static inline void *cvm_oct_get_buffer_ptr(union
cvmx_buf_ptr
packet_ptr)
in cvm_oct_get_buffer_ptr()
H
A
D
ethernet-rx.c
145
union
cvmx_buf_ptr
segment_ptr = work->packet_ptr;
in copy_segments_to_skb()
150
union
cvmx_buf_ptr
next_ptr;
in copy_segments_to_skb()
152
next_ptr = *(union
cvmx_buf_ptr
*)
in copy_segments_to_skb()
H
A
D
ethernet.c
179
union
cvmx_buf_ptr
segment_ptr = work->packet_ptr;
in cvm_oct_free_work()
182
union
cvmx_buf_ptr
next_ptr = *(union
cvmx_buf_ptr
*)
in cvm_oct_free_work()
H
A
D
octeon-stubs.h
175
union
cvmx_buf_ptr
{
union
191
union
cvmx_buf_ptr
packet_ptr;
1391
union
cvmx_buf_ptr
packet, cvmx_pko_lock_t use_locking)
in cvmx_pko_send_packet_finish()
H
A
D
ethernet-tx.c
131
union
cvmx_buf_ptr
hw_buffer;
in cvm_oct_xmit()
/kernel/linux/linux-6.6/drivers/staging/octeon/
H
A
D
ethernet-util.h
14
static inline void *cvm_oct_get_buffer_ptr(union
cvmx_buf_ptr
packet_ptr)
in cvm_oct_get_buffer_ptr()
H
A
D
ethernet-rx.c
145
union
cvmx_buf_ptr
segment_ptr = work->packet_ptr;
in copy_segments_to_skb()
150
union
cvmx_buf_ptr
next_ptr;
in copy_segments_to_skb()
152
next_ptr = *(union
cvmx_buf_ptr
*)
in copy_segments_to_skb()
H
A
D
ethernet.c
179
union
cvmx_buf_ptr
segment_ptr = work->packet_ptr;
in cvm_oct_free_work()
182
union
cvmx_buf_ptr
next_ptr = *(union
cvmx_buf_ptr
*)
in cvm_oct_free_work()
H
A
D
octeon-stubs.h
175
union
cvmx_buf_ptr
{
union
191
union
cvmx_buf_ptr
packet_ptr;
1389
union
cvmx_buf_ptr
packet, cvmx_pko_lock_t use_locking)
in cvmx_pko_send_packet_finish()
H
A
D
ethernet-tx.c
129
union
cvmx_buf_ptr
hw_buffer;
in cvm_oct_xmit()
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/executive/
H
A
D
cvmx-helper.c
786
union
cvmx_buf_ptr
g_buffer, pkt_buffer;
in __cvmx_helper_errata_fix_ipd_ptr_alignment()
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/executive/
H
A
D
cvmx-helper.c
792
union
cvmx_buf_ptr
g_buffer, pkt_buffer;
in __cvmx_helper_errata_fix_ipd_ptr_alignment()
Completed in 24 milliseconds