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

  /src/sys/dev/ata/
ata_subr.c 77 chq->queue_xfers_avail = __BIT(chq->queue_openings) - 1;
88 KASSERTMSG(hwslot < chq->queue_openings, "hwslot %d > openings %d",
89 hwslot, chq->queue_openings);
171 chq->queue_openings = openings;
295 chq->queue_active, chq->queue_freeze, chq->queue_openings);
307 KASSERT(chq->queue_active < chq->queue_openings);
314 mask = __BIT(MIN(chq->queue_openings, drv_openings)) - 1;
382 return chp->ch_queue->queue_openings;
ata.c 1164 KASSERT(chq->queue_active <= chq->queue_openings);
1165 const uint8_t chq_openings = (!skipq && chq->queue_openings > 1)
1166 ? (chq->queue_openings - 1) : chq->queue_openings;
1223 if (!skipq && chq->queue_active < chq->queue_openings)
1761 ATA_REAL_OPENINGS(chp->ch_queue->queue_openings),
atavar.h 230 uint8_t queue_openings; /* max number of active xfers */ member in struct:ata_queue

Completed in 391 milliseconds