Searched refs:sff_pio_task (Results 1 – 2 of 2) sorted by relevance
1326 ata_sff_queue_delayed_work(&ap->sff_pio_task, msecs_to_jiffies(delay)); in ata_sff_queue_pio_task()1334 cancel_delayed_work_sync(&ap->sff_pio_task); in ata_sff_flush_pio_task()1344 container_of(work, struct ata_port, sff_pio_task.work); in ata_sff_pio_task()3341 INIT_DELAYED_WORK(&ap->sff_pio_task, ata_sff_pio_task); in ata_sff_port_init()
737 struct delayed_work sff_pio_task; member