OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_rx
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
rtl81x9.c
917
uint16_t cur_rx,
new_rx
;
local in function:rtk_rxeof
1012
new_rx
= total_len - wrap;
1014
new_rx
= cur_rx + total_len;
1016
new_rx
= roundup2(
new_rx
, sizeof(uint32_t)) % RTK_RXBUFLEN;
1078
CSR_WRITE_2(sc, RTK_CURRXADDR, (
new_rx
- 16) % RTK_RXBUFLEN);
1079
cur_rx =
new_rx
;
rtl81x9.c
917
uint16_t cur_rx,
new_rx
;
local in function:rtk_rxeof
1012
new_rx
= total_len - wrap;
1014
new_rx
= cur_rx + total_len;
1016
new_rx
= roundup2(
new_rx
, sizeof(uint32_t)) % RTK_RXBUFLEN;
1078
CSR_WRITE_2(sc, RTK_CURRXADDR, (
new_rx
- 16) % RTK_RXBUFLEN);
1079
cur_rx =
new_rx
;
Completed in 24 milliseconds
Indexes created Sun Sep 28 07:09:56 GMT 2025