Home | History | Annotate | Download | only in pci

Lines Matching defs:tosync

4491 	int tosync;
4508 tosync = rx_prod - rx_cons;
4510 if (tosync != 0)
4511 rnd_add_uint32(&sc->rnd_source, tosync);
4515 if (tosync < 0) {
4520 tosync = rx_prod;
4524 if (tosync != 0) {
4526 toff, tosync * sizeof(struct bge_rx_bd),
4662 int tosync;
4675 tosync = hw_cons_idx - sc->bge_tx_saved_considx;
4677 if (tosync != 0)
4678 rnd_add_uint32(&sc->rnd_source, tosync);
4682 if (tosync < 0) {
4687 tosync = hw_cons_idx;
4691 if (tosync != 0) {
4693 toff, tosync * sizeof(struct bge_tx_bd),