OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AT_POLL
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/dev/scsipi/
atapi_wdc.c
223
xfer->c_ata_c.flags = AT_WAIT |
AT_POLL
;
485
int wait_flags = (sc_xfer->xs_control & XS_CTL_POLL) ?
AT_POLL
: 0;
796
(irq == 0) ? sc_xfer->timeout : 0,
AT_POLL
, &tfd) == WDCWAIT_TOUT) {
807
(xfer->c_flags & C_POLL) ?
AT_POLL
: 0);
824
ata_dmaerr(drvp, (xfer->c_flags & C_POLL) ?
AT_POLL
: 0);
906
(xfer->c_flags & C_POLL) ?
AT_POLL
: 0);
960
(xfer->c_flags & C_POLL) ?
AT_POLL
: 0);
1036
(xfer->c_flags & C_POLL) ?
AT_POLL
: 0);
1077
AT_POLL
, &tfd) == WDCWAIT_TOUT) {
1120
(xfer->c_flags & C_POLL) ?
AT_POLL
: 0)
[
all
...]
/src/sys/dev/ic/
wdc.c
401
AT_WAIT |
AT_POLL
, ¶ms);
412
AT_WAIT |
AT_POLL
, ¶ms);
1103
int wflags = poll ?
AT_POLL
: AT_WAIT;
1281
(flags & (AT_WAIT |
AT_POLL
)) ==
AT_POLL
)
1413
ata_c->flags |=
AT_POLL
;
1414
if (ata_c->flags &
AT_POLL
)
1432
int wait_flags = (xfer->c_flags & C_POLL) ?
AT_POLL
: 0;
1454
if (ata_c->flags &
AT_POLL
) {
1475
if ((ata_c->flags &
AT_POLL
) == 0)
[
all
...]
mvsata.c
582
ata_recovery_resume(chp, drive, tfd,
AT_POLL
);
1023
int wait_flags = (xfer->c_flags & C_POLL) ?
AT_POLL
: 0;
1168
(xfer->c_flags & C_POLL) ?
AT_POLL
: 0) != 0) {
1205
if (wdc_wait_for_drq(chp, ATA_DELAY,
AT_POLL
, &tfd) != 0) {
1325
(wdc_wait_for_unbusy(chp, (irq == 0) ? ATA_DELAY : 0,
AT_POLL
, &tfd)
1346
(xfer->c_flags & C_POLL) ?
AT_POLL
: 0);
1491
flags |=
AT_POLL
; /* XXX */
1614
if (ata_c->flags &
AT_POLL
)
1631
int wait_flags = (xfer->c_flags & C_POLL) ?
AT_POLL
: 0;
1659
if (ata_c->flags &
AT_POLL
)
[
all
...]
siisata.c
484
siisata_reset_channel(chp,
AT_POLL
);
942
if (ata_c->flags &
AT_POLL
)
1001
if ((ata_c->flags &
AT_POLL
) == 0) {
1513
siisata_reset_channel(chp,
AT_POLL
);
ahcisata_core.c
1157
if (ata_c->flags &
AT_POLL
)
1211
if (ata_c->flags &
AT_POLL
) {
1219
if ((ata_c->flags &
AT_POLL
) == 0) {
/src/sys/dev/ata/
ata_wdc.c
186
wait_flags =
AT_POLL
;
188
wait_flags = (xfer->c_flags & C_POLL) ?
AT_POLL
: 0;
341
int wait_flags = (xfer->c_flags & C_POLL) ?
AT_POLL
: 0;
562
if (wdc_wait_for_drq(chp, ATA_DELAY,
AT_POLL
, &tfd) != 0) {
669
(irq == 0) ? ATA_DELAY : 0,
AT_POLL
, &tfd) < 0) {
726
(xfer->c_flags & C_POLL) ?
AT_POLL
: 0);
atavar.h
109
#define
AT_POLL
0x0010 /* poll for command completion (no interrupts) */
ata.c
1568
if ((flags & (
AT_POLL
| AT_WAIT)) == 0) {
2183
ata_thread_run(sc->sc_chan, AT_WAIT |
AT_POLL
,
2318
if ((flags & (AT_WAIT |
AT_POLL
)) ==
AT_POLL
) {
wd.c
586
wd_standby(wd,
AT_POLL
);
938
int wflags = (xfer->c_flags & C_POLL) ?
AT_POLL
: 0;
1626
/* This will directly execute the reset due to
AT_POLL
*/
1627
ata_thread_run(wd->drvp->chnl_softc,
AT_POLL
,
1998
wd_flushcache(wd,
AT_POLL
);
2000
wd_standby(wd,
AT_POLL
);
Completed in 23 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025