Searched refs:ov_work (Results 1 – 2 of 2) sorted by relevance
1252 port = container_of(work, struct ice_ptp_port, ov_work.work); in ice_ptp_wait_for_offsets()1259 &port->ov_work, in ice_ptp_wait_for_offsets()1271 &port->ov_work, in ice_ptp_wait_for_offsets()1294 kthread_cancel_delayed_work_sync(&ptp_port->ov_work); in ice_ptp_port_phy_stop()1330 kthread_cancel_delayed_work_sync(&ptp_port->ov_work); in ice_ptp_port_phy_restart()1348 kthread_queue_delayed_work(pf->ptp.kworker, &ptp_port->ov_work, 0); in ice_ptp_port_phy_restart()2534 kthread_init_delayed_work(&ptp->port.ov_work, in ice_ptp_reset()2695 kthread_init_delayed_work(&ptp_port->ov_work, in ice_ptp_init_port()
169 struct kthread_delayed_work ov_work; member