OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:drv_openings
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ata/
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
Completed in 14 milliseconds
Indexes created Wed Sep 24 22:09:59 GMT 2025