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

  /src/sys/dev/ata/
ata_subr.c 301 uint8_t drv_openings)
314 mask = __BIT(MIN(chq->queue_openings, drv_openings)) - 1;
321 KASSERT(avail <= drv_openings);
ata.c 1167 const uint8_t drv_openings = ISSET(xfer->c_flags, C_NCQ) local in function:atastart
1168 ? drvp->drv_openings : ATA_MAX_OPENINGS;
1169 if (chq->queue_active >= MIN(chq_openings, drv_openings)) {
1180 /* Slot allocation can fail if drv_openings < ch_openings */
1181 if (!ata_queue_alloc_slot(chp, &xfer->c_slot, drv_openings))
2082 drvp->drv_openings = 1;
2086 drvp->drv_openings =
2088 aprint_verbose("%s NCQ (%d tags)", sep, drvp->drv_openings);
atavar.h 320 uint8_t drv_openings; /* # of command tags */ member in struct:ata_drive_datas
wd.c 330 wd->drvp->drv_openings = 1;
824 openings = uimin(openings, wd->drvp->drv_openings);

Completed in 17 milliseconds