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

  /src/sys/dev/pci/bktr/
bktr_reg.h 466 int vbisize; /* Number of bytes in the circular buffer */ member in struct:bktr_softc
bktr_core.c 587 bktr->vbisize = 0;
645 * vbisize is the number of bytes in the circular buffer
654 if (bktr->vbisize + VBI_DATA_SIZE > VBI_BUFFER_SIZE) return;
679 bktr->vbisize = bktr->vbisize + VBI_DATA_SIZE;
1089 bktr->vbisize = 0;
1243 * vbisize is the exact number of bytes in the buffer left to read
1252 while(bktr->vbisize == 0) {
1270 if (readsize > bktr->vbisize) readsize = bktr->vbisize;
    [all...]
bktr_os.c 836 if(bktr->vbisize == 0)
1298 if(bktr->vbisize == 0)

Completed in 16 milliseconds