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:pkt_buffer
(Results
1 - 4
of
4
) sorted by relevance
/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()
local
854
pkt_buffer
.u64 = 0;
in __cvmx_helper_errata_fix_ipd_ptr_alignment()
855
pkt_buffer
.s.addr =
in __cvmx_helper_errata_fix_ipd_ptr_alignment()
857
if (
pkt_buffer
.s.addr == 0) {
in __cvmx_helper_errata_fix_ipd_ptr_alignment()
862
pkt_buffer
.s.i = 1;
in __cvmx_helper_errata_fix_ipd_ptr_alignment()
863
pkt_buffer
.s.pool = CVMX_FPA_PACKET_POOL;
in __cvmx_helper_errata_fix_ipd_ptr_alignment()
864
pkt_buffer
.s.size = FIX_IPD_FIRST_BUFF_PAYLOAD_BYTES;
in __cvmx_helper_errata_fix_ipd_ptr_alignment()
866
p64 = (uint64_t *) cvmx_phys_to_ptr(
pkt_buffer
.s.addr);
in __cvmx_helper_errata_fix_ipd_ptr_alignment()
874
pkt_buffer
.s.size =
in __cvmx_helper_errata_fix_ipd_ptr_alignment()
878
pkt_buffer
in __cvmx_helper_errata_fix_ipd_ptr_alignment()
[all...]
/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()
local
860
pkt_buffer
.u64 = 0;
in __cvmx_helper_errata_fix_ipd_ptr_alignment()
861
pkt_buffer
.s.addr =
in __cvmx_helper_errata_fix_ipd_ptr_alignment()
863
if (
pkt_buffer
.s.addr == 0) {
in __cvmx_helper_errata_fix_ipd_ptr_alignment()
868
pkt_buffer
.s.i = 1;
in __cvmx_helper_errata_fix_ipd_ptr_alignment()
869
pkt_buffer
.s.pool = CVMX_FPA_PACKET_POOL;
in __cvmx_helper_errata_fix_ipd_ptr_alignment()
870
pkt_buffer
.s.size = FIX_IPD_FIRST_BUFF_PAYLOAD_BYTES;
in __cvmx_helper_errata_fix_ipd_ptr_alignment()
872
p64 = (uint64_t *) cvmx_phys_to_ptr(
pkt_buffer
.s.addr);
in __cvmx_helper_errata_fix_ipd_ptr_alignment()
880
pkt_buffer
.s.size =
in __cvmx_helper_errata_fix_ipd_ptr_alignment()
884
pkt_buffer
in __cvmx_helper_errata_fix_ipd_ptr_alignment()
[all...]
/kernel/linux/linux-6.6/drivers/hv/
H
A
D
ring_buffer.c
237
ring_info->
pkt_buffer
= kzalloc(max_pkt_size, GFP_KERNEL);
in hv_ringbuffer_init()
238
if (!ring_info->
pkt_buffer
)
in hv_ringbuffer_init()
256
kfree(ring_info->
pkt_buffer
);
in hv_ringbuffer_cleanup()
257
ring_info->
pkt_buffer
= NULL;
in hv_ringbuffer_cleanup()
500
desc_copy = (struct vmpacket_descriptor *)rbi->
pkt_buffer
;
in hv_pkt_iter_first()
/kernel/linux/linux-6.6/include/linux/
H
A
D
hyperv.h
186
void *
pkt_buffer
;
member
Completed in 7 milliseconds