Searched refs:sff_pio_task (Results 1 – 2 of 2) sorted by relevance
1250 ata_sff_queue_delayed_work(&ap->sff_pio_task, msecs_to_jiffies(delay)); in ata_sff_queue_pio_task()1258 cancel_delayed_work_sync(&ap->sff_pio_task); in ata_sff_flush_pio_task()1278 container_of(work, struct ata_port, sff_pio_task.work); in ata_sff_pio_task()3260 INIT_DELAYED_WORK(&ap->sff_pio_task, ata_sff_pio_task); in ata_sff_port_init()
810 struct delayed_work sff_pio_task; member