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

  /src/sys/dev/pci/
if_bge.c 4489 int tosync; local in function:bge_rxeof
4506 tosync = rx_prod - rx_cons;
4508 if (tosync != 0)
4509 rnd_add_uint32(&sc->rnd_source, tosync);
4513 if (tosync < 0) {
4518 tosync = rx_prod;
4522 if (tosync != 0) {
4524 toff, tosync * sizeof(struct bge_rx_bd),
4660 int tosync; local in function:bge_txeof
4673 tosync = hw_cons_idx - sc->bge_tx_saved_considx
    [all...]

Completed in 14 milliseconds