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:bounce_buf_ctrl
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/amazon/ena/
H
A
D
ena_com.h
172
struct ena_com_io_bounce_buffer_control
bounce_buf_ctrl
;
member
974
static inline u8 *ena_com_get_next_bounce_buffer(struct ena_com_io_bounce_buffer_control *
bounce_buf_ctrl
)
in ena_com_get_next_bounce_buffer()
argument
979
size =
bounce_buf_ctrl
->buffer_size;
in ena_com_get_next_bounce_buffer()
980
buffers_num =
bounce_buf_ctrl
->buffers_num;
in ena_com_get_next_bounce_buffer()
982
buf =
bounce_buf_ctrl
->base_buffer +
in ena_com_get_next_bounce_buffer()
983
(
bounce_buf_ctrl
->next_to_use++ & (buffers_num - 1)) * size;
in ena_com_get_next_bounce_buffer()
985
prefetchw(
bounce_buf_ctrl
->base_buffer +
in ena_com_get_next_bounce_buffer()
986
(
bounce_buf_ctrl
->next_to_use & (buffers_num - 1)) * size);
in ena_com_get_next_bounce_buffer()
H
A
D
ena_com.c
349
io_sq->
bounce_buf_ctrl
.buffer_size =
in ena_com_init_io_sq()
351
io_sq->
bounce_buf_ctrl
.buffers_num =
in ena_com_init_io_sq()
353
io_sq->
bounce_buf_ctrl
.next_to_use = 0;
in ena_com_init_io_sq()
355
size = io_sq->
bounce_buf_ctrl
.buffer_size *
in ena_com_init_io_sq()
356
io_sq->
bounce_buf_ctrl
.buffers_num;
in ena_com_init_io_sq()
360
io_sq->
bounce_buf_ctrl
.base_buffer =
in ena_com_init_io_sq()
363
if (!io_sq->
bounce_buf_ctrl
.base_buffer)
in ena_com_init_io_sq()
364
io_sq->
bounce_buf_ctrl
.base_buffer =
in ena_com_init_io_sq()
367
if (!io_sq->
bounce_buf_ctrl
.base_buffer) {
in ena_com_init_io_sq()
377
ena_com_get_next_bounce_buffer(&io_sq->
bounce_buf_ctrl
);
in ena_com_init_io_sq()
[all...]
H
A
D
ena_eth_com.c
156
ena_com_get_next_bounce_buffer(&io_sq->
bounce_buf_ctrl
);
in ena_com_close_bounce_buffer()
187
ena_com_get_next_bounce_buffer(&io_sq->
bounce_buf_ctrl
);
in ena_com_sq_update_llq_tail()
/kernel/linux/linux-6.6/drivers/net/ethernet/amazon/ena/
H
A
D
ena_com.h
172
struct ena_com_io_bounce_buffer_control
bounce_buf_ctrl
;
member
1008
static inline u8 *ena_com_get_next_bounce_buffer(struct ena_com_io_bounce_buffer_control *
bounce_buf_ctrl
)
in ena_com_get_next_bounce_buffer()
argument
1013
size =
bounce_buf_ctrl
->buffer_size;
in ena_com_get_next_bounce_buffer()
1014
buffers_num =
bounce_buf_ctrl
->buffers_num;
in ena_com_get_next_bounce_buffer()
1016
buf =
bounce_buf_ctrl
->base_buffer +
in ena_com_get_next_bounce_buffer()
1017
(
bounce_buf_ctrl
->next_to_use++ & (buffers_num - 1)) * size;
in ena_com_get_next_bounce_buffer()
1019
prefetchw(
bounce_buf_ctrl
->base_buffer +
in ena_com_get_next_bounce_buffer()
1020
(
bounce_buf_ctrl
->next_to_use & (buffers_num - 1)) * size);
in ena_com_get_next_bounce_buffer()
H
A
D
ena_com.c
359
io_sq->
bounce_buf_ctrl
.buffer_size =
in ena_com_init_io_sq()
361
io_sq->
bounce_buf_ctrl
.buffers_num =
in ena_com_init_io_sq()
363
io_sq->
bounce_buf_ctrl
.next_to_use = 0;
in ena_com_init_io_sq()
365
size = io_sq->
bounce_buf_ctrl
.buffer_size *
in ena_com_init_io_sq()
366
io_sq->
bounce_buf_ctrl
.buffers_num;
in ena_com_init_io_sq()
370
io_sq->
bounce_buf_ctrl
.base_buffer =
in ena_com_init_io_sq()
373
if (!io_sq->
bounce_buf_ctrl
.base_buffer)
in ena_com_init_io_sq()
374
io_sq->
bounce_buf_ctrl
.base_buffer =
in ena_com_init_io_sq()
377
if (!io_sq->
bounce_buf_ctrl
.base_buffer) {
in ena_com_init_io_sq()
388
ena_com_get_next_bounce_buffer(&io_sq->
bounce_buf_ctrl
);
in ena_com_init_io_sq()
[all...]
H
A
D
ena_eth_com.c
164
ena_com_get_next_bounce_buffer(&io_sq->
bounce_buf_ctrl
);
in ena_com_close_bounce_buffer()
198
ena_com_get_next_bounce_buffer(&io_sq->
bounce_buf_ctrl
);
in ena_com_sq_update_llq_tail()
Completed in 11 milliseconds