HomeSort by: relevance | last modified time | path
    Searched defs:tosync (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
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...]
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...]

Completed in 27 milliseconds