OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ATA_ITSDONE
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/dev/ata/
ata_wdc.c
624
return (xfer->c_bio.flags &
ATA_ITSDONE
) ? ATAPOLL_DONE : ATAPOLL_AGAIN;
801
ata_bio->flags |=
ATA_ITSDONE
;
846
ata_bio->flags |=
ATA_ITSDONE
;
atavar.h
46
#define
ATA_ITSDONE
0x0004 /* the transfer is as done as it gets */
/src/sys/dev/ic/
siisata.c
1247
if (xfer->c_bio.flags &
ATA_ITSDONE
)
1253
if ((xfer->c_bio.flags &
ATA_ITSDONE
) == 0) {
1285
ata_bio->flags |=
ATA_ITSDONE
;
1338
ata_bio->flags |=
ATA_ITSDONE
;
ahcisata_core.c
1487
if (xfer->c_bio.flags &
ATA_ITSDONE
)
1501
if ((xfer->c_bio.flags &
ATA_ITSDONE
) == 0) {
1526
ata_bio->flags |=
ATA_ITSDONE
;
1576
ata_bio->flags |=
ATA_ITSDONE
;
mvsata.c
1264
return (xfer->c_bio.flags &
ATA_ITSDONE
) ? ATAPOLL_DONE : ATAPOLL_AGAIN;
1420
ata_bio->flags |=
ATA_ITSDONE
;
1475
ata_bio->flags |=
ATA_ITSDONE
;
Completed in 18 milliseconds
Indexes created Thu Oct 23 22:10:10 GMT 2025