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:buff_info
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeon_ep/
H
A
D
octep_rx.c
54
oq->
buff_info
[i].page = page;
in octep_oq_fill_ring_buffers()
64
put_page(oq->
buff_info
[i].page);
in octep_oq_fill_ring_buffers()
65
oq->
buff_info
[i].page = NULL;
in octep_oq_fill_ring_buffers()
104
oq->
buff_info
[refill_idx].page = page;
in octep_oq_refill()
161
oq->
buff_info
= vcalloc(oq->max_count, OCTEP_OQ_RECVBUF_SIZE);
in octep_setup_oq()
162
if (unlikely(!oq->
buff_info
)) {
in octep_setup_oq()
178
vfree(oq->
buff_info
);
in octep_setup_oq()
179
oq->
buff_info
= NULL;
in octep_setup_oq()
203
if (!oq->desc_ring || !oq->
buff_info
)
in octep_oq_free_ring_buffers()
207
if (oq->
buff_info
[
in octep_oq_free_ring_buffers()
356
struct octep_rx_buffer *
buff_info
;
__octep_oq_process_rx()
local
[all...]
H
A
D
octep_tx.c
49
tx_buffer = iq->
buff_info
+ fi;
in octep_iq_process_completions()
114
tx_buffer = iq->
buff_info
+ fi;
in octep_iq_free_pending()
222
iq->
buff_info
= vzalloc(buff_info_size);
in octep_setup_iq()
223
if (!iq->
buff_info
) {
in octep_setup_iq()
233
tx_buffer = &iq->
buff_info
[i];
in octep_setup_iq()
273
vfree(iq->
buff_info
);
in octep_free_iq()
H
A
D
octep_rx.h
151
struct octep_rx_buffer *
buff_info
;
member
H
A
D
octep_tx.h
184
struct octep_tx_buffer *
buff_info
;
member
H
A
D
octep_main.c
659
tx_buffer = iq->
buff_info
+ wi;
in octep_start_xmit()
Completed in 4 milliseconds