Lines Matching defs:tosync
3519 int tosync;3537 tosync = rx_prod - rx_cons;3541 if (tosync < 0) {3546 tosync = -tosync;3550 offset, tosync * sizeof (struct bge_rx_bd),3682 int tosync, freed, txcnt;3700 tosync = newcons - cons;3704 if (tosync < 0) {3708 tosync = -tosync;3712 offset, tosync * sizeof (struct bge_tx_bd),