Home
last modified time | relevance | path

Searched refs:tosync (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/dev/pci/
H A Dif_bge.c3519 int tosync; in bge_rxeof() local
3537 tosync = rx_prod - rx_cons; in bge_rxeof()
3541 if (tosync < 0) { in bge_rxeof()
3546 tosync = -tosync; in bge_rxeof()
3550 offset, tosync * sizeof (struct bge_rx_bd), in bge_rxeof()
3682 int tosync, freed, txcnt; in bge_txeof() local
3700 tosync = newcons - cons; in bge_txeof()
3704 if (tosync < 0) { in bge_txeof()
3708 tosync = -tosync; in bge_txeof()
3712 offset, tosync * sizeof (struct bge_tx_bd), in bge_txeof()