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_refresh
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/pci/ixgbe/
ixgbe.h
423
u16
next_to_refresh
;
member in struct:rx_ring
698
if (rxr->next_to_check > rxr->
next_to_refresh
)
699
return (rxr->next_to_check - rxr->
next_to_refresh
- 1);
702
rxr->
next_to_refresh
- 1);
ix_txrx.c
1361
i = rxr->
next_to_refresh
;
1362
/*
next_to_refresh
points to the previous one */
1406
/*
next_to_refresh
points to the previous one */
1407
rxr->
next_to_refresh
= i;
1414
IXGBE_WRITE_REG(&sc->hw, rxr->tail, rxr->
next_to_refresh
);
1584
rxr->
next_to_refresh
= sc->num_rx_desc - 1; /* Fully allocated */
ixv.c
2050
* Retrieves the
next_to_refresh
value
2067
val = rxr->
next_to_refresh
;
ixgbe.c
2352
* Retrieves the
next_to_refresh
value
2369
val = rxr->
next_to_refresh
;
Completed in 25 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025