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

/linux-4.1.27/drivers/net/ethernet/sfc/
H A Dptp.c252 * @pps_work: pps work task for handling pps events
306 struct work_struct pps_work; member in struct:efx_ptp_data
1152 container_of(work, struct efx_ptp_data, pps_work); efx_ptp_pps_worker()
1264 INIT_WORK(&ptp->pps_work, efx_ptp_pps_worker); efx_ptp_probe()
1313 cancel_work_sync(&efx->ptp_data->pps_work); efx_ptp_remove()
1648 queue_work(ptp->pps_workwq, &ptp->pps_work); ptp_event_pps()

Completed in 50 milliseconds