Searched refs:pps_workwq (Results 1 – 1 of 1) sorted by relevance
333 struct workqueue_struct *pps_workwq; member1539 ptp->pps_workwq = create_singlethread_workqueue("sfc_pps"); in efx_ptp_probe()1540 if (!ptp->pps_workwq) { in efx_ptp_probe()1598 if (efx->ptp_data->pps_workwq) in efx_ptp_remove()1605 destroy_workqueue(efx->ptp_data->pps_workwq); in efx_ptp_remove()1946 queue_work(ptp->pps_workwq, &ptp->pps_work); in ptp_event_pps()