Searched refs:pps_workwq (Results 1 – 2 of 2) sorted by relevance
332 struct workqueue_struct *pps_workwq; member1505 ptp->pps_workwq = in efx_ptp_probe()1507 if (!ptp->pps_workwq) { in efx_ptp_probe()1565 if (efx->ptp_data->pps_workwq) in efx_ptp_remove()1572 destroy_workqueue(efx->ptp_data->pps_workwq); in efx_ptp_remove()1900 queue_work(ptp->pps_workwq, &ptp->pps_work); in ptp_event_pps()
336 struct workqueue_struct *pps_workwq; member1590 ptp->pps_workwq = create_singlethread_workqueue("sfc_pps"); in efx_ptp_probe()1591 if (!ptp->pps_workwq) { in efx_ptp_probe()1649 if (efx->ptp_data->pps_workwq) in efx_ptp_remove()1656 destroy_workqueue(efx->ptp_data->pps_workwq); in efx_ptp_remove()1994 queue_work(ptp->pps_workwq, &ptp->pps_work); in ptp_event_pps()