OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tosync
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/pci/
if_bge.c
4489
int
tosync
;
local
4506
tosync
= rx_prod - rx_cons;
4508
if (
tosync
!= 0)
4509
rnd_add_uint32(&sc->rnd_source,
tosync
);
4513
if (
tosync
< 0) {
4518
tosync
= rx_prod;
4522
if (
tosync
!= 0) {
4524
toff,
tosync
* sizeof(struct bge_rx_bd),
4660
int
tosync
;
local
4673
tosync
= hw_cons_idx - sc->bge_tx_saved_considx
[
all
...]
Completed in 113 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026