Home
last modified time | relevance | path

Searched refs:pps_work (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/sfc/
Dptp.c329 struct work_struct pps_work; member
1358 container_of(work, struct efx_ptp_data, pps_work); in efx_ptp_pps_worker()
1477 INIT_WORK(&ptp->pps_work, efx_ptp_pps_worker); in efx_ptp_probe()
1537 cancel_work_sync(&efx->ptp_data->pps_work); in efx_ptp_remove()
1884 queue_work(ptp->pps_workwq, &ptp->pps_work); in ptp_event_pps()