if_bge.c | 4491 int tosync; local in function:bge_rxeof 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; local in function:bge_txeof 4675 tosync = hw_cons_idx - sc->bge_tx_saved_considx [all...] |