Home
last modified time | relevance | path

Searched refs:poll_next (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/ata/
Dlibata-sff.c1044 int poll_next; in ata_sff_hsm_move() local
1068 poll_next = (qc->tf.flags & ATA_TFLAG_POLLING); in ata_sff_hsm_move()
1248 poll_next = 1; in ata_sff_hsm_move()
1269 poll_next = 0; in ata_sff_hsm_move()
1278 poll_next = 0; in ata_sff_hsm_move()
1281 poll_next = 0; in ata_sff_hsm_move()
1285 return poll_next; in ata_sff_hsm_move()
1345 int poll_next; in ata_sff_pio_task() local
1386 poll_next = ata_sff_hsm_move(ap, qc, status, 1); in ata_sff_pio_task()
1391 if (poll_next) in ata_sff_pio_task()