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

  /src/sys/dev/pci/
if_vioif.c 269 bool txc_no_free_slots; member in struct:vioif_tx_context
1520 txc->txc_no_free_slots = false;
1999 txc->txc_no_free_slots)
2006 txc->txc_no_free_slots = true;
2150 txc->txc_no_free_slots = false;
2202 if (txc->txc_no_free_slots && ndeq > 0) {
2203 txc->txc_no_free_slots = false;

Completed in 12 milliseconds