OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next_to_use
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/ena-com/
ena_com.h
185
u16
next_to_use
;
member in struct:ena_com_io_bounce_buffer_control
1103
(bounce_buf_ctrl->
next_to_use
++ & (buffers_num - 1)) * size;
1106
(bounce_buf_ctrl->
next_to_use
& (buffers_num - 1)) * size);
ena_com.c
385
io_sq->bounce_buf_ctrl.
next_to_use
= 0;
/src/sys/dev/pci/
if_ena.c
699
tx_ring->
next_to_use
= 0;
882
rx_ring->
next_to_use
= 0;
1101
uint16_t
next_to_use
, req_id;
local in function:ena_refill_rx_bufs
1108
next_to_use
= rx_ring->
next_to_use
;
1114
"RX buffer - next to use: %d",
next_to_use
);
1116
req_id = rx_ring->free_rx_ids[
next_to_use
];
1138
next_to_use
= ENA_RX_RING_IDX_NEXT(
next_to_use
,
1153
rx_ring->
next_to_use
= next_to_use
2802
uint16_t
next_to_use
;
local in function:ena_xmit_mbuf
[
all
...]
if_enavar.h
293
uint16_t
next_to_use
;
member in struct:ena_ring
Completed in 16 milliseconds
Indexes created Wed Oct 15 02:09:48 GMT 2025