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

  /src/sys/dev/pci/
veritefbio.h 121 uint32_t vf_count; /* 1..VFB_DBG_FIFO_MAX */ member in struct:veritefb_dbg_fifowr
veritefb.c 1716 if (vf->vf_count < 1 ||
1717 vf->vf_count > VFB_DBG_FIFO_MAX)
1726 error = veritefb_waitfifo_raw(sc, vf->vf_count,
1730 for (i = 0; i < vf->vf_count; i++)

Completed in 64 milliseconds