Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sfc/
H A Dptp.c329 struct work_struct pps_work; member
1487 container_of(work, struct efx_ptp_data, pps_work); in efx_ptp_pps_worker()
1622 INIT_WORK(&ptp->pps_work, efx_ptp_pps_worker); in efx_ptp_probe()
1684 cancel_work_sync(&efx->ptp_data->pps_work); in efx_ptp_remove()
1951 queue_work(ptp->pps_workwq, &ptp->pps_work); in ptp_event_pps()
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dptp.c331 struct work_struct pps_work; member
1385 container_of(work, struct efx_ptp_data, pps_work); in efx_ptp_pps_worker()
1504 INIT_WORK(&ptp->pps_work, efx_ptp_pps_worker); in efx_ptp_probe()
1566 cancel_work_sync(&efx->ptp_data->pps_work); in efx_ptp_remove()
1900 queue_work(ptp->pps_workwq, &ptp->pps_work); in ptp_event_pps()