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

  /src/sys/dev/ic/
osiopvar.h 78 #define OSIOP_NSG (16 + 1)
79 #if MAXPHYS > (PAGE_SIZE * (OSIOP_NSG - 1))
80 #define OSIOP_MAX_XFER (PAGE_SIZE * (OSIOP_NSG - 1))
106 buf_table_t data[OSIOP_NSG]; /* 64: DMA S/G buffers */
107 /* (8 * OSIOP_NSG == 136bytes) */
osiop.c 270 err = bus_dmamap_create(sc->sc_dmat, OSIOP_MAX_XFER, OSIOP_NSG,
1380 if (n < 0 || n >= OSIOP_NSG)
1414 for (i = 0; i < OSIOP_NSG; i++) {
1422 if (i >= OSIOP_NSG || ds->data[i].count == 0) {
1439 i < OSIOP_NSG && ds->data[i].count > 0;
1452 if (j < OSIOP_NSG) {

Completed in 90 milliseconds