Lines Matching defs:tosync
4490 int tosync;
4507 tosync = rx_prod - rx_cons;
4509 if (tosync != 0)
4510 rnd_add_uint32(&sc->rnd_source, tosync);
4514 if (tosync < 0) {
4519 tosync = rx_prod;
4523 if (tosync != 0) {
4525 toff, tosync * sizeof(struct bge_rx_bd),
4661 int tosync;
4674 tosync = hw_cons_idx - sc->bge_tx_saved_considx;
4676 if (tosync != 0)
4677 rnd_add_uint32(&sc->rnd_source, tosync);
4681 if (tosync < 0) {
4686 tosync = hw_cons_idx;
4690 if (tosync != 0) {
4692 toff, tosync * sizeof(struct bge_tx_bd),