OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:C_NCQ
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/dev/ata/
ata_subr.c
116
if (xfer && ISSET(xfer->c_flags,
C_NCQ
)) {
ata.c
1152
if (!ISSET(xfer->c_flags,
C_NCQ
) ||
1153
!ISSET(axfer->c_flags,
C_NCQ
) ||
1167
const uint8_t drv_openings = ISSET(xfer->c_flags,
C_NCQ
)
1200
if (ISSET(xfer->c_flags,
C_NCQ
))
2335
if ((xfer->c_flags &
C_NCQ
) == 0) {
atavar.h
198
#define
C_NCQ
0x0100 /* command is queued */
wd.c
770
xfer->c_flags |=
C_NCQ
;
788
if ((xfer->c_flags &
C_NCQ
) == 0)
/src/sys/dev/ic/
ahcisata_core.c
1464
if (xfer->c_flags &
C_NCQ
)
1597
if ((xfer->c_flags &
C_NCQ
) != 0) {
siisata.c
1350
if ((xfer->c_flags &
C_NCQ
) != 0 && ata_bio->flags & ATA_READ)
mvsata.c
1078
dmamode = (xfer->c_flags &
C_NCQ
) ? ncq : dma;
Completed in 21 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025