OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:next_to_clean
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/pci/igc/
if_igc.h
294
uint32_t
next_to_clean
;
member in struct:tx_ring
/src/sys/dev/pci/
if_ena.c
700
tx_ring->
next_to_clean
= 0;
881
rx_ring->
next_to_clean
= 0;
1395
uint16_t
next_to_clean
;
local
1409
next_to_clean
= tx_ring->
next_to_clean
;
1442
tx_ring->free_tx_ids[
next_to_clean
] = req_id;
1443
next_to_clean
= ENA_TX_RING_IDX_NEXT(
next_to_clean
,
1449
tx_ring->
next_to_clean
=
next_to_clean
;
1694
uint16_t
next_to_clean
;
local
[
all
...]
if_enavar.h
294
uint16_t
next_to_clean
;
member in struct:ena_ring
/src/sys/dev/pci/ixgbe/
ixgbe.h
368
u16
next_to_clean
;
member in struct:tx_ring
Completed in 33 milliseconds
Indexes created Wed Jun 24 00:24:50 UTC 2026