Searched refs:sff_pio_task (Results 1 – 2 of 2) sorted by relevance
1183 ata_sff_queue_delayed_work(&ap->sff_pio_task, msecs_to_jiffies(delay)); in ata_sff_queue_pio_task()1191 cancel_delayed_work_sync(&ap->sff_pio_task); in ata_sff_flush_pio_task()1211 container_of(work, struct ata_port, sff_pio_task.work); in ata_sff_pio_task()3193 INIT_DELAYED_WORK(&ap->sff_pio_task, ata_sff_pio_task); in ata_sff_port_init()
882 struct delayed_work sff_pio_task; member