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

  /src/sys/dev/pci/
if_aq.c 1241 unsigned int txr_considx; member in struct:aq_txring
5160 txring->txr_considx = 0;
5185 txring->txr_prodidx = txring->txr_considx =
5426 if (hw_head == txring->txr_considx) {
5433 for (idx = txring->txr_considx; idx != hw_head;
5451 txring->txr_considx = idx;

Completed in 18 milliseconds