OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bounce_buf_ctrl
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/ena-com/
ena_com.h
211
struct ena_com_io_bounce_buffer_control
bounce_buf_ctrl
;
member in struct:ena_com_io_sq
1094
static inline u8 *ena_com_get_next_bounce_buffer(struct ena_com_io_bounce_buffer_control *
bounce_buf_ctrl
)
1099
size =
bounce_buf_ctrl
->buffer_size;
1100
buffers_num =
bounce_buf_ctrl
->buffers_num;
1102
buf =
bounce_buf_ctrl
->base_buffer +
1103
(
bounce_buf_ctrl
->next_to_use++ & (buffers_num - 1)) * size;
1105
prefetch(
bounce_buf_ctrl
->base_buffer +
1106
(
bounce_buf_ctrl
->next_to_use & (buffers_num - 1)) * size);
ena_com.h
211
struct ena_com_io_bounce_buffer_control
bounce_buf_ctrl
;
member in struct:ena_com_io_sq
1094
static inline u8 *ena_com_get_next_bounce_buffer(struct ena_com_io_bounce_buffer_control *
bounce_buf_ctrl
)
1099
size =
bounce_buf_ctrl
->buffer_size;
1100
buffers_num =
bounce_buf_ctrl
->buffers_num;
1102
buf =
bounce_buf_ctrl
->base_buffer +
1103
(
bounce_buf_ctrl
->next_to_use++ & (buffers_num - 1)) * size;
1105
prefetch(
bounce_buf_ctrl
->base_buffer +
1106
(
bounce_buf_ctrl
->next_to_use & (buffers_num - 1)) * size);
ena_com.h
211
struct ena_com_io_bounce_buffer_control
bounce_buf_ctrl
;
member in struct:ena_com_io_sq
1094
static inline u8 *ena_com_get_next_bounce_buffer(struct ena_com_io_bounce_buffer_control *
bounce_buf_ctrl
)
1099
size =
bounce_buf_ctrl
->buffer_size;
1100
buffers_num =
bounce_buf_ctrl
->buffers_num;
1102
buf =
bounce_buf_ctrl
->base_buffer +
1103
(
bounce_buf_ctrl
->next_to_use++ & (buffers_num - 1)) * size;
1105
prefetch(
bounce_buf_ctrl
->base_buffer +
1106
(
bounce_buf_ctrl
->next_to_use & (buffers_num - 1)) * size);
ena_com.h
211
struct ena_com_io_bounce_buffer_control
bounce_buf_ctrl
;
member in struct:ena_com_io_sq
1094
static inline u8 *ena_com_get_next_bounce_buffer(struct ena_com_io_bounce_buffer_control *
bounce_buf_ctrl
)
1099
size =
bounce_buf_ctrl
->buffer_size;
1100
buffers_num =
bounce_buf_ctrl
->buffers_num;
1102
buf =
bounce_buf_ctrl
->base_buffer +
1103
(
bounce_buf_ctrl
->next_to_use++ & (buffers_num - 1)) * size;
1105
prefetch(
bounce_buf_ctrl
->base_buffer +
1106
(
bounce_buf_ctrl
->next_to_use & (buffers_num - 1)) * size);
Completed in 91 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025