Searched refs:sff_pio_task (Results 1 – 2 of 2) sorted by relevance
1327 ata_sff_queue_delayed_work(&ap->sff_pio_task, msecs_to_jiffies(delay)); in ata_sff_queue_pio_task()1335 cancel_delayed_work_sync(&ap->sff_pio_task); in ata_sff_flush_pio_task()1346 container_of(work, struct ata_port, sff_pio_task.work); in ata_sff_pio_task()3329 INIT_DELAYED_WORK(&ap->sff_pio_task, ata_sff_pio_task); in ata_sff_port_init()
749 struct delayed_work sff_pio_task; member