OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:drv_openings
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ata/
ata.c
1205
const uint8_t
drv_openings
= ISSET(xfer->c_flags, C_NCQ)
local
1206
? drvp->
drv_openings
: ATA_MAX_OPENINGS;
1207
if (chq->queue_active >= MIN(chq_openings,
drv_openings
)) {
1218
/* Slot allocation can fail if
drv_openings
< ch_openings */
1219
if (!ata_queue_alloc_slot(chp, &xfer->c_slot,
drv_openings
))
2120
drvp->
drv_openings
= 1;
2124
drvp->
drv_openings
=
2126
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
Completed in 15 milliseconds
Indexes created Fri Aug 28 00:25:22 UTC 2026