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

  /src/sys/dev/pci/
if_bge.c 4670 const uint16_t hw_cons_idx = local in function:bge_txeof
4673 tosync = hw_cons_idx - sc->bge_tx_saved_considx;
4685 tosync = hw_cons_idx;
4699 while (sc->bge_tx_saved_considx != hw_cons_idx) {

Completed in 15 milliseconds